aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck2-0/+2
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger2-2/+0
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger1-5/+0
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger2-33/+10
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger1-1/+0
2020-09-02hda-audio: Set instance_size at base classEduardo Habkost1-3/+1
2020-09-02rx: Rename QOM type check macrosEduardo Habkost1-2/+2
2020-09-02rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macroEduardo Habkost1-1/+1
2020-09-02x86-iommu: Rename QOM type macrosEduardo Habkost3-3/+3
2020-09-02mos6522: Rename QOM macrosEduardo Habkost4-17/+17
2020-09-02imx_ccm: Rename IMX_GET_CLASS macroEduardo Habkost1-1/+1
2020-09-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'...Peter Maydell3-6/+137
2020-09-01Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell27-87/+43
2020-09-01hw/arm/sbsa-ref : Add embedded controller in secure memoryGraeme Gregory1-0/+14
2020-09-01hw/misc/sbsa_ec : Add an embedded controller for sbsa-refGraeme Gregory2-0/+100
2020-09-01hw/arm/sbsa-ref: add "reg" property to DT cpu nodesLeif Lindholm1-6/+23
2020-09-01hw/display/vga:Remove redundant statement in vga_draw_graphic()Chen Qun1-1/+0
2020-09-01hw/intc: fix default registers value in exynos4210_combiner_read()Chen Qun1-1/+0
2020-09-01usb/bus: Remove dead assignment in usb_get_fw_dev_path()Chen Qun1-2/+2
2020-09-01vfio/platform: Remove dead assignment in vfio_intp_interrupt()Chen Qun1-1/+1
2020-09-01hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()Chen Qun1-1/+0
2020-09-01hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun1-1/+1
2020-09-01hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()Chen Qun1-1/+0
2020-09-01hw/arm/virt-acpi-build:Remove dead assignment in build_madt()Chen Qun1-2/+1
2020-09-01hw/net/xilinx_axienet: Remove unused codePhilippe Mathieu-Daudé1-23/+0
2020-09-01hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-21/+23
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-4/+4
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-2/+3
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/core/sysbus: Assert memory region index is in rangePhilippe Mathieu-Daudé1-0/+1
2020-09-01hw/core/sysbus: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/isa/isa-superio: Fix IDE controller realizationPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/i386/kvm/ioapic.c: fix typo in error messageKenta Ishiguro1-1/+1
2020-09-01hw/net/can: Add missing fallthrough statementsThomas Huth1-0/+2
2020-09-01hw: Remove superfluous breaksLiao Pingfang9-22/+0
2020-08-31usb: fix setup_len init (CVE-2020-14364)Gerd Hoffmann1-6/+10
2020-08-31usb-host: workaround libusb bugGerd Hoffmann1-1/+36
2020-08-31hw/usb: Add U2F device autoscan to passthru modeCésar Belley2-14/+101
2020-08-31hw/usb: Add U2F device check to passthru modeCésar Belley1-0/+41
2020-08-31meson: Add U2F key to mesonCésar Belley2-0/+12
2020-08-31hw/usb: Add U2F key emulated modeCésar Belley1-0/+405
2020-08-31hw/usb: Add U2F key passthru modeCésar Belley1-0/+423
2020-08-31hw/usb: Add U2F key base class implementationCésar Belley1-0/+352
2020-08-31hw/usb: Add U2F key base classCésar Belley1-0/+92
2020-08-31hw/usb: Regroup USB HID protocol valuesCésar Belley2-28/+10
2020-08-31ehci: drop pointless warn_report for guest bugs.Gerd Hoffmann1-1/+0
2020-08-31hw: ehci: check return value of 'usb_packet_map'Li Qiang1-2/+8
2020-08-31hw: ehci: destroy sglist in error pathLi Qiang1-0/+1
2020-08-31hw: xhci: check return value of 'usb_packet_map'Li Qiang1-1/+4