index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-28
qcow2: Handle dependencies earlier
Kevin Wolf
2
-16
/
+48
2013-03-28
qcow2: Remove bogus unlock of s->lock
Kevin Wolf
1
-2
/
+0
2013-03-28
qcow2: Fix "total clusters" number in bdrv_check
Kevin Wolf
2
-2
/
+4
2013-03-28
qemu-iotests: More concurrent allocation scenarios
Kevin Wolf
2
-1
/
+124
2013-03-28
vl.c: call bdrv_init_with_whitelist() before cmdline parsing
Peter Lieven
1
-2
/
+2
2013-03-27
spice-qemu-char: Drop hackish vmc_register on spice_chr_write
Hans de Goede
1
-1
/
+0
2013-03-27
virtio-serial: propagate guest_connected to the port on post_load
Alon Levy
1
-0
/
+5
2013-03-27
virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
Hans de Goede
3
-32
/
+12
2013-03-27
qemu-char: add_handlers: Don't re-send the be_open event on unregister
Hans de Goede
1
-1
/
+1
2013-03-27
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
2
-4
/
+4
2013-03-27
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
Hans de Goede
3
-19
/
+11
2013-03-27
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
3
-33
/
+12
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
4
-2
/
+15
2013-03-27
qemu-char: Add fe_open tracking
Hans de Goede
2
-0
/
+9
2013-03-27
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
5
-16
/
+16
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
5
-8
/
+8
2013-03-27
compiler: fix warning with GCC 4.8.0
Paolo Bonzini
1
-1
/
+1
2013-03-26
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
39
-131
/
+348
2013-03-26
pcie: Add endpoint capability initialization wrapper
Alex Williamson
3
-14
/
+18
2013-03-26
roms: switch oldnoconfig to olddefconfig
Michael S. Tsirkin
1
-1
/
+1
2013-03-26
pcie: Mangle types to match topology
Alex Williamson
1
-0
/
+13
2013-03-26
pci: Create and use API to determine root buses
Alex Williamson
2
-4
/
+10
2013-03-26
pci: Create pci_bus_is_express helper
Alex Williamson
2
-0
/
+6
2013-03-26
pci: Q35, Root Ports, and Switches create PCI Express buses
Alex Williamson
4
-4
/
+4
2013-03-26
pci: Allow PCI bus creation interfaces to specify the type of bus
Alex Williamson
24
-35
/
+40
2013-03-26
pci: Move PCI and PCIE type defines
Alex Williamson
2
-4
/
+5
2013-03-26
pci: Create and register a new PCI Express TypeInfo
Alex Williamson
2
-0
/
+7
2013-03-26
exec: assert that RAMBlock size is non-zero
Stefan Hajnoczi
1
-0
/
+2
2013-03-26
pci: refuse empty ROM files
Stefan Hajnoczi
1
-1
/
+6
2013-03-26
pci_bridge: Remove duplicate IRQ swizzle function
Alex Williamson
1
-9
/
+0
2013-03-26
pci_bridge: Use a default map_irq function
Alex Williamson
1
-1
/
+1
2013-03-26
pci: Fix INTx routing notifier recursion
Alex Williamson
1
-3
/
+4
2013-03-26
pci_bridge: drop formatting from source
Michael S. Tsirkin
1
-8
/
+0
2013-03-26
pci_bridge: factor out common code
Michael S. Tsirkin
3
-19
/
+22
2013-03-26
pci: Teach PCI Bridges about VGA routing
Alex Williamson
4
-2
/
+55
2013-03-26
pci: Add PCI VGA helpers
Alex Williamson
2
-0
/
+82
2013-03-26
virtio-pci: guest notifier mask without non-irqfd
Michael S. Tsirkin
1
-35
/
+44
2013-03-26
virtio-net: remove layout assumptions for mq ctrl
Jason Wang
1
-11
/
+12
2013-03-26
qmp: add path to device_deleted event
Michael S. Tsirkin
2
-3
/
+8
2013-03-26
qom: call class destructor before unparent
Michael S. Tsirkin
1
-3
/
+3
2013-03-26
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
13
-87
/
+375
2013-03-26
Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging
Anthony Liguori
1
-0
/
+3
2013-03-26
virtio-ccw: Queue sanity check for notify hypercall.
Cornelia Huck
1
-0
/
+3
2013-03-26
qtest: use synchronous I/O for char device
Anthony Liguori
1
-1
/
+1
2013-03-26
char: introduce a blocking version of qemu_chr_fe_write
Anthony Liguori
2
-0
/
+42
2013-03-26
hw/qdev: Abort rather than ignoring errors adding device properties
Peter Maydell
1
-3
/
+7
2013-03-26
qom: Detect attempts to add a property that already exists
Peter Maydell
1
-1
/
+12
2013-03-26
hw/qdev-properties.c: Improve diagnostic for setting property after realize
Peter Maydell
5
-17
/
+43
2013-03-26
virtio-scsi: cleanup: remove qdev field.
KONRAD Frederic
2
-3
/
+0
2013-03-26
virtio-scsi: cleanup: init and exit functions.
KONRAD Frederic
1
-50
/
+10
[next]