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
2019-01-17
tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()
Igor Mammedov
1
-29
/
+10
2019-01-17
tests: smbios: fetch whole table in one step instead of reading it step by step
Igor Mammedov
2
-31
/
+1
2019-01-17
tests: acpi: reuse fetch_table() in vmgenid-test
Igor Mammedov
4
-110
/
+69
2019-01-17
scripts/replay-dump.py: fix utf-8 mangling
Alex Bennée
1
-1
/
+1
2019-01-17
qemu.py: Fix error message when qemu dies from signal
Eric Blake
1
-1
/
+1
2019-01-17
Acceptance tests: add Linux initrd checking test
Wainer dos Santos Moschetta
1
-0
/
+48
2019-01-17
check-help: visual and content improvements
Cleber Rosa
1
-3
/
+5
2019-01-17
Travis CI: make specified Python versions usable on jobs
Cleber Rosa
1
-1
/
+3
2019-01-17
check-venv: use recorded Python version
Cleber Rosa
1
-2
/
+1
2019-01-17
configure: keep track of Python version
Cleber Rosa
1
-1
/
+5
2019-01-17
scripts: Remove unused python imports
Philippe Mathieu-Daudé
6
-7
/
+1
2019-01-17
scripts/device-crash-test: Remove known crashes
Thomas Huth
1
-15
/
+0
2019-01-17
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
8
-121
/
+262
2019-01-15
Revert "hbitmap: Add @advance param to hbitmap_iter_next()"
Vladimir Sementsov-Ogievskiy
5
-27
/
+20
2019-01-15
Revert "test-hbitmap: Add non-advancing iter_next tests"
Vladimir Sementsov-Ogievskiy
1
-24
/
+12
2019-01-15
Revert "block/dirty-bitmap: Add bdrv_dirty_iter_next_area"
Vladimir Sementsov-Ogievskiy
2
-57
/
+0
2019-01-15
block/mirror: fix and improve do_sync_target_write
Vladimir Sementsov-Ogievskiy
1
-9
/
+8
2019-01-15
tests: add tests for hbitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
1
-0
/
+107
2019-01-15
dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
4
-0
/
+63
2019-01-15
tests: add tests for hbitmap_next_zero with specified end parameter
Vladimir Sementsov-Ogievskiy
1
-4
/
+28
2019-01-15
dirty-bitmap: improve bdrv_dirty_bitmap_next_zero
Vladimir Sementsov-Ogievskiy
7
-14
/
+38
2019-01-15
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
49
-935
/
+603
2019-01-15
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-73
/
+84
2019-01-15
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-14' into st...
Peter Maydell
18
-242
/
+839
2019-01-15
Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-gitdm-next-14011...
Peter Maydell
4
-0
/
+16
2019-01-14
tests: acpi: reuse fetch_table() for fetching FACS and DSDT
Igor Mammedov
1
-48
/
+30
2019-01-14
tests: acpi: simplify rsdt handling
Igor Mammedov
1
-82
/
+55
2019-01-14
tests: acpi: make sure FADT is fetched only once
Igor Mammedov
1
-11
/
+8
2019-01-14
tests: acpi: use AcpiSdtTable::aml in consistent way
Igor Mammedov
2
-42
/
+28
2019-01-14
util: check the return value of fcntl in qemu_set_{block, nonblock}
Li Qiang
1
-2
/
+6
2019-01-14
vhost-user: fix ioeventfd_enabled
Li Qiang
1
-1
/
+1
2019-01-14
tests: vhost-user-test: initialize 'fd' in chr_read
Li Qiang
1
-1
/
+1
2019-01-14
qemu: avoid memory leak while remove disk
Jian Wang
3
-4
/
+9
2019-01-14
hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
Thomas Huth
6
-258
/
+34
2019-01-14
msix: make pba size math more uniform
Dongli Zhang
1
-1
/
+1
2019-01-14
pci/pcie: stop plug/unplug if the slot is locked
David Hildenbrand
3
-8
/
+20
2019-01-14
slirp: check data length while emulating ident function
Prasad J Pandit
1
-0
/
+5
2019-01-14
slirp: Mark debugging calls as unlikely
Samuel Thibault
1
-4
/
+4
2019-01-14
slirp: call into g_debug() for DEBUG macros
Marc-André Lureau
11
-53
/
+39
2019-01-14
slirp: set G_LOG_DOMAIN
Marc-André Lureau
1
-0
/
+2
2019-01-14
build-sys: use a separate slirp-obj-y && slirp.mo
Marc-André Lureau
4
-10
/
+38
2019-01-14
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-140119-1...
Peter Maydell
13
-104
/
+138
2019-01-14
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
5
-54
/
+126
2019-01-14
qemu-nbd: Add --bitmap=NAME option
Eric Blake
4
-4
/
+40
2019-01-14
nbd: Merge nbd_export_bitmap into nbd_export_new
Eric Blake
4
-65
/
+47
2019-01-14
nbd: Remove x-nbd-server-add-bitmap
Eric Blake
2
-46
/
+0
2019-01-14
nbd: Allow bitmap export during QMP nbd-server-add
Eric Blake
5
-19
/
+29
2019-01-14
nbd: Merge nbd_export_set_name into nbd_export_new
Eric Blake
4
-39
/
+29
2019-01-14
nbd: Only require disabled bitmap for read-only exports
Eric Blake
3
-6
/
+14
2019-01-14
nbd: Forbid nbd-server-stop when server is not running
Eric Blake
3
-2
/
+7
[prev]
[next]