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
2015-03-04
docs: add memory-hotplug.txt
Luiz Capitulino
1
-0
/
+76
2015-03-04
qemu-options.hx: improve -m description
Luiz Capitulino
1
-5
/
+17
2015-03-04
virtio-balloon: Add some trace events
zhanghailiang
2
-0
/
+10
2015-03-04
virtio-balloon: Fix balloon not working correctly when hotplug memory
zhanghailiang
1
-6
/
+9
2015-03-04
pc-dimm: add a function to calculate VM's current RAM size
zhanghailiang
3
-0
/
+32
2015-03-04
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' i...
Peter Maydell
4
-8
/
+108
2015-03-03
vl: take iothread lock very early
Paolo Bonzini
1
-3
/
+3
2015-03-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
20
-48
/
+81
2015-03-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into...
Peter Maydell
21
-240
/
+284
2015-03-03
Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...
Peter Maydell
9
-103
/
+113
2015-03-02
vfio-pci: Enable device request notification support
Alex Williamson
2
-0
/
+101
2015-03-02
vfio: allow to disable MMAP per device with -x-mmap=off option
Samuel Pitoiset
3
-2
/
+3
2015-03-02
vfio: Make type1 listener symbols static
Alexey Kardashevskiy
2
-4
/
+2
2015-03-02
vfio: Add ioctl number to error report
Alexey Kardashevskiy
1
-2
/
+2
2015-03-02
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
9
-113
/
+103
2015-03-02
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
15
-91
/
+73
2015-03-02
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
8
-41
/
+47
2015-03-02
cpus: be more paranoid in avoiding deadlocks
Paolo Bonzini
1
-1
/
+5
2015-03-02
cpus: fix deadlock and segfault in qemu_mutex_lock_iothread
Paolo Bonzini
1
-4
/
+4
2015-03-02
virtio-scsi: Allocate op blocker reason before blocking
Max Reitz
2
-4
/
+4
2015-02-27
Makefile.target: binary depends on config-devices
Michael S. Tsirkin
1
-1
/
+3
2015-02-27
Makefile: don't silence mak file test with V=1
Michael S. Tsirkin
2
-4
/
+4
2015-02-27
Makefile: fix up parallel building under MSYS+MinGW
Vasily Efimov
1
-2
/
+2
2015-02-27
iscsi: Handle write protected case in reopen
Fam Zheng
1
-9
/
+11
2015-02-27
Give ivshmem its own config option
David Gibson
2
-3
/
+2
2015-02-27
Create specific config option for "platform-bus"
David Gibson
4
-1
/
+4
2015-02-27
Add specific config options for PCI-E bridges
David Gibson
4
-2
/
+13
2015-02-27
bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd'
Gonglei
1
-4
/
+9
2015-02-27
timer: replace time() with QEMU_CLOCK_HOST
Pavel Dovgalyuk
1
-4
/
+8
2015-02-27
virtio-scsi-dataplane: Call blk_set_aio_context within BQL
Fam Zheng
1
-8
/
+7
2015-02-27
block: Forbid bdrv_set_aio_context outside BQL
Fam Zheng
1
-2
/
+1
2015-02-27
scsi: give device a parent before setting properties
Paolo Bonzini
1
-0
/
+5
2015-02-26
qtest: Use qemu_opt_set() instead of qemu_opts_parse()
Markus Armbruster
1
-7
/
+4
2015-02-26
pc: Use qemu_opt_set() instead of qemu_opts_parse()
Markus Armbruster
1
-8
/
+3
2015-02-26
qemu-sockets: Simplify setting numeric and boolean options
Markus Armbruster
1
-9
/
+7
2015-02-26
block: Simplify setting numeric options
Markus Armbruster
2
-10
/
+7
2015-02-26
qemu-img: Suppress unhelpful extra errors in convert, amend
Markus Armbruster
5
-22
/
+40
2015-02-26
QemuOpts: Propagate errors through opts_parse()
Markus Armbruster
1
-9
/
+20
2015-02-26
QemuOpts: Propagate errors through opts_do_parse()
Markus Armbruster
1
-8
/
+17
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
18
-131
/
+131
2015-02-26
block: Suppress unhelpful extra errors in bdrv_img_create()
Markus Armbruster
1
-2
/
+5
2015-02-26
qemu-img: Suppress unhelpful extra errors in convert, resize
Markus Armbruster
1
-4
/
+12
2015-02-26
QemuOpts: Convert qemu_opts_set() to Error, fix its use
Markus Armbruster
5
-18
/
+22
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
9
-22
/
+25
2015-02-26
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
6
-18
/
+19
2015-02-26
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
4
-9
/
+13
2015-02-26
Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20150219-1' into ...
Peter Maydell
9
-0
/
+1
2015-02-26
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150218' into s...
Peter Maydell
16
-554
/
+921
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
40
-177
/
+122
2015-02-25
target-i386: Move APIC ID compatibility code to pc.c
Eduardo Habkost
2
-34
/
+35
[next]