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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
compat: disable edid on correct virtio-gpu device
Cornelia Huck
1
-1
/
+1
2020-03-19
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
8
-461
/
+395
2020-03-19
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
50
-279
/
+490
2020-03-19
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...
Peter Maydell
9
-12
/
+300
2020-03-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
24
-127
/
+61
2020-03-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...
Peter Maydell
42
-752
/
+907
2020-03-18
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200317' into staging
Peter Maydell
3
-241
/
+122
2020-03-18
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...
Peter Maydell
54
-701
/
+1497
2020-03-18
block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty
Vladimir Sementsov-Ogievskiy
1
-10
/
+5
2020-03-18
nbd/server: use bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
1
-40
/
+19
2020-03-18
nbd/server: introduce NBDExtentArray
Vladimir Sementsov-Ogievskiy
1
-92
/
+118
2020-03-18
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
5
-46
/
+75
2020-03-18
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
5
-85
/
+126
2020-03-18
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
6
-34
/
+36
2020-03-18
hbitmap: drop meta bitmaps as they are unused
Vladimir Sementsov-Ogievskiy
3
-152
/
+0
2020-03-18
hbitmap: unpublish hbitmap_iter_skip_words
Vladimir Sementsov-Ogievskiy
2
-8
/
+1
2020-03-18
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy
2
-30
/
+29
2020-03-18
hbitmap: assert that we don't create bitmap larger than INT64_MAX
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2020-03-18
build: Silence clang warning on older glib autoptr usage
Eric Blake
1
-0
/
+20
2020-03-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...
Peter Maydell
6
-26
/
+26
2020-03-18
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...
Peter Maydell
29
-853
/
+863
2020-03-17
hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
Babu Moger
2
-4
/
+4
2020-03-17
hw/i386: Update structures to save the number of nodes per package
Babu Moger
6
-20
/
+25
2020-03-17
hw/i386: Remove unnecessary initialization in x86_cpu_new
Babu Moger
1
-4
/
+0
2020-03-17
machine: Add SMP Sockets in CpuTopology
Babu Moger
4
-0
/
+5
2020-03-17
hw/i386: Consolidate topology functions
Babu Moger
3
-85
/
+75
2020-03-17
hw/i386: Introduce X86CPUTopoInfo to contain topology info
Babu Moger
5
-47
/
+81
2020-03-17
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
41
-108
/
+144
2020-03-17
machine/memory encryption: Disable mem merge
Dr. David Alan Gilbert
1
-0
/
+8
2020-03-17
hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
Babu Moger
3
-50
/
+57
2020-03-17
i386: Add 2nd Generation AMD EPYC processors
Moger, Babu
2
-1
/
+103
2020-03-17
i386: Add missing cpu feature bits in EPYC model
Moger, Babu
1
-4
/
+13
2020-03-17
target/i386: Add new property note to versioned CPU models
Tao Xu
1
-2
/
+9
2020-03-17
target/i386: Add Denverton-v2 (no MPX) CPU model
Tao Xu
1
-0
/
+12
2020-03-17
tests/docker: make "buildah bud" output similar to "docker build"
Cleber Rosa
1
-1
/
+1
2020-03-17
tests/docker: add CentOS 8 Dockerfile
Cleber Rosa
1
-0
/
+32
2020-03-17
Acceptance tests: add make targets to download images
Cleber Rosa
1
-2
/
+18
2020-03-17
Acceptance test: add "boot_linux" tests
Cleber Rosa
3
-1
/
+224
2020-03-17
Acceptance tests: introduce BUILD_DIR and SOURCE_DIR
Cleber Rosa
1
-6
/
+19
2020-03-17
python/qemu/qmp.py: QMP debug with VM label
Oksana Vohchana
2
-2
/
+6
2020-03-17
net: Track netdevs in NetClientState rather than QemuOpt
Eric Blake
3
-29
/
+13
2020-03-17
net: Complete qapi-fication of netdev_add
Eric Blake
4
-19
/
+4
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
7
-15
/
+16
2020-03-17
qapi: Mark deprecated QMP parts with feature 'deprecated'
Markus Armbruster
6
-57
/
+115
2020-03-17
qapi: New special feature flag "deprecated"
Markus Armbruster
8
-6
/
+24
2020-03-17
qapi: Replace qmp_dispatch()'s TODO comment by an explanation
Markus Armbruster
1
-1
/
+5
2020-03-17
qapi: Simplify how qmp_dispatch() gets the request ID
Markus Armbruster
1
-11
/
+12
2020-03-17
qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
Markus Armbruster
1
-12
/
+13
2020-03-17
qapi: Inline do_qmp_dispatch() into qmp_dispatch()
Markus Armbruster
1
-49
/
+41
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
11
-14
/
+46
[next]