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: 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
*
machine: Make smp_parse generic enough for all arches
Yanan Wang
2021-10-01
1
-20
/
+71
*
machine: Tweak the order of topology members in struct CpuTopology
Yanan Wang
2021-10-01
1
-4
/
+4
*
machine: Use ms instead of global current_machine in sanity-check
Yanan Wang
2021-10-01
1
-1
/
+1
*
machine: Prefer cores over sockets in smp parsing since 6.2
Yanan Wang
2021-10-01
1
-9
/
+26
*
machine: Improve the error reporting of smp parsing
Yanan Wang
2021-10-01
1
-13
/
+9
*
machine: Set the value of cpus to match maxcpus if it's omitted
Yanan Wang
2021-10-01
1
-13
/
+16
*
machine: Uniformly use maxcpus to calculate the omitted parameters
Yanan Wang
2021-10-01
1
-15
/
+15
*
machine: Minor refactor/fix for the smp parsers
Yanan Wang
2021-10-01
1
-8
/
+10
*
machine: Deprecate "parameter=0" SMP configurations
Yanan Wang
2021-10-01
1
-0
/
+14
*
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-09-30
1
-1
/
+1
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
2
-9
/
+12
*
Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...
Peter Maydell
2021-09-02
2
-15
/
+34
|
\
|
*
qdev: allow setting drive property for realized device
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-12
/
+31
|
*
qdev-properties: PropertyInfo: add realized_set_allowed field
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-3
/
+3
*
|
clock: Provide builtin multiplier/divider
Peter Maydell
2021-09-01
3
-5
/
+67
*
|
hw: Add compat machines for 6.2
Yanan Wang
2021-09-01
1
-0
/
+3
|
/
[prev]
[next]