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
...
|
*
|
|
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2021-09-13
8
-5
/
+8
|
*
|
|
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
52
-163
/
+235
|
*
|
|
linux-user: Split safe-syscall macro into its own header
Peter Maydell
2021-09-13
3
-135
/
+155
|
*
|
|
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
2021-09-13
8
-14
/
+40
|
*
|
|
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-09-13
8
-40
/
+65
|
*
|
|
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
2021-09-13
23
-36
/
+57
|
*
|
|
linux-user: Split strace prototypes into strace.h
Peter Maydell
2021-09-13
5
-18
/
+42
|
*
|
|
linux-user: Fix coding style nits in qemu.h
Peter Maydell
2021-09-13
1
-17
/
+30
*
|
|
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...
Peter Maydell
2021-09-16
16
-30
/
+32
|
\
\
\
\
|
*
|
|
|
target/sparc: Make sparc_cpu_dump_state() static
Philippe Mathieu-Daudé
2021-09-16
2
-2
/
+1
|
*
|
|
|
target/avr: Fix compiler errors (-Werror=enum-conversion)
Stefan Weil
2021-09-16
1
-5
/
+3
|
*
|
|
|
hw/vfio: Fix typo in comments
Cai Huoqing
2021-09-16
4
-6
/
+6
|
*
|
|
|
intel_iommu: Fix typo in comments
Cai Huoqing
2021-09-16
1
-4
/
+4
|
*
|
|
|
target/i386: spelling: occured=>occurred, mininum=>minimum
Michael Tokarev
2021-09-16
2
-2
/
+2
|
*
|
|
|
configure: add missing pc-bios/qemu_vga.ndrv symlink in build tree
John Arbuckle
2021-09-15
1
-1
/
+3
|
*
|
|
|
spelling: sytem => system
Michael Tokarev
2021-09-15
2
-3
/
+3
|
*
|
|
|
qdev: Complete qdev_init_gpio_out() documentation
Philippe Mathieu-Daudé
2021-09-15
1
-0
/
+4
|
*
|
|
|
hw/i386/acpi-build: Fix a typo
Philippe Mathieu-Daudé
2021-09-15
1
-3
/
+3
|
*
|
|
|
util: Remove redundant checks in the openpty()
AlexChen
2021-09-15
1
-4
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210916-pull-request' ...
Peter Maydell
2021-09-16
10
-15
/
+157
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
virtio-gpu: Add gl_flushed callback
Vivek Kasireddy
2021-09-15
1
-2
/
+30
|
*
|
|
ui/gtk-egl: Wait for the draw signal for dmabuf blobs
Vivek Kasireddy
2021-09-15
3
-1
/
+18
|
*
|
|
ui: Create sync objects and fences only for blobs
Vivek Kasireddy
2021-09-15
7
-0
/
+68
|
*
|
|
ui/egl: Add egl helpers to help with synchronization
Vivek Kasireddy
2021-09-15
3
-0
/
+30
|
*
|
|
ui/gtk: Create a common release_dmabuf helper
Vivek Kasireddy
2021-09-15
3
-11
/
+10
|
*
|
|
qxl: fix pre-save logic
Gerd Hoffmann
2021-09-15
1
-1
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-15' into...
Peter Maydell
2021-09-15
26
-217
/
+855
|
\
\
\
|
*
|
|
qemu-img: Add -F shorthand to convert
Eric Blake
2021-09-15
4
-7
/
+11
|
*
|
|
qcow2-refcount: check_refblocks(): add separate message for reserved
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-1
/
+10
|
*
|
|
qcow2-refcount: check_refcounts_l1(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-0
/
+7
|
*
|
|
qcow2-refcount: improve style of check_refcounts_l1()
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-48
/
+50
|
*
|
|
qcow2-refcount: check_refcounts_l2(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-1
/
+14
|
*
|
|
qcow2-refcount: check_refcounts_l2(): check l2_bitmap
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-2
/
+26
|
*
|
|
qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-3
/
+15
|
*
|
|
qcow2-refcount: introduce fix_l2_entry_by_zero()
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-27
/
+60
|
*
|
|
qcow2: introduce qcow2_parse_compressed_l2_entry() helper
Vladimir Sementsov-Ogievskiy
2021-09-15
4
-27
/
+36
|
*
|
|
qcow2: compressed read: simplify cluster descriptor passing
Vladimir Sementsov-Ogievskiy
2021-09-15
3
-9
/
+9
|
*
|
|
qcow2-refcount: improve style of check_refcounts_l2()
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-23
/
+24
|
*
|
|
qemu-img: Allow target be aligned to sector size
Hanna Reitz
2021-09-15
1
-0
/
+8
|
*
|
|
qcow2: handle_dependencies(): relax conflict detection
Vladimir Sementsov-Ogievskiy
2021-09-15
3
-3
/
+17
|
*
|
|
qcow2: refactor handle_dependencies() loop body
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-21
/
+28
|
*
|
|
simplebench: add img_bench_templater.py
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-0
/
+157
|
*
|
|
block: bdrv_inactivate_recurse(): check for permissions and fix crash
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-1
/
+9
|
*
|
|
tests: add migrate-during-backup
Vladimir Sementsov-Ogievskiy
2021-09-15
2
-0
/
+102
|
*
|
|
block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts()
Stefano Garzarella
2021-09-15
1
-9
/
+16
|
*
|
|
iotests/297: Cover tests/
Hanna Reitz
2021-09-15
1
-2
/
+3
|
*
|
|
mirror-top-perms: Fix AbnormalShutdown path
Hanna Reitz
2021-09-15
1
-1
/
+1
|
*
|
|
migrate-bitmaps-test: Fix pylint warnings
Hanna Reitz
2021-09-15
1
-18
/
+25
|
*
|
|
migrate-bitmaps-postcopy-test: Fix pylint warnings
Hanna Reitz
2021-09-15
1
-6
/
+7
|
*
|
|
iotests/297: Drop 169 and 199 from the skip list
Hanna Reitz
2021-09-15
1
-1
/
+1
[prev]
[next]