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
...
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
2
-1
/
+2
*
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
3
-3
/
+0
*
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
11
-7
/
+10
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
3
-3
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
5
-0
/
+6
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
3
-0
/
+3
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include generated QAPI headers less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
compat: disable edid on virtio-gpu base device
Cornelia Huck
2019-08-06
1
-1
/
+1
*
pcie_root_port: Disable ACS on older machines
Dr. David Alan Gilbert
2019-07-30
1
-0
/
+1
*
Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"
Dr. David Alan Gilbert
2019-07-29
1
-20
/
+3
*
pl031: Correctly migrate state when using -rtc clock=host
Peter Maydell
2019-07-15
1
-0
/
+1
*
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
2019-07-12
1
-0
/
+2
*
qdev: add qdev_add_vm_change_state_handler()
Stefan Hajnoczi
2019-07-08
2
-0
/
+62
*
numa: allow memory-less nodes when using memdev as backend
Igor Mammedov
2019-07-05
1
-12
/
+7
*
numa: Make deprecation warnings conditional on !qtest_enabled()
Eduardo Habkost
2019-07-05
1
-5
/
+10
*
qmp: Add deprecation information to query-machines
Eduardo Habkost
2019-07-05
1
-0
/
+1
*
machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()
Like Xu
2019-07-05
1
-0
/
+76
*
deprecate -mem-path fallback to anonymous RAM
Igor Mammedov
2019-07-05
1
-2
/
+4
*
numa: deprecate implict memory distribution between nodes
Igor Mammedov
2019-07-05
1
-0
/
+3
*
numa: deprecate 'mem' parameter of '-numa node' option
Igor Mammedov
2019-07-05
1
-0
/
+2
*
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
Igor Mammedov
2019-07-05
1
-0
/
+1
*
i386/cpu: Consolidate die-id validity in smp context
Like Xu
2019-07-05
2
-0
/
+15
*
general: Replace global smp variables with smp machine properties
Like Xu
2019-07-05
1
-0
/
+1
*
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-05
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-07-05
2
-12
/
+13
|
\
|
*
virtio: add "use-started" property
Xie Yongji
2019-07-04
1
-0
/
+1
*
|
hw/core: Collect HMP command handlers in hw/core/
Markus Armbruster
2019-07-02
2
-0
/
+165
*
|
hw/core: Collect QMP command handlers in hw/core/
Markus Armbruster
2019-07-02
3
-62
/
+329
*
|
hw/core: Move numa.c to hw/core/
Markus Armbruster
2019-07-02
2
-0
/
+669
*
|
qapi: Split qom.json and qdev.json off misc.json
Markus Armbruster
2019-07-02
1
-1
/
+1
|
/
*
hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1
Greg Kurz
2019-06-21
1
-4
/
+1
*
hw/core/bus.c: Only the main system bus can have no parent
Peter Maydell
2019-06-13
1
-12
/
+9
*
edid: flip the default to enabled
Gerd Hoffmann
2019-06-13
1
-1
/
+7
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
3
-2
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
11
-0
/
+11
*
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
2
-1
/
+2
*
block: Add qdev_prop_drive_iothread property type
Kevin Wolf
2019-06-04
1
-5
/
+38
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-1
/
+3
*
q35: Revert to kernel irqchip
Alex Williamson
2019-06-03
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...
Peter Maydell
2019-05-30
1
-0
/
+10
|
\
|
*
sysbus: add a sysbus_mmio_unmap() helper
CĂ©dric Le Goater
2019-05-29
1
-0
/
+10
*
|
usb-tablet: fix serial compat property
Gerd Hoffmann
2019-05-29
1
-1
/
+1
|
/
*
hw: report invalid disable-legacy|modern usage for virtio-1-only devs
Daniel P. Berrangé
2019-05-21
1
-3
/
+20
*
roms: assert if max rom size is less than the used size
Igor Mammedov
2019-05-15
1
-0
/
+1
*
hw: add compat machines for 4.1
Cornelia Huck
2019-04-25
1
-0
/
+3
[prev]
[next]