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
2019-06-06
hw/sd: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
2
-2
/
+2
2019-06-06
hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
1
-1
/
+1
2019-06-06
hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
1
-2
/
+2
2019-06-06
hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
1
-1
/
+1
2019-06-06
hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
2
-2
/
+2
2019-06-06
hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
1
-2
/
+2
2019-06-06
hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
1
-1
/
+1
2019-06-06
hw/scsi/vmw_pvscsi: Use qbus_reset_all() directly
Philippe Mathieu-Daudé
1
-2
/
+2
2019-06-06
vhost: fix incorrect print type
Jie Wang
1
-1
/
+1
2019-06-06
hw/rdma: Delete unused headers inclusion
Yuval Shaia
1
-7
/
+0
2019-06-04
scsi-disk: Use qdev_prop_drive_iothread
Kevin Wolf
2
-14
/
+23
2019-06-04
block: Add qdev_prop_drive_iothread property type
Kevin Wolf
1
-5
/
+38
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
5
-5
/
+7
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
3
-8
/
+20
2019-06-04
nvme: add Get/Set Feature Timestamp support
Kenneth Heitke
3
-2
/
+108
2019-06-03
q35: Revert to kernel irqchip
Alex Williamson
3
-2
/
+20
2019-06-03
imx25-pdk: create ds1338 for qtest inside the test
Paolo Bonzini
1
-9
/
+0
2019-06-03
edu: uses uint64_t in dma operation
Li Qiang
1
-8
/
+9
2019-06-03
edu: mmio: allow 64-bit access in read dispatch
Li Qiang
1
-1
/
+5
2019-06-03
edu: mmio: allow 64-bit access
Li Qiang
1
-0
/
+9
2019-06-02
vhost-scsi: Allow user to enable migration
Liran Alon
1
-10
/
+20
2019-06-02
vhost-scsi: Add VMState descriptor
Nir Weiner
1
-0
/
+23
2019-06-02
vhost-scsi: The vhost backend should be stopped when the VM is not running
Nir Weiner
1
-0
/
+4
2019-05-30
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...
Peter Maydell
19
-104
/
+1378
2019-05-30
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190529-pull-request' ...
Peter Maydell
4
-77
/
+169
2019-05-30
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...
Peter Maydell
12
-459
/
+1269
2019-05-29
vhost: fix memory leak in vhost_user_scsi_realize
Jie Wang
1
-0
/
+3
2019-05-29
vhost: fix incorrect print type
Jie Wang
1
-1
/
+1
2019-05-29
vhost: remove the dead code
Jie Wang
1
-1
/
+0
2019-05-29
pci: Fold pci_get_bus_devfn() into its sole caller
David Gibson
1
-32
/
+28
2019-05-29
pci: Make is_bridge a bool
David Gibson
8
-9
/
+9
2019-05-29
pcie: Simplify pci_adjust_config_limit()
David Gibson
3
-52
/
+36
2019-05-29
acpi: pci: use build_append_foo() API to construct MCFG
Wei Yang
1
-12
/
+27
2019-05-29
hw/acpi: Consolidate build_mcfg to pci.c
Wei Yang
6
-34
/
+53
2019-05-29
usb-tablet: fix serial compat property
Gerd Hoffmann
1
-1
/
+1
2019-05-29
usb-hub: emulate per port power switching
Gerd Hoffmann
1
-0
/
+63
2019-05-29
usb-hub: add usb_hub_port_update()
Gerd Hoffmann
1
-12
/
+17
2019-05-29
usb-hub: add helpers to update port state
Gerd Hoffmann
1
-39
/
+45
2019-05-29
usb-hub: make number of ports runtime-configurable
Gerd Hoffmann
1
-16
/
+29
2019-05-29
usb-hub: tweak feature names
Gerd Hoffmann
1
-5
/
+5
2019-05-29
usb-host: avoid libusb_set_configuration calls
Gerd Hoffmann
1
-8
/
+10
2019-05-29
usb-host: skip reset for untouched devices
Gerd Hoffmann
1
-0
/
+3
2019-05-29
usb: call reset handler before updating state
Gerd Hoffmann
1
-1
/
+1
2019-05-29
hw/display: add vhost-user-vga & gpu-pci
Marc-André Lureau
7
-17
/
+725
2019-05-29
virtio-gpu: split virtio-gpu-pci & virtio-vga
Marc-André Lureau
3
-83
/
+136
2019-05-29
virtio-gpu: split virtio-gpu, introduce virtio-gpu-base
Marc-André Lureau
6
-304
/
+404
2019-05-29
virtio-gpu: add a pixman helper header
Marc-André Lureau
1
-26
/
+3
2019-05-29
virtio-gpu: add bswap helpers header
Marc-André Lureau
1
-42
/
+1
2019-05-29
vhost-user: add vhost_user_gpu_set_socket()
Marc-André Lureau
1
-0
/
+11
2019-05-29
ppc/pnv: add dummy XSCOM registers for PRD initialization
Cédric Le Goater
1
-0
/
+18
[prev]
[next]