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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+1
2019-08-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
2
-2
/
+9
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
249
-272
/
+377
2019-08-16
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...
Peter Maydell
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
3
-62
/
+69
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
6
-5
/
+3
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
2
-5
/
+3
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
11
-11
/
+2
2019-08-16
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Markus Armbruster
3
-10
/
+8
2019-08-16
Include sysemu/hostmem.h less
Markus Armbruster
4
-3
/
+1
2019-08-16
numa: Don't include hw/boards.h into sysemu/numa.h
Markus Armbruster
2
-3
/
+8
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
56
-54
/
+42
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
6
-3
/
+4
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
9
-6
/
+4
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
32
-32
/
+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
11
-8
/
+3
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
4
-7
/
+5
2019-08-16
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
5
-5
/
+0
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
31
-32
/
+10
2019-08-16
typedefs: Separate incomplete types and function types
Markus Armbruster
1
-3
/
+23
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
2
-1
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-1
/
+0
2019-08-16
queue: Drop superfluous #include qemu/atomic.h
Markus Armbruster
1
-2
/
+0
2019-08-16
memory: Fix type of IOMMUMemoryRegionClass member @parent_class
Markus Armbruster
1
-2
/
+8
2019-08-16
qapi: Split error.json off common.json
Markus Armbruster
1
-1
/
+1
2019-08-16
Include generated QAPI headers less
Markus Armbruster
11
-9
/
+4
2019-08-16
include: Make headers more self-contained
Markus Armbruster
105
-7
/
+182
2019-08-16
block-backend: Queue requests while drained
Kevin Wolf
1
-0
/
+1
2019-08-16
block: Remove blk_pread_unthrottled()
Kevin Wolf
1
-2
/
+0
2019-08-15
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2019-08-15
block: implement BDRV_REQ_PREFETCH
Vladimir Sementsov-Ogievskiy
1
-1
/
+7
2019-08-15
qtest: Rename qtest.c:qtest_init()
Oleinik, Alexander
1
-1
/
+1
2019-08-14
qemu-file: move qemu_{get,put}_counted_string() declarations
Marc-André Lureau
1
-0
/
+4
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-26
vmstate.h: Type check VMSTATE_STRUCT_VARRAY macros
Peter Maydell
1
-6
/
+24
2019-07-25
virtio-balloon: Use temporary PBP only
David Hildenbrand
1
-3
/
+0
2019-07-22
block: Only the main loop can change AioContexts
Max Reitz
1
-5
/
+3
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-22
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-1
/
+4
2019-07-19
hmp: Print if memory section is registered with an accelerator
Alexey Kardashevskiy
1
-0
/
+3
2019-07-19
virtio-scsi: remove unused argument to virtio_scsi_common_realize
Paolo Bonzini
1
-1
/
+1
2019-07-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-15
/
+42
2019-07-19
Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' i...
Peter Maydell
14
-14
/
+14
[next]