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
2013-06-03
Merge remote-tracking branch 'kraxel/usb.83' into staging
Anthony Liguori
4
-25
/
+240
2013-06-03
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
4
-4
/
+3
2013-06-03
xhci: add live migration support
Gerd Hoffmann
1
-1
/
+163
2013-06-03
xhci: add xhci_init_epctx
Gerd Hoffmann
1
-18
/
+25
2013-06-03
xhci: add xhci_alloc_epctx
Gerd Hoffmann
1
-11
/
+21
2013-06-03
xhci: add XHCISlot->addressed
Gerd Hoffmann
1
-0
/
+3
2013-06-03
pci: add VMSTATE_MSIX
Gerd Hoffmann
1
-0
/
+33
2013-06-03
host-libusb: Correct test for USB packet state
Ed Maste
1
-1
/
+1
2013-06-03
Fix usage of USB_DEV_FLAG_IS_HOST flag.
Michael Marineau
1
-1
/
+1
2013-06-02
tcx: Fix 24-bit display mode
Mark Cave-Ayland
1
-4
/
+6
2013-06-01
m25p80: Add Micron n25q032a
Ed Maste
1
-0
/
+1
2013-06-01
debugcon: fix compiler warning when open DEBUG_DEBUGCON
liguang
1
-2
/
+2
2013-06-01
debugcon: make debug message more readable
liguang
1
-1
/
+1
2013-06-01
debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCON
liguang
1
-1
/
+1
2013-06-01
Remove unnecessary break statements
Stefan Weil
2
-2
/
+0
2013-05-30
qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
Amos Kong
2
-1
/
+15
2013-05-29
virtio-pci: drop unused wmb macro
Michael S. Tsirkin
1
-6
/
+0
2013-05-29
pc_sysfw: allow flash (-pflash) memory to be used with KVM
Jordan Justen
1
-19
/
+31
2013-05-29
isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS)
Jordan Justen
2
-5
/
+16
2013-05-29
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
3
-9
/
+47
2013-05-28
hw/9pfs: Be robust against paths without FS_IOC_GETVERSION
Gabriel de Perthuis
1
-0
/
+4
2013-05-28
hw/9pfs: Use O_NOFOLLOW when opening files on server
Aneesh Kumar K.V
1
-7
/
+41
2013-05-28
hw/9pfs: use O_NOFOLLOW for mapped readlink operation
Aneesh Kumar K.V
1
-1
/
+1
2013-05-28
hw/9pfs: Fix segfault with 9p2000.u
Aneesh Kumar K.V
1
-1
/
+1
2013-05-26
Remove Sun4c, Sun4d and a few CPUs
Blue Swirl
4
-826
/
+3
2013-05-24
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
4
-7
/
+4
2013-05-24
memory: Rename readable flag to romd_mode
Jan Kiszka
2
-4
/
+4
2013-05-24
exec: eliminate qemu_put_ram_ptr
Paolo Bonzini
2
-3
/
+0
2013-05-24
rtl8139: flush queued packets when RxBufPtr is written
Stefan Hajnoczi
1
-0
/
+3
2013-05-22
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
7
-8
/
+0
2013-05-22
pci-assign: Add MSI affinity support
Alex Williamson
1
-0
/
+18
2013-05-22
virtio-net: dynamic network offloads configuration
Dmitry Fleytman
1
-15
/
+84
2013-05-22
glib: Fix some misuses of gsize/size_t types
Peter Crosthwaite
1
-2
/
+2
2013-05-20
Rename hexdump to avoid FreeBSD libutil conflict
Ed Maste
1
-2
/
+2
2013-05-20
ide/macio: fix wrong opaque with TRIM support
Aurelien Jarno
1
-1
/
+1
2013-05-18
Rename hexdump to avoid FreeBSD libutil conflict
Ed Maste
1
-2
/
+2
2013-05-18
remove some double-includes
Michael Tokarev
7
-8
/
+0
2013-05-16
virtio: add virtio_bus_get_dev_path.
KONRAD Frederic
1
-0
/
+14
2013-05-15
hw/pci-host/versatile.c: Provide property for forcing broken IRQ mapping
Peter Maydell
1
-1
/
+13
2013-05-15
hw/pci-host/versatile.c: Update autodetect to detect newer kernels
Peter Maydell
1
-7
/
+62
2013-05-15
Revert "versatile_pci: Put the host bridge PCI device at slot 29"
Peter Maydell
1
-2
/
+0
2013-05-15
virtio-net-x: forward the netclient name and type.
KONRAD Frederic
3
-0
/
+9
2013-05-15
virtio-net: add virtio_net_set_netclient_name.
KONRAD Frederic
1
-2
/
+43
2013-05-14
spitz: fix compilation failure due to pty.h namespace pollution
Paolo Bonzini
1
-50
/
+50
2013-05-14
acpi: add dummy write function for acpi timer
Gerd Hoffmann
1
-0
/
+7
2013-05-13
Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"
Paolo Bonzini
3
-8
/
+4
2013-05-13
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
Anthony Liguori
5
-10
/
+31
2013-05-12
remove double semicolons
Dong Xu Wang
4
-5
/
+5
2013-05-12
m25p80.c: Sync Flash chip list with Linux
Ed Maste
1
-5
/
+26
2013-05-09
qxl: Call spice_qxl_driver_unload from qxl_enter_vga_mode
Hans de Goede
1
-0
/
+3
[next]