index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/core: Move the ARM sysbus-fdt to core
Alistair Francis
2022-04-29
2
-0
/
+572
*
hw/core/irq: remove unused 'qemu_irq_split' function
Zongyuan Li
2022-04-21
1
-15
/
+0
*
hw: Add compat machines for 7.1
Cornelia Huck
2022-04-20
1
-0
/
+3
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2022-04-20
1
-3
/
+2
|
\
|
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
|
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
|
acpi: fix acpi_index migration
Dr. David Alan Gilbert
2022-04-06
1
-1
/
+3
|
/
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
2
-2
/
+2
*
clock-vmstate: Add missing END_OF_LIST
Dr. David Alan Gilbert
2022-03-02
1
-0
/
+1
*
semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
Alex Bennée
2022-02-28
1
-0
/
+86
*
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
2022-02-22
1
-1
/
+0
|
\
|
*
core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
Philippe Mathieu-Daudé
2022-02-21
1
-1
/
+0
*
|
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2022-02-21
2
-2
/
+2
|
/
*
Allow setting up to 8 bytes with the generic loader
Petr Tesarik
2022-02-16
1
-1
/
+1
*
hw/elf_ops: clear uninitialized segment space
Laurent Vivier
2022-01-20
1
-0
/
+4
*
machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()
David Hildenbrand
2022-01-18
1
-1
/
+1
*
hw: Add compat machines for 7.0
Cornelia Huck
2022-01-05
1
-0
/
+3
*
hw/core/machine: Introduce CPU cluster topology support
Yanan Wang
2021-12-31
2
-7
/
+22
*
hw/core: Rename smp_parse() -> machine_parse_smp_config()
Philippe Mathieu-Daudé
2021-12-31
2
-3
/
+5
*
hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
Philippe Mathieu-Daudé
2021-12-31
1
-6
/
+7
*
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-1
/
+2
*
numa: Enable numa for SGX EPC sections
Yang Zhong
2021-12-10
1
-3
/
+2
*
hw/nvme: change nvme-ns 'shared' default
Klaus Jensen
2021-11-19
1
-0
/
+1
*
numa: avoid crash with SGX and "info numa"
Paolo Bonzini
2021-11-10
1
-0
/
+7
*
Fix virtio-net-pci* "vectors" compat
Eduardo Habkost
2021-11-05
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...
Richard Henderson
2021-11-03
1
-0
/
+3
|
\
|
*
hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
Yanan Wang
2021-10-31
1
-0
/
+3
*
|
qapi: introduce x-query-numa QMP command
Daniel P. Berrangé
2021-11-02
2
-35
/
+40
*
|
qapi: introduce x-query-roms QMP command
Daniel P. Berrangé
2021-11-02
1
-17
/
+22
*
|
monitor: make hmp_handle_error return a boolean
Daniel P. Berrangé
2021-11-02
1
-2
/
+1
*
|
machine: remove the done notifier for dynamic sysbus device type check
Damien Hedde
2021-11-01
1
-27
/
+0
*
|
machine: add device_type_is_dynamic_sysbus function
Damien Hedde
2021-11-01
1
-3
/
+10
*
|
hw/core/machine: Split out the smp parsing code
Yanan Wang
2021-11-01
3
-159
/
+182
*
|
hw/core: Restrict hotplug to system emulation
Philippe Mathieu-Daudé
2021-11-01
2
-2
/
+44
*
|
hw/core: Extract hotplug-related functions to qdev-hotplug.c
Philippe Mathieu-Daudé
2021-11-01
3
-60
/
+74
*
|
hw/core: Declare meson source set
Philippe Mathieu-Daudé
2021-11-01
1
-2
/
+2
*
|
hw/core: Restrict sysemu specific files
Philippe Mathieu-Daudé
2021-11-01
1
-9
/
+9
*
|
machine: Move gpio code to hw/core/gpio.c
Eduardo Habkost
2021-11-01
3
-174
/
+198
|
/
*
hw/elf_ops.h: switch to ssize_t for elf loader return type
Luc Michel
2021-10-21
1
-29
/
+31
*
Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
Richard Henderson
2021-10-16
1
-16
/
+1
*
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
1
-3
/
+4
*
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
1
-2
/
+5
*
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
1
-0
/
+1
*
net: Introduce NetClientInfo.check_peer_type()
Kevin Wolf
2021-10-15
1
-0
/
+6
*
vhost-vsock: handle common features in vhost-vsock-common
Stefano Garzarella
2021-10-05
1
-1
/
+3
*
vhost-vsock: fix migration issue when seqpacket is supported
Stefano Garzarella
2021-10-05
1
-0
/
+1
*
machine: Put all sanity-check in the generic SMP parser
Yanan Wang
2021-10-01
1
-32
/
+30
*
machine: Use g_autoptr in machine_set_smp
Paolo Bonzini
2021-10-01
1
-5
/
+2
*
machine: Move smp_prefer_sockets to struct SMPCompatProps
Yanan Wang
2021-10-01
1
-1
/
+1
*
machine: Remove smp_parse callback from MachineClass
Yanan Wang
2021-10-01
1
-2
/
+1
[next]