index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
1
-0
/
+2
2023-02-04
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster
2
-1
/
+4
2023-02-04
hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
Markus Armbruster
1
-0
/
+1
2023-02-04
block: Factor out hmp_change_medium(), and move to block/monitor/
Markus Armbruster
1
-0
/
+3
2023-02-04
trace: Move HMP commands from monitor/ to trace/
Markus Armbruster
1
-0
/
+3
2023-02-04
hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
Markus Armbruster
1
-0
/
+1
2023-02-04
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster
1
-0
/
+2
2023-02-04
char: Factor out qmp_add_client() parts and move to chardev/
Markus Armbruster
1
-0
/
+3
2023-02-04
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
1
-0
/
+3
2023-02-03
Merge tag 'pull-target-arm-20230203' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2
-6
/
+14
2023-02-03
hw/arm/virt: Consolidate GIC finalize logic
Alexander Graf
1
-5
/
+10
2023-02-03
hw/char/pl011: refactor FIFO depth handling code
Evgeny Iakovlev
1
-1
/
+4
2023-02-03
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
8
-40
/
+133
2023-02-03
Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2
-15
/
+24
2023-02-02
Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...
Peter Maydell
3
-3
/
+15
2023-02-02
Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-68
/
+15
2023-02-02
cpu-exec: assert that plugin_mem_cbs is NULL after execution
Emilio Cota
1
-0
/
+4
2023-02-02
tcg: exclude non-memory effecting helpers from instrumentation
Emilio Cota
1
-0
/
+2
2023-02-02
plugins: fix optimization in plugin_gen_disable_mem_helpers
Emilio Cota
1
-0
/
+7
2023-02-02
thread: de-const qemu_spin_destroy
Emilio Cota
1
-3
/
+2
2023-02-01
qemu-img: Change info key names for protocol nodes
Hanna Reitz
1
-1
/
+1
2023-02-01
block/qapi: Add indentation to bdrv_node_info_dump()
Hanna Reitz
1
-2
/
+3
2023-02-01
block/qapi: Introduce BlockGraphInfo
Hanna Reitz
1
-0
/
+3
2023-02-01
block/qapi: Let bdrv_query_image_info() recurse
Hanna Reitz
1
-0
/
+2
2023-02-01
qemu-img: Use BlockNodeInfo
Hanna Reitz
1
-1
/
+1
2023-02-01
block: Split BlockNodeInfo off of ImageInfo
Hanna Reitz
1
-0
/
+3
2023-02-01
block: Improve empty format-specific info dump
Hanna Reitz
1
-1
/
+2
2023-02-01
block/nbd: Add missing <qemu/bswap.h> include
Philippe Mathieu-Daudé
1
-0
/
+1
2023-02-01
block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
Emanuele Giuseppe Esposito
1
-2
/
+2
2023-02-01
block: Convert bdrv_debug_event() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2
-2
/
+6
2023-02-01
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
3
-3
/
+5
2023-02-01
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
3
-3
/
+6
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2
-2
/
+6
2023-02-01
block: Convert bdrv_get_allocated_file_size() to co_wrapper
Emanuele Giuseppe Esposito
2
-2
/
+6
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
4
-6
/
+19
2023-02-01
block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-02-01
block: Convert bdrv_is_inserted() to co_wrapper
Emanuele Giuseppe Esposito
3
-3
/
+9
2023-02-01
block: Convert bdrv_io_unplug() to co_wrapper
Emanuele Giuseppe Esposito
3
-4
/
+5
2023-02-01
block: Convert bdrv_io_plug() to co_wrapper
Emanuele Giuseppe Esposito
3
-3
/
+6
2023-01-28
pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...
Igor Mammedov
1
-1
/
+1
2023-01-28
pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
Igor Mammedov
1
-0
/
+4
2023-01-28
pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap
Igor Mammedov
1
-1
/
+2
2023-01-28
x86: don't let decompressed kernel image clobber setup_data
Jason A. Donenfeld
2
-2
/
+12
2023-01-27
intel-iommu: Document iova_tree
Peter Xu
2
-1
/
+63
2023-01-27
hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...
Bernhard Beschow
2
-6
/
+3
2023-01-27
hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
Bernhard Beschow
2
-1
/
+3
2023-01-26
qemu/bswap: Use compiler __builtin_bswap() on NetBSD
Philippe Mathieu-Daudé
1
-11
/
+0
2023-01-26
qemu/bswap: Use compiler __builtin_bswap() on FreeBSD
Philippe Mathieu-Daudé
1
-2
/
+0
2023-01-26
qemu/bswap: Use compiler __builtin_bswap() on Haiku
Philippe Mathieu-Daudé
1
-2
/
+0
2023-01-26
qemu/bswap: Remove <byteswap.h> dependency
Philippe Mathieu-Daudé
1
-21
/
+0
[prev]
[next]