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
...
|
*
|
target/ppc: Convert debug to trace events (exceptions)
Cédric Le Goater
2021-09-30
2
-28
/
+18
|
*
|
memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()
Daniel Henrique Barboza
2021-09-30
1
-0
/
+9
|
*
|
spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errors
Daniel Henrique Barboza
2021-09-30
2
-5
/
+14
|
*
|
qapi/qdev.json: add DEVICE_UNPLUG_GUEST_ERROR QAPI event
Daniel Henrique Barboza
2021-09-30
4
-2
/
+49
|
*
|
qapi/qdev.json: fix DEVICE_DELETED parameters doc
Daniel Henrique Barboza
2021-09-29
1
-2
/
+2
|
*
|
spapr_drc.c: do not error_report() when drc->dev->id == NULL
Daniel Henrique Barboza
2021-09-29
1
-2
/
+5
|
*
|
spapr.c: handle dev->id in spapr_memory_unplug_rollback()
Daniel Henrique Barboza
2021-09-29
1
-1
/
+1
|
*
|
memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()
Daniel Henrique Barboza
2021-09-29
1
-1
/
+1
|
*
|
target/ppc: fix setting of CR flags in bcdcfsq
Luis Pires
2021-09-29
1
-13
/
+48
|
*
|
ppc/pnv: Add an assert when calculating the RAM distribution on chips
Cédric Le Goater
2021-09-29
1
-0
/
+2
|
*
|
docs/system: ppc: Update the URL for OpenPOWER firmware images
Cédric Le Goater
2021-09-29
1
-2
/
+1
|
*
|
ppc/pnv: Rename "id" to "quad-id" in PnvQuad
Cédric Le Goater
2021-09-29
3
-5
/
+5
|
*
|
ppc/xive: Export xive_tctx_word2() helper
Cédric Le Goater
2021-09-29
2
-5
/
+5
|
*
|
ppc/xive: Export priority_to_ipb() helper
Cédric Le Goater
2021-09-29
2
-15
/
+17
|
*
|
ppc/pnv: Remove useless variable
Cédric Le Goater
2021-09-29
1
-4
/
+3
|
*
|
ppc/pnv: Add a comment on the "primary-topology-index" property
Cédric Le Goater
2021-09-29
1
-0
/
+4
|
*
|
ppc/spapr: Add a POWER10 DD2 CPU
Cédric Le Goater
2021-09-29
1
-0
/
+1
|
*
|
i386/kvm: Replace abs64() with uabs64() from host-utils
Luis Pires
2021-09-29
1
-6
/
+1
|
*
|
host-utils: introduce uabs64()
Luis Pires
2021-09-29
1
-0
/
+8
|
*
|
host-utils: fix missing zero-extension in divs128
Luis Pires
2021-09-29
1
-1
/
+1
|
*
|
host-utils: Fix overflow detection in divu128()
Luis Pires
2021-09-29
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-09-27-v2' into...
Peter Maydell
2021-09-30
45
-591
/
+580
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
block/nbd: check that received handle is valid
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-8
/
+3
|
*
|
block/nbd: drop connection_co
Vladimir Sementsov-Ogievskiy
2021-09-29
2
-277
/
+100
|
*
|
block/nbd: refactor nbd_recv_coroutines_wake_all()
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-9
/
+17
|
*
|
block/nbd: move nbd_recv_coroutines_wake_all() up
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-14
/
+14
|
*
|
block/nbd: nbd_channel_error() shutdown channel unconditionally
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+4
|
*
|
nbd/client-connection: nbd_co_establish_connection(): fix non set errp
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-0
/
+1
|
*
|
nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY
Eric Blake
2021-09-29
1
-1
/
+1
|
*
|
block/io: allow 64bit discard requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
|
*
|
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
20
-31
/
+55
|
*
|
block: make BlockLimits::max_pdiscard 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
2
-6
/
+8
|
*
|
block/io: allow 64bit write-zeroes requests
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+7
|
*
|
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
22
-41
/
+78
|
*
|
block: make BlockLimits::max_pwrite_zeroes 64bit
Vladimir Sementsov-Ogievskiy
2021-09-29
2
-5
/
+6
|
*
|
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
5
-31
/
+31
|
*
|
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
30
-84
/
+94
|
*
|
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
35
-90
/
+120
|
*
|
qcow2: check request on vmstate save/load path
Vladimir Sementsov-Ogievskiy
2021-09-29
3
-9
/
+43
|
*
|
block/io: bring request check to bdrv_co_(read,write)v_vmstate
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+16
|
*
|
qemu-nbd: Change default cache mode to writeback
Nir Soffer
2021-09-29
2
-4
/
+8
|
|
/
*
|
Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.2-pull-request' ...
Peter Maydell
2021-09-29
11
-229
/
+278
|
\
\
|
|
/
|
/
|
|
*
q800: configure nubus available slots for Quadra 800
Mark Cave-Ayland
2021-09-29
1
-0
/
+9
|
*
q800: wire up nubus IRQs
Mark Cave-Ayland
2021-09-29
1
-0
/
+6
|
*
nubus: add support for slot IRQs
Mark Cave-Ayland
2021-09-29
3
-0
/
+16
|
*
nubus-bridge: make slot_available_mask a qdev property
Mark Cave-Ayland
2021-09-29
1
-0
/
+7
|
*
nubus-bridge: embed the NubusBus object directly within nubus-bridge
Mark Cave-Ayland
2021-09-29
4
-7
/
+9
|
*
nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
Mark Cave-Ayland
2021-09-29
5
-8
/
+17
|
*
mac-nubus-bridge: rename MacNubusState to MacNubusBridge
Mark Cave-Ayland
2021-09-29
2
-5
/
+7
|
*
nubus-bridge: introduce separate NubusBridge structure
Mark Cave-Ayland
2021-09-29
3
-3
/
+9
[prev]
[next]