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
2016-10-17
9pfs: drop useless check in pdu_free()
Greg Kurz
1
-10
/
+8
2016-10-17
9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]
Greg Kurz
2
-57
/
+62
2016-10-17
9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]
Greg Kurz
5
-95
/
+109
2016-10-17
9pfs: fsdev: drop useless extern annotation for functions
Greg Kurz
4
-62
/
+62
2016-10-17
9pfs: fix potential host memory leak in v9fs_read
Li Qiang
1
-2
/
+3
2016-10-17
9pfs: allocate space for guest originated empty strings
Li Qiang
1
-1
/
+1
2016-10-12
usb-redir: allocate buffers before waking up the host adapter
Hans de Goede
1
-3
/
+7
2016-10-12
usb: Fix incorrect default DMA offset.
Vijay Kumar B
1
-1
/
+1
2016-10-12
usb: fix serial generator
Gerd Hoffmann
1
-6
/
+6
2016-10-12
xhci: make xhci_epid_to_usbep accept XHCIEPContext
Gerd Hoffmann
1
-14
/
+15
2016-10-12
xhci: drop XHCITransfer->{slotid,epid}
Gerd Hoffmann
1
-9
/
+7
2016-10-12
xhci: add & use xhci_kick_epctx()
Gerd Hoffmann
1
-17
/
+26
2016-10-12
xhci: drop XHCITransfer->xhci
Gerd Hoffmann
1
-13
/
+9
2016-10-12
xhci: use linked list for transfers
Gerd Hoffmann
1
-54
/
+68
2016-10-12
xhci: drop unused comp_xfer field
Gerd Hoffmann
1
-1
/
+0
2016-10-12
xhci: decouple EV_QUEUE from TD_QUEUE
Gerd Hoffmann
1
-1
/
+1
2016-10-12
xhci: limit the number of link trbs we are willing to process
Gerd Hoffmann
1
-0
/
+10
2016-10-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
18
-213
/
+400
2016-10-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2016-10-10
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
7
-20
/
+20
2016-10-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
10
-131
/
+184
2016-10-10
intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTE
Feng Wu
1
-0
/
+12
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
11
-26
/
+0
2016-10-10
vhost-vsock: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-21
/
+23
2016-10-10
virtio-rng: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-8
/
+13
2016-10-10
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-6
/
+11
2016-10-10
virtio-scsi: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-17
/
+11
2016-10-10
virtio-input: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-10
/
+13
2016-10-10
virtio-gpu: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-12
/
+29
2016-10-10
virtio-serial: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-7
/
+11
2016-10-10
virtio-9p: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-6
/
+11
2016-10-10
virtio-net: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-21
/
+21
2016-10-10
virtio-blk: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-16
/
+11
2016-10-10
virtio: prepare change VMSTATE_VIRTIO_DEVICE macro
Halil Pasic
1
-0
/
+21
2016-10-10
virtio-scsi: handle virtio_scsi_set_config() error
Greg Kurz
1
-2
/
+3
2016-10-10
virtio-scsi: convert virtio_scsi_bad_req() to use virtio_error()
Greg Kurz
1
-14
/
+32
2016-10-10
virtio-net: handle virtio_net_flush_tx() errors
Greg Kurz
1
-8
/
+18
2016-10-10
virtio-net: handle virtio_net_receive() errors
Greg Kurz
1
-12
/
+15
2016-10-10
virtio-net: handle virtio_net_handle_ctrl() error
Greg Kurz
1
-2
/
+5
2016-10-10
virtio-blk: handle virtio_blk_handle_request() errors
Greg Kurz
1
-10
/
+28
2016-10-10
virtio-9p: handle handle_9p_output() error
Greg Kurz
1
-5
/
+21
2016-10-10
virtio-blk: make some functions static
Greg Kurz
1
-5
/
+5
2016-10-10
virtio-9p: add parentheses to sizeof operator
Greg Kurz
1
-3
/
+3
2016-10-10
virtio-serial: add missing virtio_detach_element() call
Stefan Hajnoczi
1
-0
/
+14
2016-10-10
virtio-blk: add missing virtio_detach_element() call
Stefan Hajnoczi
1
-0
/
+1
2016-10-10
virtio: add virtio_detach_element()
Stefan Hajnoczi
1
-2
/
+25
2016-10-10
acpi: provide _PXM method for CPU devices if QEMU is started numa enabled
Igor Mammedov
1
-0
/
+12
2016-10-10
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
Igor Mammedov
5
-22
/
+12
2016-10-10
virtio-serial: enable virtio console emergency write feature
Sascha Silbe
1
-3
/
+9
2016-10-10
virtio-serial: add plumbing for virtio console emergency write support
Sascha Silbe
1
-0
/
+37
[next]