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
2010-11-29
ide: Ignore double DMA transfer starts/stops
Kevin Wolf
1
-28
/
+32
2010-11-29
ide: Set bus master inactive on error
Kevin Wolf
1
-0
/
+2
2010-11-29
ide: Factor ide_dma_set_inactive out
Kevin Wolf
1
-16
/
+13
2010-11-26
raw-posix: raw_pwrite comment fixup
Christoph Hellwig
1
-1
/
+1
2010-11-25
scsi-disk: Remove duplicate cdb parsing
Hannes Reinecke
1
-53
/
+21
2010-11-25
scsi: Move sense handling into the driver
Hannes Reinecke
3
-26
/
+25
2010-11-25
scsi: INQUIRY VPD fixes
Hannes Reinecke
1
-4
/
+14
2010-11-25
scsi: Return SAM status codes
Hannes Reinecke
2
-14
/
+16
2010-11-25
scsi: Increase the number of possible devices
Hannes Reinecke
3
-3
/
+4
2010-11-24
block: Remove unused s->hd in various drivers
Kevin Wolf
5
-6
/
+0
2010-11-24
qemu and qemu-xen: support empty write barriers in xen_disk
Stefano Stabellini
1
-2
/
+10
2010-11-24
ide: convert bmdma address ioport to ioport_register()
Avi Kivity
6
-77
/
+27
2010-11-24
block migration: do not submit multiple AIOs for same sector (v2)
Marcelo Tosatti
1
-9
/
+5
2010-11-24
Implement drive_del to decouple block removal from device removal
Ryan Harper
3
-0
/
+58
2010-11-24
scsi-disk: Move active request asserts
Stefan Hajnoczi
1
-6
/
+6
2010-11-23
microblaze: target-ify target_ucontext
Richard Henderson
1
-9
/
+9
2010-11-21
virtio-pci: Convert fprintf() to error_report()
Stefan Hajnoczi
1
-2
/
+2
2010-11-21
virtio-net: Convert fprintf() to error_report()
Stefan Hajnoczi
1
-21
/
+20
2010-11-21
virtio: Convert fprintf() to error_report()
Stefan Hajnoczi
1
-17
/
+18
2010-11-21
virtio-blk: Convert fprintf() to error_report()
Stefan Hajnoczi
1
-2
/
+2
2010-11-21
vgabios update: handle compatibility with older qemu versions
Gerd Hoffmann
3
-0
/
+26
2010-11-21
pcnet: Do not receive external frames in loopback mode
Jan Kiszka
1
-2
/
+3
2010-11-21
piix4 acpi: convert io BAR to type-safe ioport callbacks
Avi Kivity
1
-33
/
+22
2010-11-21
Type-safe ioport callbacks
Avi Kivity
3
-0
/
+96
2010-11-21
trace: Trace vm_start()/vm_stop()
Stefan Hajnoczi
2
-0
/
+6
2010-11-21
virtfs: enable MSI-X
Gerd Hoffmann
2
-1
/
+12
2010-11-21
pc: add 0.13 pc machine type
Gerd Hoffmann
1
-1
/
+9
2010-11-21
trace: Use fprintf_function (format checking)
Stefan Weil
1
-3
/
+3
2010-11-21
slirp: Remove unused code for bad sprintf
Stefan Weil
3
-62
/
+0
2010-11-21
pc: disable the BOCHS BIOS panic port
Bernhard Kohl
1
-2
/
+2
2010-11-21
optionrom: fix bugs in signrom.sh
Avi Kivity
1
-4
/
+3
2010-11-21
Makefile: Fix check dependency breakage
Luiz Capitulino
1
-6
/
+8
2010-11-21
block migration: do not submit multiple AIOs for same sector
Marcelo Tosatti
1
-0
/
+61
2010-11-21
block: set sector dirty on AIO write completion
Marcelo Tosatti
1
-1
/
+41
2010-11-21
block: fix shift in dirty bitmap calculation
Marcelo Tosatti
1
-6
/
+6
2010-11-21
Add support for generating a systemtap tapset static probes
Daniel P. Berrange
3
-18
/
+146
2010-11-21
Add a DTrace tracing backend targetted for SystemTAP compatability
Daniel P. Berrange
5
-11
/
+154
2010-11-21
Revert "Add a DTrace tracing backend targetted for SystemTAP compatability"
Anthony Liguori
5
-148
/
+11
2010-11-21
Revert "Add support for generating a systemtap tapset static probes"
Anthony Liguori
3
-115
/
+1
2010-11-18
audio: Only use audio timer when necessary
malc
1
-14
/
+10
2010-11-16
pc: Fix e820 fw_cfg for big endian
Alex Williamson
1
-7
/
+7
2010-11-16
pc: e820 qemu_cfg tables need to be packed
Alex Williamson
1
-2
/
+2
2010-11-16
Fix compilation failure with simple trace when srcdir==objdir
Peter Maydell
1
-6
/
+5
2010-11-16
Delete IOHandlers after potentially running them
Stefan Hajnoczi
1
-7
/
+8
2010-11-16
usb-linux: Get the active configuration from sysfs rather then asking the dev
Hans de Goede
1
-0
/
+19
2010-11-16
usb-linux: introduce a usb_linux_get_configuration function
Hans de Goede
1
-8
/
+22
2010-11-16
usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS
Hans de Goede
1
-11
/
+15
2010-11-16
Add missing braces
Jes Sorensen
1
-5
/
+8
2010-11-16
Out off array access in usb-net
Gleb Natapov
1
-1
/
+1
2010-11-16
Merge remote branch 'spice/bugfix.2' into staging
Anthony Liguori
3
-17
/
+17
[next]