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
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-08-12
Update version for the v10.1.0-rc3 release
Stefan Hajnoczi
1
-1
/
+1
2025-08-12
ui/spice: Destroy the temporary egl fb after the blit is submitted
Vivek Kasireddy
1
-8
/
+6
2025-08-12
readthedocs: don't build extra formats
Alex Bennée
1
-2
/
+0
2025-08-12
mkvenv: Support pip 25.2
Sv. Lockal
1
-4
/
+60
2025-08-12
tests/functional: Test SPI-SD adapter without SD card connected
Philippe Mathieu-Daudé
1
-5
/
+17
2025-08-12
hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
Philippe Mathieu-Daudé
1
-0
/
+4
2025-08-12
qemu-iotests: Ignore indentation in Killed messages
Werner Fink
4
-9
/
+9
2025-08-12
rbd: Fix .bdrv_get_specific_info implementation
Kevin Wolf
2
-37
/
+76
2025-08-12
configure: Don't disable Rust for too old meson version
Kevin Wolf
2
-3
/
+9
2025-08-12
hw/uefi: open json file in binary mode
Gerd Hoffmann
1
-1
/
+1
2025-08-12
hw/uefi: check access for first variable
Gerd Hoffmann
1
-0
/
+3
2025-08-12
hw/uefi: return success for notifications
Gerd Hoffmann
1
-0
/
+2
2025-08-12
hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
Mauro Matteo Cascella
1
-2
/
+2
2025-08-11
tests/functional: fix URLs in PCI hotplug test for aarch64
Stefan Hajnoczi
1
-2
/
+2
2025-08-11
hw/nvme: cap MDTS value for internal limitation
Keith Busch
1
-0
/
+5
2025-08-11
hw/nvme: revert CMIC behavior
Klaus Jensen
1
-13
/
+17
2025-08-11
hw/nvme: fix namespace attachment
Klaus Jensen
1
-2
/
+6
2025-08-09
docs/devel/qapi-code-gen: Update cross-reference syntax
Markus Armbruster
2
-3
/
+9
2025-08-09
docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
Markus Armbruster
1
-2
/
+2
2025-08-09
docs/devel/qapi-code-gen: Add two cross-references we missed
Markus Armbruster
1
-2
/
+2
2025-08-09
vfio: Document 'use-legacy-x86-rom' property
Cédric Le Goater
1
-0
/
+3
2025-08-09
vfio/pci: preserve pending interrupts
Steve Sistare
4
-0
/
+100
2025-08-09
vfio/pci: augment set_handler
Steve Sistare
3
-4
/
+14
2025-08-08
target/loongarch: Fix [X]VLDI raising exception incorrectly
WANG Rui
1
-3
/
+3
2025-08-07
meson: Fix brlapi compile test for Windows builds
Stefan Weil via
1
-3
/
+5
2025-08-07
tests/qemu-iotests/tests/mirror-sparse: actually require O_DIRECT
Michael Tokarev
1
-1
/
+1
2025-08-07
ui/curses: Fix infinite loop on windows
William Hu
1
-4
/
+6
2025-08-05
meson: remove 'gnutls-bug1717-workaround' for migration TLS crashes
Daniel P. Berrangé
3
-10
/
+3
2025-08-05
Update version for the v10.1.0-rc2 release
Stefan Hajnoczi
1
-1
/
+1
2025-08-05
tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported
Michael Tokarev
1
-0
/
+1
2025-08-05
qga: correctly write to /sys/power/state on linux
Michael Tokarev
1
-6
/
+8
2025-08-05
hw/i386/microvm: Explicitly select ACPI_PCI
Eric Auger
1
-0
/
+1
2025-08-05
target/i386/cpu: Move addressable ID encoding out of compat property in CPUID...
Zhao Liu
1
-2
/
+1
2025-08-05
tests/functional: Test SD cards in SPI mode (using sifive_u machine)
Philippe Mathieu-Daudé
3
-0
/
+53
2025-08-05
hw/sd/sdcard: Remove SDState::mode field
Philippe Mathieu-Daudé
2
-20
/
+19
2025-08-05
hw/sd/sdcard: Disable checking STBY mode in SPI SEND_CSD/CID
Philippe Mathieu-Daudé
1
-0
/
+11
2025-08-05
hw/sd/sdcard: Factor spi_cmd_SEND_CxD() out
Philippe Mathieu-Daudé
1
-9
/
+10
2025-08-05
hw/sd/sdcard: Allow using SWITCH_FUNCTION in more SPI states
Philippe Mathieu-Daudé
1
-2
/
+8
2025-08-05
hw/sd/sdcard: Use complete SEND_OP_COND implementation in SPI mode
Philippe Mathieu-Daudé
1
-10
/
+5
2025-08-05
hw/sd/sdcard: Implement SPI R2 return value
Philippe Mathieu-Daudé
2
-6
/
+35
2025-08-05
hw/sd/sdcard: Fill SPI response bits in card code
Philippe Mathieu-Daudé
2
-84
/
+35
2025-08-05
hw/sd/sdbus: Provide buffer size to sdbus_do_command()
Philippe Mathieu-Daudé
9
-30
/
+47
2025-08-05
hw/sd/sdcard: Factor sd_response_size() out
Philippe Mathieu-Daudé
1
-7
/
+29
2025-08-05
hw/sd/sdcard: Do not ignore errors in sd_cmd_to_sendingdata()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-08-04
tests/docker: fix debian-all-test-cross
Alex Bennée
1
-3
/
+1
2025-08-04
scripts/make-release: Go back to cloning all the EDK2 submodules
Peter Maydell
1
-11
/
+9
2025-08-04
docs/devel/submitting-a-patch.rst: add b4 section
Manos Pitsidianakis
1
-2
/
+38
2025-08-04
hw/ssi/aspeed_smc: Fix incorrect FMC_WDT2 register read on AST1030
Jamin Lin
1
-1
/
+2
2025-08-03
pc-bios: Update vbootrom image to commit 183c9ff8056b
Cédric Le Goater
3
-0
/
+0
2025-08-03
roms/Makefile: build ast27x0_bootrom
Michael Tokarev
1
-0
/
+5
[next]