index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-08
qdev: Don't assume existence of parent bus on unparenting
Andreas Färber
1
-3
/
+5
2013-01-08
qdev: Include qdev code into *-user, too
Eduardo Habkost
1
-2
/
+7
2013-01-08
Merge remote-tracking branch 'kraxel/usb.75' into staging
Anthony Liguori
21
-330
/
+3279
2013-01-08
uhci: stop using portio lists
Gerd Hoffmann
1
-76
/
+30
2013-01-08
usbredir: Add support for buffered bulk input (v2)
Hans de Goede
7
-20
/
+2717
2013-01-07
exynos4210: Add EHCI support
Liming Wang
2
-1
/
+8
2013-01-07
usb/ehci: Add SysBus EHCI device for Exynos4210
Andreas Färber
2
-0
/
+17
2013-01-07
usb/ehci: Move capsbase and opregbase into SysBus EHCI class
Andreas Färber
2
-2
/
+26
2013-01-07
usb/ehci: Clean up SysBus and PCI EHCI split
Andreas Färber
3
-24
/
+60
2013-01-07
xhci: call set-address with dummy usbpacket
Gerd Hoffmann
1
-1
/
+6
2013-01-07
usb-redir: Add debugging to bufpq save / restore
Hans de Goede
1
-3
/
+11
2013-01-07
usbredir: Add usbredir_init_endpoints() helper
Hans de Goede
1
-9
/
+13
2013-01-07
usbredir: Verify we have 32 bits bulk length cap when redirecting to xhci
Hans de Goede
1
-0
/
+2
2013-01-07
usbredir: Add ep_stopped USBDevice method
Hans de Goede
1
-0
/
+9
2013-01-07
usbredir: Add USBEP2I and I2USBEP helper macros
Hans de Goede
1
-3
/
+7
2013-01-07
usbredir: Add an usbredir_stop_ep helper function
Hans de Goede
1
-22
/
+19
2013-01-07
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
6
-5
/
+68
2013-01-07
usb: Fix usb_ep_find_packet_by_id
Hans de Goede
1
-1
/
+1
2013-01-07
hid: Change idle handling to use a timer
Hans de Goede
3
-13
/
+43
2013-01-07
uhci: Maximize how many frames we catch up when behind
Hans de Goede
1
-0
/
+8
2013-01-07
uhci: Limit amount of frames processed in one go
Hans de Goede
1
-16
/
+27
2013-01-07
uhci: Add a QH_VALID define
Hans de Goede
1
-4
/
+5
2013-01-07
uhci: Fix pending interrupts getting lost on migration
Hans de Goede
1
-1
/
+2
2013-01-07
uhci: Fix 1 ms delay in interrupt reporting to the guest
Hans de Goede
1
-11
/
+13
2013-01-07
ehci: Don't call commit_irq after raising PCD
Hans de Goede
1
-2
/
+0
2013-01-07
ehci: Further speedup rescanning if async schedule after raising an interrupt
Hans de Goede
1
-1
/
+4
2013-01-07
ehci: Use uframe precision for interrupt threshold checking (v2)
Hans de Goede
1
-23
/
+47
2013-01-07
ehci: Verify a queue's ep direction does not change
Hans de Goede
2
-0
/
+20
2013-01-07
ehci: Add an ehci_get_pid helper function
Hans de Goede
1
-16
/
+16
2013-01-07
ehci: Verify qtd for async completed packets
Hans de Goede
1
-14
/
+1
2013-01-07
ehci: writeback_async_complete_packet: verify qh and qtd
Hans de Goede
1
-0
/
+14
2013-01-07
ehci: Move get / put_dwords upwards
Hans de Goede
1
-42
/
+42
2013-01-07
ehci: Verify guest does not change the token of inflight qtd-s
Hans de Goede
1
-6
/
+4
2013-01-07
ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions
Hans de Goede
1
-16
/
+35
2013-01-07
ehci: Add a ehci_writeback_async_complete_packet helper function
Hans de Goede
1
-11
/
+17
2013-01-07
rtl8139: preserve link state across device reset
Amos Kong
1
-1
/
+2
2013-01-07
e1000: no need auto-negotiation if link was down
Amos Kong
1
-0
/
+5
2013-01-07
e1000: Discard oversized packets based on SBP|LPE
Michael Contreras
1
-2
/
+5
2013-01-06
Revert "virtio-pci: replace byte swap hack"
Blue Swirl
1
-1
/
+16
2013-01-06
virtio-pci: replace byte swap hack
Blue Swirl
1
-16
/
+1
2013-01-05
hw/i386: Fix broken build for non POSIX hosts
Stefan Weil
1
-0
/
+5
2013-01-04
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-2
/
+6
2013-01-04
Merge remote-tracking branch 'kraxel/testdev.1' into staging
Anthony Liguori
5
-49
/
+283
2013-01-04
hw/mcf5206: Reduce size of lookup table
Stefan Weil
1
-1
/
+1
2013-01-04
pseries: Remove unneeded include statement (fixes MinGW builds)
Stefan Weil
1
-1
/
+1
2013-01-04
pc_sysfw: Check for qemu_find_file() failure
Markus Armbruster
1
-0
/
+4
2013-01-04
pc: remove bochs bios debug ports
Gerd Hoffmann
1
-41
/
+0
2013-01-04
hw: Add test device for unittests execution
Lucas Meneghel Rodrigues
2
-0
/
+183
2013-01-04
add isa-debug-exit device.
Gerd Hoffmann
2
-1
/
+76
2013-01-04
switch debugcon to memory api
Gerd Hoffmann
1
-7
/
+24
[next]