index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
disas/i386.c: disassemble movbe instruction
Aurelien Jarno
2014-01-25
1
-4
/
+4
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2014-01-24
6
-23
/
+145
|
\
|
*
kvm: always update the MPX model specific register
Paolo Bonzini
2014-01-20
1
-3
/
+3
|
*
KVM: fix addr type for KVM_IOEVENTFD
Alexey Kardashevskiy
2014-01-15
1
-1
/
+1
|
*
KVM: Retry KVM_CREATE_VM on EINTR
thomas knych
2014-01-15
1
-3
/
+9
|
*
mempath prefault: fix off-by-one error
Marcelo Tosatti
2013-12-30
1
-1
/
+1
|
*
kvm: x86: Separately write feature control MSR on reset
Jan Kiszka
2013-12-18
1
-4
/
+29
|
*
roms: Flush icache when writing roms to guest memory
Alexander Graf
2013-12-13
3
-5
/
+47
|
*
target-i386: clear guest TSC on reset
Fernando Luis Vázquez Cao
2013-12-12
2
-3
/
+4
|
*
target-i386: do not special case TSC writeback
Fernando Luis Vázquez Cao
2013-12-12
1
-9
/
+1
|
*
target-i386: Intel MPX
Liu Jinsong
2013-12-12
4
-3
/
+101
*
|
Merge remote-tracking branch 'otubo/seccomp' into staging
Anthony Liguori
2014-01-24
1
-1
/
+6
|
\
\
|
*
|
seccomp: add some basic shared memory syscalls to the whitelist
Paul Moore
2014-01-20
1
-1
/
+4
|
*
|
seccomp: add mkdir() and fchmod() to the whitelist
Paul Moore
2014-01-20
1
-1
/
+3
*
|
|
Merge remote-tracking branch 'sweil/tags/for_anthony' into staging
Anthony Liguori
2014-01-24
1
-3
/
+15
|
\
\
\
|
*
|
|
gtk: Support keyboard translation for hosts running Windows
Stefan Weil
2014-01-20
1
-3
/
+15
|
|
/
/
*
|
|
Merge remote-tracking branch 'kraxel/tags/pull-audio-2' into staging
Anthony Liguori
2014-01-24
1
-0
/
+18
|
\
\
\
|
*
|
|
hda-codec: disable streams on reset
Gerd Hoffmann
2014-01-20
1
-0
/
+18
|
|
/
/
*
|
|
Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into staging
Anthony Liguori
2014-01-24
10
-6
/
+305
|
\
\
\
|
*
|
|
usb-hid: add microsoft os descriptor support
Gerd Hoffmann
2014-01-16
1
-0
/
+8
|
*
|
|
usb: add support for microsoft os descriptors
Gerd Hoffmann
2014-01-16
9
-6
/
+297
|
|
/
/
*
|
|
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2014-01-24
4
-1
/
+16
|
\
\
\
|
*
|
|
scsi: Support TEST UNIT READY in the dummy LUN0
Paolo Bonzini
2014-01-16
1
-0
/
+2
|
*
|
|
block: add .bdrv_reopen_prepare() stub for iscsi
Jeff Cody
2014-01-15
1
-0
/
+9
|
*
|
|
virtio-scsi: Prevent assertion on missed events
Eric Farman
2014-01-15
1
-1
/
+1
|
*
|
|
virtio-scsi: Cleanup of I/Os that never started
Eric Farman
2014-01-15
1
-0
/
+4
|
*
|
|
scsi: Assign cancel_io vector for scsi_disk_emulate_ops
Paolo Bonzini
2014-01-15
1
-0
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
2014-01-24
77
-885
/
+3579
|
\
\
\
|
*
|
|
block: Switch bdrv_io_limits_intercept() to byte granularity
Kevin Wolf
2014-01-24
1
-8
/
+5
|
*
|
|
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
2014-01-24
6
-0
/
+504
|
*
|
|
qemu-io: New command 'sleep'
Kevin Wolf
2014-01-24
1
-0
/
+42
|
*
|
|
blkdebug: Make required alignment configurable
Kevin Wolf
2014-01-24
2
-0
/
+19
|
*
|
|
iscsi: Set bs->request_alignment
Paolo Bonzini
2014-01-24
1
-0
/
+1
|
*
|
|
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
Kevin Wolf
2014-01-24
2
-56
/
+9
|
*
|
|
block: Make bdrv_pread() a bdrv_prwv_co() wrapper
Kevin Wolf
2014-01-24
1
-36
/
+13
|
*
|
|
block: Change coroutine wrapper to byte granularity
Kevin Wolf
2014-01-24
1
-22
/
+26
|
*
|
|
block: Assert serialisation assumptions in pwritev
Kevin Wolf
2014-01-24
1
-4
/
+12
|
*
|
|
block: Align requests in bdrv_co_do_pwritev()
Kevin Wolf
2014-01-24
1
-1
/
+85
|
*
|
|
block: Allow wait_serialising_requests() at any point
Kevin Wolf
2014-01-24
2
-3
/
+12
|
*
|
|
block: Make overlap range for serialisation dynamic
Kevin Wolf
2014-01-24
2
-26
/
+31
|
*
|
|
block: Generalise and optimise COR serialisation
Kevin Wolf
2014-01-24
2
-21
/
+32
|
*
|
|
block: Make zero-after-EOF work with larger alignment
Kevin Wolf
2014-01-24
1
-3
/
+4
|
*
|
|
block: Allow waiting for overlapping requests between begin/end
Kevin Wolf
2014-01-24
1
-18
/
+20
|
*
|
|
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
2014-01-24
3
-21
/
+42
|
*
|
|
block: Introduce bdrv_co_do_pwritev()
Kevin Wolf
2014-01-24
1
-6
/
+18
|
*
|
|
block: write: Handle COR dependency after I/O throttling
Kevin Wolf
2014-01-24
1
-4
/
+4
|
*
|
|
block: Introduce bdrv_aligned_pwritev()
Kevin Wolf
2014-01-24
1
-21
/
+41
|
*
|
|
block: Introduce bdrv_co_do_preadv()
Kevin Wolf
2014-01-24
1
-6
/
+58
|
*
|
|
block: Introduce bdrv_aligned_preadv()
Kevin Wolf
2014-01-24
1
-18
/
+43
|
*
|
|
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
4
-17
/
+132
[next]