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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
13
-0
/
+71
2010-12-11
Add get_fw_dev_path callback to scsi bus.
Gleb Natapov
1
-0
/
+23
2010-12-11
Add get_fw_dev_path callback for usb bus.
Gleb Natapov
1
-0
/
+42
2010-12-11
Record which USBDevice USBPort belongs too.
Gleb Natapov
6
-6
/
+8
2010-12-11
Add get_fw_dev_path callback for pci bus.
Gleb Natapov
1
-23
/
+85
2010-12-11
Add get_fw_dev_path callback for system bus.
Gleb Natapov
3
-0
/
+36
2010-12-11
Add get_fw_dev_path callback to IDE bus.
Gleb Natapov
1
-0
/
+13
2010-12-11
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
6
-9
/
+11
2010-12-11
Add get_fw_dev_path callback to ISA bus in qdev.
Gleb Natapov
1
-0
/
+16
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
13
-0
/
+57
2010-12-11
Introduce new BusInfo callback get_fw_dev_path.
Gleb Natapov
1
-0
/
+7
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
11
-0
/
+16
2010-12-11
wdt_i6300esb: register a reset function
Bernhard Kohl
1
-18
/
+21
2010-12-11
isa-bus.c: use hw_error instead of fprintf
Tristan Gingold
1
-7
/
+4
2010-12-11
usb_ohci: Always use little endian
Alexander Graf
1
-8
/
+1
2010-12-11
isa_mmio: Always use little endian
Alexander Graf
14
-119
/
+36
2010-12-11
heathrow_pic: Declare as little endian
Alexander Graf
1
-3
/
+1
2010-12-11
rtl8139: Declare as little endian
Alexander Graf
1
-13
/
+1
2010-12-11
openpic: Replace explicit byte swap with endian hints
Alexander Graf
1
-21
/
+2
2010-12-11
ppc4xx_pci: Declare as little endian
Alexander Graf
1
-15
/
+2
2010-12-11
versatile_pci: Declare as little endian
Alexander Graf
1
-13
/
+1
2010-12-11
prep: Declare as little endian
Alexander Graf
1
-35
/
+3
2010-12-11
e1000: Make little endian
Alexander Graf
1
-9
/
+2
2010-12-11
uninorth: Get rid of bswap
Alexander Graf
1
-4
/
+2
2010-12-11
pci-host: Delegate bswap to mmio layer
Alexander Graf
6
-101
/
+46
2010-12-11
dbdma: Make little endian
Alexander Graf
1
-4
/
+1
2010-12-11
Make simple io mem handler endian aware
Alexander Graf
3
-7
/
+14
2010-12-11
Add endianness as io mem parameter
Alexander Graf
152
-254
/
+431
2010-12-04
Fix mingw32 and OpenBSD warnings
Blue Swirl
1
-1
/
+1
2010-12-02
vhost: Fix address calculation in vhost_dev_sync_region()
Jason Wang
1
-0
/
+1
2010-12-02
migration: allow rate > 4g
Michael S. Tsirkin
1
-4
/
+4
2010-12-01
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
39
-720
/
+851
2010-11-30
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
13
-228
/
+169
2010-11-29
ide: Reset current_addr after stopping DMA
Kevin Wolf
1
-1
/
+1
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-27
Add pcnet-pci.c
Paul Brook
1
-0
/
+345
2010-11-27
Split out common pcnet code
Paul Brook
2
-307
/
+7
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
2
-2
/
+3
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
scsi-disk: Move active request asserts
Stefan Hajnoczi
1
-6
/
+6
2010-11-24
virtio: fix up VQ checks
Michael S. Tsirkin
1
-11
/
+16
2010-11-24
virtio: Convert fprintf() to error_report()
Stefan Hajnoczi
1
-17
/
+18
2010-11-24
pci: fix bus walk under secondary bus reset
Michael S. Tsirkin
1
-13
/
+24
[next]