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
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
43
-43
/
+43
2021-05-30
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210528-pull-request' ...
Peter Maydell
5
-11
/
+20
2021-05-30
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ...
Peter Maydell
7
-98
/
+567
2021-05-28
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
3
-5
/
+6
2021-05-28
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
5
-152
/
+151
2021-05-28
hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X
Ruimei Yan
4
-7
/
+15
2021-05-28
hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to
Ruimei Yan
1
-2
/
+3
2021-05-28
hw/input/hid: Add support for keys of jp106 keyboard.
Katsuhiro Ueno
1
-2
/
+2
2021-05-27
virtio-gpu: Update cursor data using blob
Vivek Kasireddy
1
-5
/
+14
2021-05-27
virtio-gpu: Add virtio_gpu_set_scanout_blob
Vivek Kasireddy
2
-7
/
+96
2021-05-27
virtio-gpu: Factor out update scanout
Vivek Kasireddy
1
-12
/
+23
2021-05-27
virtio-gpu: Add helpers to create and destroy dmabuf objects
Vivek Kasireddy
1
-0
/
+65
2021-05-27
virtio-gpu: Add virtio_gpu_resource_create_blob
Vivek Kasireddy
2
-3
/
+71
2021-05-27
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
2
-0
/
+17
2021-05-27
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
2
-11
/
+11
2021-05-27
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
1
-64
/
+87
2021-05-27
virtio-gpu: Add virtio_gpu_find_check_resource
Vivek Kasireddy
1
-19
/
+47
2021-05-27
virtio-gpu: Add udmabuf helpers
Vivek Kasireddy
2
-0
/
+159
2021-05-27
hw/display/qxl: Set pci rom address aligned with page size
maobibo
1
-1
/
+1
2021-05-27
virtio-net: failover: add missing remove_migration_state_change_notifier()
Laurent Vivier
1
-0
/
+1
2021-05-27
hw/net/imx_fec: return 0xffff when accessing non-existing PHY
Guenter Roeck
2
-5
/
+5
2021-05-26
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
Richard Henderson
1
-32
/
+3
2021-05-26
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
1
-2
/
+2
2021-05-26
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
1
-2
/
+2
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
1
-3
/
+3
2021-05-26
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
1
-2
/
+2
2021-05-26
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
1
-8
/
+8
2021-05-26
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
1
-2
/
+2
2021-05-26
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
Philippe Mathieu-Daudé
1
-2
/
+3
2021-05-26
cpu: Directly use get_memory_mapping() fallback handlers in place
Philippe Mathieu-Daudé
2
-16
/
+13
2021-05-26
cpu: Directly use get_paging_enabled() fallback handlers in place
Philippe Mathieu-Daudé
2
-13
/
+11
2021-05-26
cpu: Directly use cpu_write_elf*() fallback handlers in place
Philippe Mathieu-Daudé
2
-63
/
+44
2021-05-26
cpu: Introduce cpu_virtio_is_big_endian()
Philippe Mathieu-Daudé
3
-9
/
+11
2021-05-26
cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
Philippe Mathieu-Daudé
1
-0
/
+32
2021-05-26
cpu: Split as cpu-common / cpu-sysemu
Philippe Mathieu-Daudé
3
-18
/
+36
2021-05-26
cpu: Remove duplicated 'sysemu/hw_accel.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2021-05-26
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
5
-7
/
+10
2021-05-26
hw/scsi: Fix sector translation bug in scsi_unmap_complete_noio
Kit Westneat
1
-5
/
+7
2021-05-26
hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'
Philippe Mathieu-Daudé
4
-2
/
+3
2021-05-26
hw/input/ps2: Use ps2_raise_irq() instead of open coding it
Philippe Mathieu-Daudé
1
-4
/
+4
2021-05-26
pckbd: clear outport_present in outer pre_load()
Volker Rümelin
1
-2
/
+1
2021-05-26
pckbd: remove duplicated keyboard and mouse defines
Volker Rümelin
1
-37
/
+0
2021-05-26
pckbd: correctly disable PS/2 communication
Volker Rümelin
1
-4
/
+47
2021-05-26
pckbd: add function kbd_pending()
Volker Rümelin
1
-7
/
+14
2021-05-26
pckbd: add controller response queue
Volker Rümelin
1
-7
/
+35
2021-05-26
pckbd: add state variable for interrupt source
Volker Rümelin
1
-5
/
+28
2021-05-26
pckbd: PS/2 keyboard throttle
Volker Rümelin
1
-0
/
+61
2021-05-26
pckbd: don't update OBF flags if KBD_STAT_OBF is set
Volker Rümelin
2
-20
/
+84
2021-05-26
pckbd: split out interrupt line changing code
Volker Rümelin
1
-10
/
+22
2021-05-26
ps2: don't deassert irq twice if queue is empty
Volker Rümelin
1
-1
/
+3
[next]