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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
4
-4
/
+2
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
1
-5
/
+0
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
7
-7
/
+0
2019-08-16
Include sysemu/hostmem.h less
Markus Armbruster
2
-2
/
+0
2019-08-16
numa: Don't include hw/boards.h into sysemu/numa.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
54
-51
/
+42
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
29
-29
/
+0
2019-08-16
Include qom/object.h slightly less
Markus Armbruster
2
-3
/
+1
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
16
-9
/
+11
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
8
-6
/
+2
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
1
-4
/
+2
2019-08-16
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
2
-2
/
+0
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
29
-31
/
+1
2019-08-16
ide: Include hw/ide/internal a bit less outside hw/ide/
Markus Armbruster
3
-3
/
+0
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include generated QAPI headers less
Markus Armbruster
5
-3
/
+3
2019-08-16
include: Make headers more self-contained
Markus Armbruster
77
-6
/
+132
2019-08-13
spapr/xive: Fix migration of hot-plugged CPUs
Cédric Le Goater
1
-0
/
+1
2019-07-30
pcie_root_port: Allow ACS to be disabled
Dr. David Alan Gilbert
1
-0
/
+2
2019-07-29
Revert "Revert "globals: Allow global properties to be optional""
Dr. David Alan Gilbert
1
-0
/
+3
2019-07-25
virtio-balloon: Use temporary PBP only
David Hildenbrand
1
-3
/
+0
2019-07-22
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190722'...
Peter Maydell
1
-1
/
+1
2019-07-22
hw/arm/fsl-imx6ul.c: Remove dead SMP-related code
Peter Maydell
1
-1
/
+1
2019-07-19
virtio-scsi: remove unused argument to virtio_scsi_common_realize
Paolo Bonzini
1
-1
/
+1
2019-07-18
hw/riscv: Load OpenSBI as the default firmware
Alistair Francis
1
-0
/
+3
2019-07-15
pl031: Correctly migrate state when using -rtc clock=host
Peter Maydell
1
-0
/
+2
2019-07-12
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
1
-0
/
+2
2019-07-12
pcie: consistent names for function args
Michael S. Tsirkin
1
-2
/
+2
2019-07-08
qdev: add qdev_add_vm_change_state_handler()
Stefan Hajnoczi
1
-0
/
+5
2019-07-05
i386: Make unversioned CPU models be aliases
Eduardo Habkost
1
-0
/
+3
2019-07-05
machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()
Like Xu
2
-0
/
+6
2019-07-05
machine: show if CLI option '-numa node,mem' is supported in QAPI schema
Igor Mammedov
1
-0
/
+3
2019-07-05
i386: Update new x86_apicid parsing rules with die_offset support
Like Xu
1
-22
/
+54
2019-07-05
i386/cpu: Consolidate die-id validity in smp context
Like Xu
1
-0
/
+2
2019-07-05
i386: Add die-level cpu topology to x86CPU on PCMachine
Like Xu
1
-0
/
+2
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
3
-5
/
+6
2019-07-05
hw/boards: Add struct CpuTopology to MachineState
Like Xu
1
-0
/
+15
2019-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-1
/
+77
2019-07-04
pc: Move compat_apic_id_mode variable to PCMachineClass
Eduardo Habkost
1
-0
/
+3
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
1
-1
/
+1
2019-07-04
virtio: add "use-started" property
Xie Yongji
1
-0
/
+21
2019-07-04
virtio-pci: Proxy for virtio-pmem
Pankaj Gupta
1
-0
/
+1
2019-07-04
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20190702.0' in...
Peter Maydell
1
-5
/
+0
2019-07-04
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3...
Peter Maydell
3
-0
/
+63
2019-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190703-pull-request' ...
Peter Maydell
2
-2
/
+38
[next]