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
2012-11-26
pc/piix_pci: factor out smram/pam logic
Isaku Yamahata
4
-53
/
+200
2012-11-26
pc_piix: Move kvm irq routing functions out of pc_piix.c
Jason Baron
2
-43
/
+42
2012-11-26
pc: Move ioapic_init() from pc_piix.c to pc.c
Jason Baron
3
-24
/
+27
2012-11-26
pc, pc_piix: split out pc nic initialization
Isaku Yamahata
3
-8
/
+17
2012-11-26
Merge remote-tracking branch 'kraxel/usb.72' into staging
Anthony Liguori
4
-80
/
+116
2012-11-21
usb-redir: Don't handle interrupt output packets async
Hans de Goede
1
-12
/
+14
2012-11-21
usb-redir: Split usb_handle_interrupt_data into separate in/out functions
Hans de Goede
1
-65
/
+71
2012-11-21
usb-smartcard-reader: Properly NAK interrupt eps when we've no events
Hans de Goede
1
-0
/
+2
2012-11-21
usb-bt: Return NAK instead of STALL when interrupt ep has no data
Hans de Goede
1
-4
/
+21
2012-11-21
uhci: Fix double unlink
Hans de Goede
1
-1
/
+0
2012-11-21
uhci: Don't allow the guest to set port-enabled when there is no dev connected
Hans de Goede
1
-0
/
+4
2012-11-21
uhci: Add a completions_only flag for async completions
Hans de Goede
1
-4
/
+10
2012-11-21
ide: Fix status register after short PRDs
Kevin Wolf
1
-0
/
+1
2012-11-21
ide: Fix crash with too long PRD
Kevin Wolf
1
-0
/
+12
2012-11-19
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
3
-60
/
+67
2012-11-19
Merge remote-tracking branch 'kraxel/usb.71' into staging
Anthony Liguori
6
-62
/
+137
2012-11-19
Merge remote-tracking branch 'amit/loadvm-irq-inj-fix' into staging
Anthony Liguori
1
-10
/
+44
2012-11-19
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
15
-366
/
+402
2012-11-19
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-4
/
+46
2012-11-17
Merge branch 'vga.1' of git://git.kraxel.org/qemu
Blue Swirl
2
-5
/
+5
2012-11-16
virtio-rng-pci: create a default backend if none exists
Anthony Liguori
2
-0
/
+15
2012-11-16
virtio-rng: add rate limiting support
Anthony Liguori
3
-8
/
+64
2012-11-16
virtio-rng: hardware random number generator device
Amit Shah
9
-0
/
+341
2012-11-16
usb-host: fix splitted transfers
Gerd Hoffmann
1
-2
/
+5
2012-11-16
usb-host: update tracing
Gerd Hoffmann
1
-8
/
+12
2012-11-16
usb-redir: Set default debug level to warning
Hans de Goede
1
-1
/
+1
2012-11-16
usb-redir: Only add actually in flight packets to the in flight queue
Hans de Goede
1
-1
/
+3
2012-11-16
ehci: handle dma errors
Gerd Hoffmann
2
-19
/
+61
2012-11-16
ehci: keep the frame timer running in case the guest asked for frame list rol...
Gerd Hoffmann
1
-0
/
+7
2012-11-16
ehci: Don't verify the next pointer for periodic qh-s and qtd-s
Hans de Goede
1
-3
/
+6
2012-11-16
ehci: Better detection for qtd-s linked in circles
Hans de Goede
1
-3
/
+6
2012-11-16
ehci: Fixup q->qtdaddr after cancelling an already completed packet
Hans de Goede
1
-0
/
+4
2012-11-16
ehci: Don't access packet after freeing it
Hans de Goede
1
-4
/
+5
2012-11-16
usb: host-linux: Ignore parsing errors of the device descriptors
Jan Kiszka
1
-20
/
+11
2012-11-16
vga: fix mmio vga register mapping
Gerd Hoffmann
1
-3
/
+4
2012-11-16
vga: fix bochs alignment issue
Gerd Hoffmann
1
-2
/
+1
2012-11-16
usb-host: scan for usb devices when the vm starts
Gerd Hoffmann
1
-0
/
+11
2012-11-16
usb: Fix (another) bug in usb_packet_map() for IOMMU handling
David Gibson
1
-1
/
+1
2012-11-16
fix live migration
Gerd Hoffmann
1
-0
/
+4
2012-11-16
virtio-serial-bus: post_load send_event when vm is running
Alon Levy
1
-10
/
+44
2012-11-15
mips/malta: fix CBUS UART interrupt pin
Aurelien Jarno
1
-1
/
+2
2012-11-15
qdev: Split up header so it can be used in cpu.h
Anthony Liguori
8
-366
/
+392
2012-11-15
Move qemu_irq typedef out of qemu-common.h
Igor Mammedov
7
-0
/
+10
2012-11-14
acpi_piix4: fix migration of gpe fields
Marcelo Tosatti
1
-4
/
+46
2012-11-14
megasas: Use bdrv_drain_all instead of qemu_aio_flush
Kevin Wolf
1
-1
/
+1
2012-11-14
fdc: remove last usage of FD_STATE_SEEK
Hervé Poussineau
1
-10
/
+2
2012-11-14
fdc: fix typo in zero constant
Hervé Poussineau
1
-1
/
+1
2012-11-14
fdc: remove double affectation of FD_MSR_CMDBUSY flag
Hervé Poussineau
1
-1
/
+1
2012-11-14
fdc: implement VERIFY command
Hervé Poussineau
1
-7
/
+18
2012-11-14
fdc: fix false FD_SR0_SEEK
Hervé Poussineau
1
-3
/
+7
[next]