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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
126
-121
/
+7
2019-08-16
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Markus Armbruster
8
-12
/
+13
2019-08-16
Include sysemu/hostmem.h less
Markus Armbruster
6
-3
/
+3
2019-08-16
numa: Don't include hw/boards.h into sysemu/numa.h
Markus Armbruster
3
-3
/
+9
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
44
-37
/
+10
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
497
-117
/
+461
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
129
-8
/
+130
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
22
-14
/
+9
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
401
-374
/
+27
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
26
-10
/
+20
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
425
-8
/
+426
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
16
-19
/
+17
2019-08-16
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
16
-15
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
338
-34
/
+336
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
8
-4
/
+4
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
31
-1
/
+30
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
92
-2
/
+107
2019-08-16
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
9
-51
/
+74
2019-08-16
trace: Eliminate use of TARGET_FMT_plx
Markus Armbruster
2
-5
/
+2
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
4
-2
/
+11
2019-08-16
qapi: Split error.json off common.json
Markus Armbruster
6
-26
/
+34
2019-08-16
Include generated QAPI headers less
Markus Armbruster
18
-12
/
+10
2019-08-16
include: Make headers more self-contained
Markus Armbruster
106
-8
/
+183
2019-08-15
Open 4.2 development tree
Peter Maydell
1
-1
/
+1
2019-08-15
Update version for v4.1.0 release
v4.1.0
Peter Maydell
1
-1
/
+1
2019-08-13
Update version for v4.1.0-rc5 release
v4.1.0-rc5
Peter Maydell
1
-1
/
+1
2019-08-13
riscv: roms: Fix make rules for building sifive_u bios
Bin Meng
1
-1
/
+1
2019-08-13
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190813' into...
Peter Maydell
4
-15
/
+50
2019-08-13
spapr/xive: Fix migration of hot-plugged CPUs
Cédric Le Goater
3
-3
/
+38
2019-08-13
spapr: Reset CAS & IRQ subsystem after devices
David Gibson
1
-12
/
+12
2019-08-12
display/bochs: fix pcie support
Gerd Hoffmann
1
-1
/
+6
2019-08-06
Update version for v4.1.0-rc4 release
v4.1.0-rc4
Peter Maydell
1
-1
/
+1
2019-08-06
compat: disable edid on virtio-gpu base device
Cornelia Huck
1
-1
/
+1
2019-08-06
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-08-06' in...
Peter Maydell
9
-14
/
+150
2019-08-06
block/backup: disable copy_range for compressed backup
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-08-06
iotests: Test unaligned blocking mirror write
Max Reitz
2
-2
/
+27
2019-08-06
mirror: Only mirror granularity-aligned chunks
Max Reitz
1
-0
/
+29
2019-08-06
iotests: Test incremental backup after truncation
Max Reitz
2
-6
/
+36
2019-08-06
util/hbitmap: update orig_size on truncate
Vladimir Sementsov-Ogievskiy
1
-1
/
+5
2019-08-06
iotests: Test backup job with two guest writes
Max Reitz
2
-2
/
+41
2019-08-06
backup: Copy only dirty areas
Max Reitz
1
-2
/
+11
2019-08-05
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/edk2-next-20190803' ...
Peter Maydell
1
-1
/
+1
2019-08-03
Makefile: remove DESTDIR from firmware file content
Olaf Hering
1
-1
/
+1
2019-08-02
target/arm: Avoid bogus NSACR traps on M-profile without Security Extension
Peter Maydell
1
-0
/
+8
2019-08-02
Merge remote-tracking branch 'remotes/elmarco/tags/slirp-CVE-2019-14378-pull-...
Peter Maydell
1
-0
/
+0
2019-08-02
slirp: update with CVE-2019-14378 fix
Marc-André Lureau
1
-0
/
+0
2019-07-30
Update version for v4.1.0-rc3 release
v4.1.0-rc3
Peter Maydell
1
-1
/
+1
[next]