aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-05-31i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé
2021-05-30Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210528-pull-request' ...Peter Maydell
2021-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ...Peter Maydell
2021-05-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-28hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan
2021-05-28hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told toRuimei Yan
2021-05-28hw/input/hid: Add support for keys of jp106 keyboard.Katsuhiro Ueno
2021-05-27virtio-gpu: Update cursor data using blobVivek Kasireddy
2021-05-27virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy
2021-05-27virtio-gpu: Factor out update scanoutVivek Kasireddy
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy
2021-05-27virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy
2021-05-27virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy
2021-05-27virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy
2021-05-27virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy
2021-05-27virtio-gpu: Add virtio_gpu_find_check_resourceVivek Kasireddy
2021-05-27virtio-gpu: Add udmabuf helpersVivek Kasireddy
2021-05-27hw/display/qxl: Set pci rom address aligned with page sizemaobibo
2021-05-27virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier
2021-05-27hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck
2021-05-26target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé
2021-05-26cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé
2021-05-26cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé
2021-05-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-26hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin
2021-05-26pckbd: correctly disable PS/2 communicationVolker Rümelin
2021-05-26pckbd: add function kbd_pending()Volker Rümelin
2021-05-26pckbd: add controller response queueVolker Rümelin
2021-05-26pckbd: add state variable for interrupt sourceVolker Rümelin
2021-05-26pckbd: PS/2 keyboard throttleVolker Rümelin
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin
2021-05-26pckbd: split out interrupt line changing codeVolker Rümelin
2021-05-26ps2: don't deassert irq twice if queue is emptyVolker Rümelin