aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2021-09-13fw_cfg: add etc/msr_feature_controlPaolo Bonzini1-0/+1
2021-09-10Merge remote-tracking branch 'remotes/kraxel/tags/input-20210910-pull-request...Peter Maydell1-81/+133
2021-09-10Merge remote-tracking branch 'remotes/vivier/tags/q800-pull-request' into sta...Peter Maydell2-307/+278
2021-09-10ps2: migration support for command reply queueVolker Rümelin1-6/+34
2021-09-10ps2: use a separate keyboard command reply queueVolker Rümelin1-31/+84
2021-09-10ps2: use the whole ps2 buffer but keep queue sizeVolker Rümelin1-49/+20
2021-09-08mac_via: add qdev gpios for nubus slot interrupts to VIA2Mark Cave-Ayland1-0/+23
2021-09-08mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland2-12/+7
2021-09-08mac_via: remove mac_via deviceMark Cave-Ayland2-81/+31
2021-09-08mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...Mark Cave-Ayland1-42/+44
2021-09-08mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()Mark Cave-Ayland1-14/+8
2021-09-08mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescriptionMark Cave-Ayland1-15/+5
2021-09-08mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland2-89/+86
2021-09-08mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland1-68/+67
2021-09-08mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland1-29/+30
2021-09-08mac_via: move last_b variable into q800 VIA1 VMStateDescriptionMark Cave-Ayland1-1/+1
2021-09-08mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2Mark Cave-Ayland1-4/+24
2021-09-08escc: fix STATUS_SYNC bit in R_STATUS registerMark Cave-Ayland1-1/+8
2021-09-08escc: re-use escc_reset_chn() for soft resetMark Cave-Ayland1-7/+2
2021-09-08escc: remove register changes from escc_reset_chn()Mark Cave-Ayland1-25/+0
2021-09-08escc: implement hard reset as described in the datasheetMark Cave-Ayland1-28/+13
2021-09-08escc: implement soft reset as described in the datasheetMark Cave-Ayland1-17/+31
2021-09-08escc: introduce escc_hard_reset_chn() for hardware resetMark Cave-Ayland2-1/+38
2021-09-08escc: introduce escc_soft_reset_chn() for software resetMark Cave-Ayland2-2/+39
2021-09-08escc: reset register values to zero in escc_reset()Mark Cave-Ayland1-2/+17
2021-09-08escc: checkpatch fixesMark Cave-Ayland1-65/+97
2021-09-08sun4m: fix setting CPU id when more than one CPU is presentMark Cave-Ayland1-1/+1
2021-09-07s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger1-0/+5
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth3-10/+10
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-14/+51
2021-09-06hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabledDavid Hildenbrand2-8/+8
2021-09-06hw/s390x/s390-skeys: check if an address is valid before dumping the keyDavid Hildenbrand1-5/+8
2021-09-06hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dumpDavid Hildenbrand1-20/+30
2021-09-06hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrateDavid Hildenbrand1-27/+43
2021-09-06vfio-ccw: forward halt/clear errorsCornelia Huck2-6/+36
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang1-1/+1
2021-09-04vhost_net: remove the meaningless assignment in vhost_net_start_one()Jason Wang1-3/+0
2021-09-04vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang1-2/+2
2021-09-04hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang1-1/+2
2021-09-04hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé1-4/+2
2021-09-04hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé1-0/+1
2021-09-04hw/acpi: use existing references to pci device struct within functionsAni Sinha1-3/+3
2021-09-04hw/pci: remove all references to find_i440fx functionAni Sinha1-6/+0
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu2-14/+7
2021-09-04vhost: correctly detect the enabling IOMMUJason Wang1-1/+1
2021-09-04virtio-pci: implement iommu_enabled()Jason Wang1-0/+14
2021-09-04virtio-bus: introduce iommu_enabled()Jason Wang1-0/+14
2021-09-04virtio-balloon: free page hinting cleanupsDavid Hildenbrand1-20/+8
2021-09-04virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand1-0/+13