aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-10-02hw/scsi/mptendian: Avoid taking address of fields in packed structsPeter Maydell1-80/+83
2018-10-02hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps structPeter Maydell1-6/+1
2018-10-02virtio: do not take address of packed membersPaolo Bonzini1-3/+3
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk1-1/+2
2018-10-02lsi53c895a: convert to trace-eventsMark Cave-Ayland2-111/+165
2018-10-02scsi-block: Deprecate rotation_rateFam Zheng1-0/+6
2018-10-02kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu threadYongji Xie1-7/+10
2018-10-02hw: edu: replace device name with macroLi Qiang1-2/+3
2018-10-02hw: hyperv_testdev: add read callbackLi Qiang1-2/+8
2018-10-02hw: pc-testdev: add read memory region callbackLi Qiang1-4/+16
2018-10-02hw: debugexit: add read callbackLi Qiang1-0/+6
2018-10-02fw_cfg_mem: add read memory region callbackLi Qiang1-0/+6
2018-10-02change get_image_size return type to int64_tLi Zhijian9-17/+23
2018-10-02serial: fix DLL writesPaolo Bonzini1-2/+2
2018-10-02hw/char/sh_serial: Add timeout handling to unbreak serial inputGeert Uytterhoeven1-0/+20
2018-10-02ps2: prevent changing irq state on save and loadPavel Dovgalyuk1-2/+6
2018-10-02es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini1-2/+8
2018-10-02virtio: Return true from virtio_queue_empty if brokenFam Zheng1-0/+8
2018-10-01Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181001-pull-request' ...Peter Maydell3-4/+15
2018-10-01Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180927-pull-request' ...Peter Maydell9-14/+548
2018-10-01ohci: set effectively usb frame rate to 1kHzMiguel GAIO1-1/+5
2018-10-01usb-hub: clear suspend on detachGerd Hoffmann1-0/+4
2018-10-01usb-mtp: reset ObjectInfo dataset size on cleanupBandan Das1-0/+2
2018-10-01usb-mtp: fix error conditions for write operationBandan1-3/+4
2018-09-27qxl: support mono cursors with inverted colorsPeter Wu1-0/+16
2018-09-27qxl: use guest_monitor_config for local renderer.Gerd Hoffmann3-8/+24
2018-09-27display/stdvga: add edid support.Gerd Hoffmann3-6/+33
2018-09-27display/edid: add region helper.Gerd Hoffmann2-0/+34
2018-09-27display/edid: add qemu_edid_size()Gerd Hoffmann1-0/+14
2018-09-27display/edid: add edid generator to qemu.Gerd Hoffmann2-0/+427
2018-09-25Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell2-1/+4
2018-09-25qdev: fix a typo in commentLi Qiang1-1/+1
2018-09-25hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth1-0/+3
2018-09-25Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180925' into s...Peter Maydell1-0/+3
2018-09-25aspeed/smc: fix some alignment issuesCédric Le Goater1-4/+4
2018-09-25hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater1-142/+70
2018-09-25hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater1-1/+1
2018-09-25aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater1-1/+0
2018-09-25hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statementsPeter Maydell1-0/+2
2018-09-25hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell2-67/+2
2018-09-25hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell2-84/+57
2018-09-25hw/intc/arm_gic: Drop GIC_BASE_IRQ macroPeter Maydell3-20/+14
2018-09-25hw/arm/smmuv3: fix eventq recording and IRQ triggerringEric Auger2-14/+14
2018-09-25qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev1-0/+3
2018-09-25hw/arm/smmu-common: Fix the name of the iommu memory regionsEric Auger1-3/+3
2018-09-25aspeed/i2c: Fix receive done interrupt handlingGuenter Roeck1-1/+9
2018-09-25aspeed/i2c: Handle receive command in separate functionGuenter Roeck1-16/+21
2018-09-25aspeed/i2c: interrupts should be cleared by software onlyCédric Le Goater1-4/+12
2018-09-25arm: Add BBC micro:bit machineJoel Stanley2-1/+68
2018-09-25arm: Add Nordic Semiconductor nRF51 SoCJoel Stanley2-0/+134