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
2017-03-27
qemu-img: show help for invalid global options
Stefan Hajnoczi
1
-0
/
+1
2017-03-27
Revert "apic: save apic_delivered flag"
Paolo Bonzini
2
-35
/
+0
2017-03-27
nbd: drop unused NBDClientSession.is_unix field
Stefan Hajnoczi
2
-4
/
+0
2017-03-27
win32: replace custom mutex and condition variable with native primitives
Andrey Shedel
2
-126
/
+17
2017-03-27
vnc: fix reverse mode
Gerd Hoffmann
1
-7
/
+10
2017-03-27
ui/egl-helpers: fix egl 1.5 display init
Gerd Hoffmann
1
-6
/
+52
2017-03-27
cirrus: fix PUTPIXEL macro
Gerd Hoffmann
1
-2
/
+2
2017-03-27
virtio-input: fix eventq batching
Ladi Prosek
2
-16
/
+18
2017-03-27
virtio-input: free event queue when finalizing
Ladi Prosek
1
-2
/
+4
2017-03-24
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
4
-7
/
+8
2017-03-24
boot-serial-test: use -no-shutdown
Christian Borntraeger
1
-2
/
+2
2017-03-24
mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.
Jitendra Kolhe
1
-2
/
+14
2017-03-24
tcg/i386: Check the size of instruction being translated
Pranith Kumar
1
-0
/
+7
2017-03-24
virtio-scsi: Fix acquire/release in dataplane handlers
Fam Zheng
2
-17
/
+30
2017-03-24
virtio-scsi: Make virtio_scsi_acquire/release public
Fam Zheng
2
-14
/
+14
2017-03-24
clear pending status before calling memory commit
Xu, Anthony
1
-8
/
+2
2017-03-24
disas/microblaze: Remove unused REG_PC define
Peter Maydell
1
-1
/
+1
2017-03-24
trace: Avoid abuse of amdvi_mmio_read
Eric Blake
2
-2
/
+2
2017-03-24
trace: Fix incorrect megasas trace parameters
Eric Blake
1
-3
/
+3
2017-03-24
trace: Fix backwards mirror_yield parameters
Eric Blake
1
-2
/
+3
2017-03-23
qom: Fix regression with 'qom-type'
Eric Blake
1
-0
/
+2
2017-03-23
configure: Fix cut-n-paste errors in OS deprecation warning
Peter Maydell
1
-2
/
+2
2017-03-23
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170323' into...
Peter Maydell
4
-3
/
+15
2017-03-23
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170323' into staging
Peter Maydell
1
-2
/
+0
2017-03-23
Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20170323' i...
Peter Maydell
1
-6
/
+6
2017-03-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-03-22-v3' in...
Peter Maydell
20
-55
/
+747
2017-03-23
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
3
-16
/
+79
2017-03-23
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-4
/
+57
2017-03-23
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+1
2017-03-23
target/s390x: Fix broken user mode
Stefan Weil
1
-2
/
+0
2017-03-23
cryptodev: fix asserting single queue
Halil Pasic
1
-2
/
+0
2017-03-23
cryptodev: setiv only when really need
Longpeng(Mike)
1
-4
/
+6
2017-03-22
qapi: Fix QemuOpts visitor regression on unvisited input
Eric Blake
2
-8
/
+11
2017-03-22
qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_opts
Eric Blake
1
-3
/
+5
2017-03-22
blockjob: add devops to blockjob backends
John Snow
1
-5
/
+24
2017-03-22
block-backend: add drained_begin / drained_end ops
John Snow
2
-2
/
+30
2017-03-22
blockjob: add block_job_start_shim
John Snow
1
-7
/
+19
2017-03-22
blockjob: avoid recursive AioContext locking
Paolo Bonzini
1
-2
/
+6
2017-03-22
hw/acpi/vmgenid: prevent more than one vmgenid device
Laszlo Ersek
2
-0
/
+9
2017-03-22
hw/acpi/vmgenid: prevent device realization on pre-2.5 machine types
Laszlo Ersek
3
-0
/
+19
2017-03-22
virtio: always use handle_aio_output if registered
Paolo Bonzini
1
-1
/
+12
2017-03-22
tests: Expose regression in QemuOpts visitor
Eric Blake
1
-0
/
+20
2017-03-22
virtio: Fix error handling in virtio_bus_device_plugged
Fam Zheng
1
-3
/
+17
2017-03-22
numa,spapr: align default numa node memory size to 256MB
Laurent Vivier
4
-3
/
+15
2017-03-21
test-qobject-input-visitor: Cover visit_type_uint64()
Markus Armbruster
1
-0
/
+30
2017-03-21
Update version for v2.9.0-rc1 release
v2.9.0-rc1
Peter Maydell
1
-1
/
+1
2017-03-21
configure: Warn about deprecated hosts
Peter Maydell
1
-2
/
+47
2017-03-21
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
2
-15
/
+19
2017-03-21
add opengl_cflags to QEMU_CFLAGS
Gerd Hoffmann
3
-11
/
+4
2017-03-21
parallels: fix default options parsing
Edgar Kaziahmedov
1
-1
/
+1
[prev]
[next]