index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qapi
/
string-output-visitor.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
fuzz: Declare DMA Read callback function
Alexander Bulekov
2
-0
/
+21
2020-10-26
fuzz: Add DMA support to the generic-fuzzer
Alexander Bulekov
2
-0
/
+237
2020-10-24
fuzz: Add PCI features to the generic fuzzer
Alexander Bulekov
1
-0
/
+81
2020-10-24
fuzz: Add generic virtual-device fuzzer
Alexander Bulekov
2
-0
/
+517
2020-10-24
memory: Add FlatView foreach function
Alexander Bulekov
2
-0
/
+18
2020-10-24
libqtest: fix memory leak in the qtest_qmp_event_ref
Maxim Levitsky
1
-7
/
+4
2020-10-24
libqtest: fix the order of buffered events
Maxim Levitsky
1
-1
/
+1
2020-10-24
tests/qtest: Make npcm7xx_timer-test conditional on CONFIG_NPCM7XX
Havard Skinnemoen
1
-1
/
+2
2020-10-24
accel: Add xen CpusAccel using dummy-cpus
Jason Andryuk
2
-0
/
+9
2020-10-24
accel: move qtest CpusAccel functions to a common location
Jason Andryuk
6
-37
/
+18
2020-10-24
accel: Remove _WIN32 ifdef from qtest-cpus.c
Jason Andryuk
1
-5
/
+0
2020-10-24
tests/qtest/libqtest: Fix detection of architecture for binaries without path
Thomas Huth
1
-2
/
+7
2020-10-24
tests/migration: fix memleak in wait_command/wait_command_fd
Chen Qun
1
-4
/
+12
2020-10-21
opengl: build opengl helper code modular
Gerd Hoffmann
2
-1
/
+14
2020-10-21
opengl: build egl-headless display modular
Gerd Hoffmann
1
-1
/
+7
2020-10-21
spice: flip modules switch
Gerd Hoffmann
1
-1
/
+10
2020-10-21
modules: add spice dependencies
Gerd Hoffmann
1
-0
/
+5
2020-10-21
modules: dependencies infrastructure
Gerd Hoffmann
1
-5
/
+27
2020-10-21
spice: load module when enabled on the cmdline
Gerd Hoffmann
1
-1
/
+5
2020-10-21
spice: wire up monitor in QemuSpiceOps.
Gerd Hoffmann
3
-1
/
+22
2020-10-21
spice: move display_add_client() to QemuSpiceOps.
Gerd Hoffmann
5
-8
/
+11
2020-10-21
spice: move auth functions to QemuSpiceOps.
Gerd Hoffmann
5
-20
/
+25
2020-10-21
spice: move add_interface() to QemuSpiceOps.
Gerd Hoffmann
6
-9
/
+16
2020-10-21
spice: move display_init() to QemuSpiceOps.
Gerd Hoffmann
5
-8
/
+12
2020-10-21
spice: move qemu_spice_init() to QemuSpiceOps.
Gerd Hoffmann
5
-7
/
+9
2020-10-21
spice: add QemuSpiceOps, move migrate_info
Gerd Hoffmann
5
-6
/
+21
2020-10-21
spice: add module helpers
Gerd Hoffmann
5
-4
/
+48
2020-10-21
hw/sd/sdcard: Assert if accessing an illegal group
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-21
hw/sd/sdcard: Do not attempt to erase out of range addresses
Philippe Mathieu-Daudé
1
-0
/
+7
2020-10-21
hw/sd/sdcard: Reset both start/end addresses on error
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-21
hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS
Philippe Mathieu-Daudé
1
-3
/
+3
2020-10-21
hw/sd/sdcard: Introduce the INVALID_ADDRESS definition
Philippe Mathieu-Daudé
1
-5
/
+8
2020-10-21
hw/sd/sdcard: Add trace event for ERASE command (CMD38)
Philippe Mathieu-Daudé
2
-2
/
+2
2020-10-21
hw/sd/sdhci: Yield if interrupt delivered during multiple transfer
Philippe Mathieu-Daudé
1
-1
/
+4
2020-10-21
hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was delivered
Philippe Mathieu-Daudé
1
-2
/
+7
2020-10-21
hw/sd/sdhci: Resume pending DMA transfers on MMIO accesses
Philippe Mathieu-Daudé
1
-0
/
+14
2020-10-21
hw/sd/sdhci: Stop multiple transfers when block count is cleared
Philippe Mathieu-Daudé
1
-1
/
+6
2020-10-21
hw/sd/sdhci: Fix DMA Transfer Block Size field
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-21
hw/sd/sdhci: Document the datasheet used
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-21
hw/sd/sdhci: Fix qemu_log_mask() format string
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-21
tests/acpi: update expected data files
Gerd Hoffmann
3
-2
/
+0
2020-10-21
tests/acpi: add microvm rtc test
Gerd Hoffmann
1
-0
/
+12
2020-10-21
tests/acpi: add microvm usb test
Gerd Hoffmann
1
-0
/
+12
2020-10-21
tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb, rtc} files
Gerd Hoffmann
2
-0
/
+0
2020-10-21
tests/acpi: allow updates for expected data files
Gerd Hoffmann
1
-0
/
+2
2020-10-21
microvm: add usb support
Gerd Hoffmann
4
-1
/
+27
2020-10-21
usb/xhci: fixup xhci kconfig deps
Gerd Hoffmann
1
-4
/
+2
2020-10-21
usb/xhci: add xhci_sysbus_build_aml() helper
Gerd Hoffmann
2
-0
/
+17
2020-10-21
usb/xhci: add include/hw/usb/xhci.h header file
Gerd Hoffmann
7
-41
/
+47
2020-10-21
acpi: add aml builder stubs
Gerd Hoffmann
1
-0
/
+14
[next]