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
...
|
*
ide: also reset io_buffer_index for writes
Christoph Hellwig
2011-01-24
1
-2
/
+1
|
*
ide: factor dma handling helpers
Christoph Hellwig
2011-01-24
3
-80
/
+36
|
*
Avoid divide by zero when there is no block device to migrate
Pierre Riteau
2011-01-24
1
-1
/
+6
|
*
Make strtosz() return int64_t instead of ssize_t
Jes Sorensen
2011-01-24
5
-10
/
+10
|
*
do_snapshot_blkdev() error on missing snapshot_file argument
Jes Sorensen
2011-01-24
1
-0
/
+6
|
*
qemu-img snapshot: Use writeback caching
Kevin Wolf
2011-01-24
1
-1
/
+1
|
*
qcow2: fix unaligned access
Aurelien Jarno
2011-01-24
1
-1
/
+1
*
|
SPARC: Add asr17 register support
Fabien Chouteau
2011-01-24
3
-1
/
+14
*
|
SPARC: Emulation of Leon3
Fabien Chouteau
2011-01-24
8
-22
/
+419
*
|
SPARC: Emulation of GRLIB APB UART
Fabien Chouteau
2011-01-24
3
-0
/
+214
*
|
SPARC: Emulation of GRLIB IRQMP
Fabien Chouteau
2011-01-24
3
-0
/
+420
*
|
SPARC: Emulation of GRLIB GPTimer
Fabien Chouteau
2011-01-24
3
-0
/
+470
*
|
target-mips: fix save_cpu_state() calls
Aurelien Jarno
2011-01-24
1
-6
/
+6
|
/
*
multiboot: Fix upper memory size in multiboot info
Kevin Wolf
2011-01-23
1
-1
/
+1
*
Delete useless 'extern' qualifiers for functions
Blue Swirl
2011-01-23
22
-131
/
+126
*
gdbstub-xml: avoid a warning from sparse
Blue Swirl
2011-01-23
1
-0
/
+3
*
Avoid deadlock whith iothread and icount
Edgar E. Iglesias
2011-01-23
1
-6
/
+9
*
microblaze: cleanup helper_addkc
Edgar E. Iglesias
2011-01-23
3
-10
/
+7
*
microblaze: Improve subkc
Edgar E. Iglesias
2011-01-22
3
-38
/
+49
*
microblaze: Fix 3rd addkc arg when rd is r0
Edgar E. Iglesias
2011-01-22
1
-2
/
+1
*
microblaze: Improve addkc
Edgar E. Iglesias
2011-01-22
3
-26
/
+45
*
microblaze: Remove debug leftovers.
Edgar E. Iglesias
2011-01-22
1
-2
/
+0
*
microblaze: Reorganize for future patches
Edgar E. Iglesias
2011-01-22
1
-19
/
+17
*
ppc: Correct BookE tlb reads
Edgar E. Iglesias
2011-01-21
1
-1
/
+1
*
checkpatch: Fix bracing false positives on #else
Jan Kiszka
2011-01-21
1
-1
/
+2
*
Merge branch 'usb.4' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
2011-01-21
18
-1622
/
+1842
|
\
|
*
usb: zap pdev from usbport
Gerd Hoffmann
2011-01-12
6
-8
/
+6
|
*
usb: rewrite fw path, fix numbering
Gerd Hoffmann
2011-01-12
1
-42
/
+26
|
*
usb: add port property.
Gerd Hoffmann
2011-01-11
2
-4
/
+23
|
*
usb: keep track of physical port address.
Gerd Hoffmann
2011-01-11
6
-3
/
+39
|
*
usb storage: handle long responses
Gerd Hoffmann
2011-01-11
1
-2
/
+2
|
*
usb storage: fix status reporting
Gerd Hoffmann
2011-01-11
1
-6
/
+7
|
*
usb storage: high speed support
Gerd Hoffmann
2011-01-11
1
-5
/
+46
|
*
usb: add device qualifier support
Gerd Hoffmann
2011-01-11
4
-0
/
+52
|
*
usb: add usb_desc_attach
Gerd Hoffmann
2011-01-11
2
-3
/
+34
|
*
usb: add attach callback
Gerd Hoffmann
2011-01-11
2
-1
/
+11
|
*
usb: add speed mask to ports
Gerd Hoffmann
2011-01-11
6
-6
/
+18
|
*
usb: hid: change serial number to "42".
Gerd Hoffmann
2011-01-11
1
-1
/
+1
|
*
usb: hid: remote wakeup support.
Gerd Hoffmann
2011-01-11
1
-0
/
+2
|
*
usb: hub: remote wakeup support.
Gerd Hoffmann
2011-01-11
1
-0
/
+12
|
*
usb: uhci: remote wakeup support.
Gerd Hoffmann
2011-01-11
1
-2
/
+21
|
*
usb: add usb_wakeup() + wakeup callback to port ops
Gerd Hoffmann
2011-01-11
2
-0
/
+9
|
*
usb: rework attach/detach workflow
Gerd Hoffmann
2011-01-11
6
-133
/
+122
|
*
usb: create USBPortOps, move attach there.
Gerd Hoffmann
2011-01-11
7
-10
/
+30
|
*
usb: move remote wakeup handling to common code
Gerd Hoffmann
2011-01-11
9
-155
/
+31
|
*
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
2011-01-11
11
-93
/
+66
|
*
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
2011-01-11
9
-29
/
+7
|
*
usb network: use new descriptor infrastructure.
Gerd Hoffmann
2011-01-11
1
-244
/
+209
|
*
usb storage: serial number support
Gerd Hoffmann
2011-01-11
1
-0
/
+6
|
*
usb descriptors: add settable strings.
Gerd Hoffmann
2011-01-11
4
-9
/
+57
[prev]
[next]