index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-29
cocoa: Suppress Cocoa frontend for -qtest
Andreas Färber
1
-1
/
+2
2012-05-29
arch_init: Fix AltiVec build on Darwin/ppc
Andreas Färber
1
-0
/
+4
2012-05-29
Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into staging
Anthony Liguori
4
-33
/
+56
2012-05-29
Merge remote-tracking branch 'mdroth/qga-pull-5-24-12' into staging
Anthony Liguori
2
-1
/
+24
2012-05-29
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
8
-81
/
+159
2012-05-29
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
3
-17
/
+17
2012-05-29
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
3
-40
/
+206
2012-05-28
slirp: Avoid redefining MAX_TCPOPTLEN
Andreas Färber
1
-0
/
+1
2012-05-28
slirp: Avoid statements without effect on Big Endian host
Andreas Färber
1
-12
/
+8
2012-05-28
ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN
Ronnie Sahlberg
2
-31
/
+85
2012-05-28
ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMC
Ronnie Sahlberg
1
-5
/
+59
2012-05-28
ISCSI: get device type at connection time
Ronnie Sahlberg
1
-2
/
+43
2012-05-28
ISCSI: change num_blocks to 64-bit
Paolo Bonzini
1
-1
/
+1
2012-05-28
ISCSI: redo how we set up the events
Ronnie Sahlberg
1
-4
/
+21
2012-05-28
slirp: Untangle TCPOLEN_* from TCPOPT_*
Andreas Färber
1
-5
/
+8
2012-05-27
tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin
Andreas Färber
1
-6
/
+10
2012-05-25
fdc-test: introduced qtest no_media_on_start and cmos qtest for floppy
Pavel Hrdina
1
-17
/
+48
2012-05-25
fdc: fix media detection
Pavel Hrdina
1
-6
/
+8
2012-05-25
fdc: floppy drive should be visible after start without media
Pavel Hrdina
1
-1
/
+1
2012-05-25
qemu-iotests: mark 035 qcow2-only
Stefan Hajnoczi
1
-1
/
+1
2012-05-25
qcow2: Check qcow2_alloc_clusters_at() return value
Kevin Wolf
1
-10
/
+13
2012-05-25
sheepdog: use heap instead of stack for BDRVSheepdogState
MORITA Kazutaka
1
-13
/
+22
2012-05-25
sheepdog: return -errno on error
MORITA Kazutaka
1
-32
/
+46
2012-05-25
sheepdog: mark image as snapshot when tag is specified
MORITA Kazutaka
1
-1
/
+1
2012-05-25
qemu-img: Explain how rebase operation can be used to perform a 'diff' operat...
Richard W.M. Jones
1
-0
/
+18
2012-05-25
qcow2: don't leak buffer for unexpected qcow_version in header
Jim Meyering
1
-1
/
+2
2012-05-25
scsi: declare vmstate_info_scsi_requests to be static
Jim Meyering
1
-1
/
+1
2012-05-24
qemu-ga: Fix missing environ declaration
Luiz Capitulino
1
-1
/
+5
2012-05-24
configure: check if environ is declared
Luiz Capitulino
1
-0
/
+19
2012-05-24
audio: Always call fini on exit
Jan Kiszka
1
-4
/
+8
2012-05-24
es1370: Fix debug code
Stefan Weil
1
-5
/
+6
2012-05-22
Update version for 1.1.0-rc3
Anthony Liguori
1
-1
/
+1
2012-05-21
xen: Fix PV-on-HVM
Anthony PERARD
1
-1
/
+4
2012-05-21
qdev: Fix memory leak
dunrong huang
1
-1
/
+5
2012-05-21
virtio: check virtio_load return code
Orit Wassermann
5
-5
/
+27
2012-05-21
virtio-blk: always enable VIRTIO_BLK_F_SCSI
Paolo Bonzini
4
-7
/
+9
2012-05-21
virtio-blk: define VirtIOBlkConf
Paolo Bonzini
7
-28
/
+32
2012-05-21
virtio-blk: blockdev_mark_auto_del is transport-independent
Paolo Bonzini
2
-1
/
+1
2012-05-21
virtio-blk: report non-zero status when failing SG_IO requests
Paolo Bonzini
1
-28
/
+23
2012-05-21
use an uint64_t for the max_sz parameter in load_image_targphys
Mark Langsdorf
2
-2
/
+3
2012-05-21
Merge remote-tracking branch 'mdroth/qga-pull-5-15-12' into staging
Anthony Liguori
9
-162
/
+174
2012-05-21
tests: Add rtc-test (fix test regression)
Stefan Weil
1
-1
/
+1
2012-05-21
virtio/vhost: Add support for KVM in-kernel MSI injection
Jan Kiszka
2
-0
/
+132
2012-05-21
msix: Add msix_nr_vectors_allocated
Jan Kiszka
2
-0
/
+7
2012-05-21
kvm: Enable use of kvm_irqchip_in_kernel in hwlib code
Jan Kiszka
1
-0
/
+1
2012-05-21
kvm: Introduce kvm_irqchip_add/remove_irqfd
Jan Kiszka
3
-0
/
+43
2012-05-21
kvm: Make kvm_irqchip_commit_routes an internal service
Jan Kiszka
3
-18
/
+15
2012-05-21
kvm: Publicize kvm_irqchip_release_virq
Jan Kiszka
3
-1
/
+6
2012-05-21
kvm: Introduce kvm_irqchip_add_msi_route
Jan Kiszka
3
-4
/
+45
2012-05-21
kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route
Jan Kiszka
3
-6
/
+6
[prev]
[next]