index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add seabios build scripts to roms/
Gerd Hoffmann
2012-03-12
3
-0
/
+16
*
Add missing const attributes for MemoryRegionOps
Stefan Weil
2012-03-11
9
-13
/
+13
*
tcg: Improve tcg_out_label and fix its usage for w64
Stefan Weil
2012-03-11
4
-14
/
+14
*
configure: Test for libiberty.a (mingw32)
Stefan Weil
2012-03-11
1
-1
/
+7
*
w64: Don't redefine lseek, ftruncate
Stefan Weil
2012-03-11
1
-2
/
+6
*
cache-utils: Add missing include file for uintptr_t
Stefan Weil
2012-03-11
1
-0
/
+3
*
build: Include config-host.mak as soon as possible
LluĂs Vilanova
2012-03-11
1
-7
/
+8
*
gdbstub: Do not kill target in system emulation mode
Jan Kiszka
2012-03-11
1
-0
/
+2
*
target-i386: Mask NX bit from cpu_get_phys_page_debug result
Jan Kiszka
2012-03-11
2
-6
/
+8
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-03-09
17
-58
/
+45
|
\
|
*
configure: Quote the configure args printed in config.log
Peter Maydell
2012-03-08
1
-1
/
+3
|
*
osdep: Remove local definition of macro offsetof
Stefan Weil
2012-03-08
2
-17
/
+0
|
*
libcacard: Spelling and grammar fixes in documentation
Stefan Weil
2012-03-08
1
-13
/
+13
|
*
Spelling fixes in comments (it's -> its)
Stefan Weil
2012-03-08
9
-10
/
+10
|
*
vnc: Add break statement
Stefan Weil
2012-03-08
1
-0
/
+1
|
*
libcacard: Use format specifier %u instead of %d for unsigned values
Stefan Weil
2012-03-08
1
-10
/
+10
|
*
Fix sign of sscanf format specifiers
Stefan Weil
2012-03-07
1
-1
/
+2
|
*
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
2012-03-07
1
-1
/
+1
|
*
qmp: Fix spelling fourty -> forty
Stefan Weil
2012-03-07
1
-2
/
+2
|
*
qom: Fix spelling in documentation
Stefan Weil
2012-03-07
1
-1
/
+1
|
*
sh7750: Remove redundant 'struct' from MemoryRegionOps
Stefan Weil
2012-03-07
2
-2
/
+2
*
|
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-03-09
12
-242
/
+742
|
\
\
|
*
|
kvm: fill in padding to help valgrind
Michael S. Tsirkin
2012-03-07
2
-0
/
+8
|
*
|
kvm: x86: Add user space part for in-kernel i8254
Jan Kiszka
2012-03-07
4
-3
/
+278
|
*
|
kvm: Add kvm_has_pit_state2 helper
Jan Kiszka
2012-03-07
3
-0
/
+16
|
*
|
i8254: Open-code timer restore
Jan Kiszka
2012-03-07
2
-3
/
+19
|
*
|
i8254: Factor out base class for KVM reuse
Jan Kiszka
2012-03-07
4
-239
/
+424
|
|
/
*
|
Merge remote-tracking branch 'kraxel/usb.42' into staging
Anthony Liguori
2012-03-09
8
-143
/
+203
|
\
\
|
*
|
xhci: fix port status
Gerd Hoffmann
2012-03-07
1
-1
/
+1
|
*
|
xhci: fix control xfers
Gerd Hoffmann
2012-03-07
1
-8
/
+5
|
*
|
usb: add shortcut for control transfers
Gerd Hoffmann
2012-03-07
2
-0
/
+60
|
*
|
usb-host: enable pipelineing for bulk endpoints.
Gerd Hoffmann
2012-03-07
1
-0
/
+3
|
*
|
usb: add pipelining option to usb endpoints
Gerd Hoffmann
2012-03-07
2
-1
/
+12
|
*
|
usb: queue can have async packets
Gerd Hoffmann
2012-03-07
1
-0
/
+3
|
*
|
uhci_fill_queue: zap debug printf
Gerd Hoffmann
2012-03-07
1
-1
/
+0
|
*
|
usb: add USB_RET_IOERROR
Hans de Goede
2012-03-07
6
-10
/
+19
|
*
|
usb: return BABBLE rather then NAK when we receive too much data
Hans de Goede
2012-03-07
2
-3
/
+9
|
*
|
usb-ehci: Cleanup itd error handling
Hans de Goede
2012-03-07
1
-14
/
+14
|
*
|
usb-ehci: Fix and simplify nakcnt handling
Hans de Goede
2012-03-07
1
-28
/
+4
|
*
|
usb-ehci: Remove dead nakcnt code
Hans de Goede
2012-03-07
1
-20
/
+0
|
*
|
usb-ehci: Fix cerr tracking
Hans de Goede
2012-03-07
1
-13
/
+6
|
*
|
usb-ehci: Any packet completion except for NAK should set the interrupt
Hans de Goede
2012-03-07
1
-1
/
+1
|
*
|
usb-ehci: Rip the queues when the async or period schedule is halted
Hans de Goede
2012-03-07
1
-1
/
+4
|
*
|
usb-ehci: Drop cached qhs when the doorbell gets rung
Hans de Goede
2012-03-07
1
-16
/
+17
|
*
|
usb-ehci: always call ehci_queues_rip_unused for period queues
Hans de Goede
2012-03-07
1
-0
/
+1
|
*
|
usb-ehci: split our qh queue into async and periodic queues
Hans de Goede
2012-03-07
1
-25
/
+37
|
*
|
usb-ehci: Never follow table entries with the T-bit set
Hans de Goede
2012-03-07
1
-6
/
+4
|
*
|
usb-redir: Set ep type and interface
Hans de Goede
2012-03-07
1
-0
/
+8
*
|
|
libcacard: Fix compilation with gcc-4.7
Hans de Goede
2012-03-09
1
-2
/
+2
*
|
|
xilinx_zynq: fix the build
Anthony Liguori
2012-03-09
1
-2
/
+2
|
|
/
|
/
|
[next]