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