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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
9
-22
/
+33
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
5
-31
/
+26
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
8
-11
/
+51
2012-10-25
usb: Rename __usb_packet_complete to usb_packet_complete_one
Hans de Goede
2
-4
/
+5
2012-10-25
xhci: Add a xhci_ep_nuke_one_xfer helper function
Hans de Goede
1
-19
/
+30
2012-10-25
ehci: Retry to fill the queue while waiting for td completion
Hans de Goede
1
-5
/
+6
2012-10-25
ehci: Detect going in circles when filling the queue
Hans de Goede
1
-1
/
+8
2012-10-25
ehci: Speed up the timer of raising int from the async schedule
Hans de Goede
1
-1
/
+12
2012-10-25
ehci: Improve latency of interrupt delivery and async schedule scanning
Hans de Goede
1
-8
/
+2
2012-10-25
ehci: Set int flag on a short input packet
Hans de Goede
1
-0
/
+4
2012-10-25
ehci: Get rid of packet tbytes field
Hans de Goede
1
-11
/
+9
2012-10-25
uhci: Move checks to continue queuing to uhci_fill_queue()
Hans de Goede
1
-7
/
+3
2012-10-25
uhci: Properly unmap packets on cancel / invalid pid
Hans de Goede
1
-0
/
+2
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
325
-1719
/
+1719
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
Anthony Liguori
1
-34
/
+35
2012-10-22
Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...
Anthony Liguori
1
-3
/
+8
2012-10-22
usb-serial: only expose device in guest when the chardev is open
Gerd Hoffmann
1
-2
/
+17
2012-10-22
usb-serial: don't magically zap chardev on umplug
Gerd Hoffmann
1
-1
/
+1
2012-10-22
serial: add pci-serial documentation
Gerd Hoffmann
1
-0
/
+2
2012-10-22
serial: add 2x + 4x pci variant
Gerd Hoffmann
1
-0
/
+149
2012-10-22
serial: add pci variant
Gerd Hoffmann
5
-0
/
+110
2012-10-22
serial: split serial.c
Gerd Hoffmann
26
-180
/
+257
2012-10-22
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
1
-1
/
+3
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
7
-64
/
+51
2012-10-22
pci: honor PCI_COMMAND_MASTER
Avi Kivity
2
-2
/
+12
2012-10-22
pci: give each device its own address space
Avi Kivity
2
-0
/
+15
2012-10-22
dma: make dma access its own address space
Avi Kivity
1
-1
/
+2
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
3
-5
/
+4
2012-10-20
hw/pl031: Use LOG_GUEST_ERROR
Peter Maydell
1
-6
/
+10
2012-10-20
hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERROR
Peter Maydell
1
-3
/
+5
2012-10-20
hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERROR
Peter Maydell
1
-4
/
+7
2012-10-20
hw/pl190: Use LOG_GUEST_ERROR
Peter Maydell
1
-2
/
+4
2012-10-20
hw/pl041: Use LOG_UNIMP
Peter Maydell
1
-2
/
+3
2012-10-20
hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR
Peter Maydell
1
-8
/
+10
2012-10-20
hw/hw.h: Add include of qemu-log.h
Peter Maydell
1
-0
/
+1
2012-10-20
create struct for machine initialization arguments
Eduardo Habkost
56
-412
/
+511
2012-10-20
vga: remove CONFIG_BOCHS_VBE
Gerd Hoffmann
2
-50
/
+12
2012-10-20
vga: add specs for standard vga
Gerd Hoffmann
2
-0
/
+4
2012-10-20
vga: add mmio bar to standard vga
Gerd Hoffmann
4
-3
/
+121
2012-10-20
vga: fix indention
Gerd Hoffmann
1
-14
/
+14
2012-10-17
vfio-pci: Mark non-migratable
Alex Williamson
1
-0
/
+6
2012-10-17
vfio-pci: Fix debug build
Alex Williamson
1
-3
/
+2
2012-10-17
virtio-net: use qemu_get_buffer() in a temp buffer
Juan Quintela
1
-1
/
+3
2012-10-17
i440fx: avoid destroying memory regions within a transaction
Avi Kivity
1
-34
/
+35
2012-10-15
xen_pt: drop no-op MemoryListener callbacks
Avi Kivity
1
-45
/
+0
2012-10-15
vfio: drop no-op MemoryListener callbacks
Avi Kivity
1
-29
/
+0
2012-10-15
xen_pt: use separate MemoryListeners for memory and I/O
Avi Kivity
2
-1
/
+38
2012-10-15
vhost: use MemoryListener filtering to only monitor RAM address space
Avi Kivity
1
-3
/
+2
2012-10-13
sun4u: Pass SPARCCPU to cpu_set_ivec_irq()
Andreas Färber
1
-4
/
+3
2012-10-13
sun4u: Pass SPARCCPU to cpu_kick_irq()
Andreas Färber
1
-4
/
+6
[next]