index
:
sinitax/cachepc-qemu
master
Fork of AMDESE/qemu with changes for cachepc side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
nubus: move nubus to its own 32-bit address space
Mark Cave-Ayland
2021-09-29
5
-7
/
+44
|
*
nubus-device: add romfile property for loading declaration ROMs
Mark Cave-Ayland
2021-09-29
2
-1
/
+49
|
*
nubus-device: remove nubus_register_rom() and nubus_register_format_block()
Mark Cave-Ayland
2021-09-29
2
-162
/
+0
|
*
macfb: don't register declaration ROM
Mark Cave-Ayland
2021-09-29
1
-6
/
+0
|
*
nubus: generate bus error when attempting to access empty slots
Mark Cave-Ayland
2021-09-29
1
-16
/
+18
|
*
nubus: add trace-events for empty slot accesses
Mark Cave-Ayland
2021-09-29
4
-3
/
+16
|
*
nubus: implement BusClass get_dev_path()
Mark Cave-Ayland
2021-09-29
1
-0
/
+16
|
*
nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a...
Mark Cave-Ayland
2021-09-29
2
-21
/
+29
|
*
nubus: use bitmap to manage available slots
Mark Cave-Ayland
2021-09-29
5
-14
/
+41
|
*
nubus-device: expose separate super slot memory region
Mark Cave-Ayland
2021-09-29
2
-18
/
+19
|
*
nubus-device: rename slot_nb variable to slot
Mark Cave-Ayland
2021-09-29
2
-8
/
+8
|
*
nubus: add comment indicating reference documents
Mark Cave-Ayland
2021-09-29
1
-0
/
+8
|
/
*
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...
Peter Maydell
2021-09-28
16
-6
/
+4214
|
\
|
*
python/aqmp-tui: Add syntax highlighting
G S Niteesh Babu
2021-09-27
1
-2
/
+34
|
*
python: add optional pygments dependency
G S Niteesh Babu
2021-09-27
2
-0
/
+13
|
*
python: Add entry point for aqmp-tui
G S Niteesh Babu
2021-09-27
1
-0
/
+1
|
*
python/aqmp-tui: Add AQMP TUI
G S Niteesh Babu
2021-09-27
2
-1
/
+632
|
*
python: Add dependencies for AQMP TUI
G S Niteesh Babu
2021-09-27
2
-0
/
+20
|
*
python/aqmp: Add Coverage.py support
John Snow
2021-09-27
4
-0
/
+27
|
*
python/aqmp: add LineProtocol tests
John Snow
2021-09-27
1
-0
/
+48
|
*
python/aqmp: add AsyncProtocol unit tests
John Snow
2021-09-27
1
-0
/
+535
|
*
python: bump avocado to v90.0
John Snow
2021-09-27
2
-5
/
+5
|
*
python/aqmp: add scary message
John Snow
2021-09-27
1
-0
/
+14
|
*
python/aqmp: add asyncio_run compatibility wrapper
John Snow
2021-09-27
1
-0
/
+19
|
*
python/aqmp: add _raw() execution interface
John Snow
2021-09-27
1
-0
/
+51
|
*
python/aqmp: add execute() interfaces
John Snow
2021-09-27
2
-8
/
+198
|
*
python/aqmp: Add message routing to QMP protocol
John Snow
2021-09-27
1
-2
/
+120
|
*
python/pylint: disable no-member check
John Snow
2021-09-27
1
-0
/
+1
|
*
python/aqmp: add QMP protocol support
John Snow
2021-09-27
2
-0
/
+266
|
*
python/pylint: disable too-many-function-args
John Snow
2021-09-27
1
-0
/
+1
|
*
python/aqmp: add QMP event support
John Snow
2021-09-27
2
-0
/
+708
|
*
python/aqmp: add well-known QMP object models
John Snow
2021-09-27
1
-0
/
+133
|
*
python/aqmp: add QMP Message format
John Snow
2021-09-27
2
-1
/
+212
|
*
python/aqmp: add AsyncProtocol._readline() method
John Snow
2021-09-27
1
-0
/
+29
|
*
python/aqmp: add _cb_inbound and _cb_outbound logging hooks
John Snow
2021-09-27
1
-4
/
+46
|
*
python/aqmp: add configurable read buffer limit
John Snow
2021-09-27
1
-2
/
+16
|
*
python/aqmp: add AsyncProtocol.accept() method
John Snow
2021-09-27
1
-4
/
+85
|
*
python/aqmp: add logging to AsyncProtocol
John Snow
2021-09-27
1
-9
/
+73
|
*
python/aqmp: Add logging utility helpers
John Snow
2021-09-27
1
-0
/
+56
|
*
python/aqmp: add runstate state machine to AsyncProtocol
John Snow
2021-09-27
2
-5
/
+160
|
*
python/aqmp: add generic async message-based protocol support
John Snow
2021-09-27
3
-1
/
+577
|
*
python/aqmp: add asyncio compatibility wrappers
John Snow
2021-09-27
1
-0
/
+89
|
*
python/pylint: Add exception for TypeVar names ('T')
John Snow
2021-09-27
1
-0
/
+1
|
*
python/aqmp: add error classes
John Snow
2021-09-27
2
-0
/
+54
|
*
python/aqmp: add asynchronous QMP (AQMP) subpackage
John Snow
2021-09-27
3
-0
/
+28
*
|
Merge remote-tracking branch 'remotes/philmd/tags/integration-testing-2021092...
Peter Maydell
2021-09-27
14
-98
/
+409
|
\
\
|
|
/
|
/
|
|
*
tests/acceptance: Test powernv machines
Cédric Le Goater
2021-09-27
1
-0
/
+35
|
*
tests/acceptance/ppc_prep_40p.py: clean up unused import
Cleber Rosa
2021-09-27
1
-1
/
+0
|
*
tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update
Cleber Rosa
2021-09-27
1
-2
/
+2
|
*
tests/acceptance/boot_xen.py: removed unused import
Cleber Rosa
2021-09-27
1
-1
/
+0
[prev]
[next]