aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-01-30hw: input: set category of the i8042 devicekumar sourav1-0/+1
2019-01-30typo: apci->acpiDr. David Alan Gilbert2-2/+2
2019-01-30hw: edu: set category of the edu devicekumar sourav1-0/+2
2019-01-30usb-mtp: replace the homebrew write with qemu_write_fullBandan Das1-11/+3
2019-01-30usb-mtp: breakup MTP write into smaller chunksBandan Das1-43/+91
2019-01-30usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das1-14/+13
2019-01-30usb: implement XHCI underrun/overrun eventsYuri Benditovich2-2/+16
2019-01-30usb: XHCI shall not halt isochronous endpointsYuri Benditovich1-0/+5
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth5-11/+10
2019-01-30usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang1-0/+1
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann2-11/+18
2019-01-29Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-0/+9
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell1-0/+46
2019-01-29hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell1-2/+2
2019-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater1-3/+112
2019-01-29aspeed/smc: Add dummy data registerCédric Le Goater1-3/+6
2019-01-29aspeed/smc: define registers for all possible CSCédric Le Goater1-1/+1
2019-01-29aspeed/smc: fix default read valueCédric Le Goater1-1/+1
2019-01-29xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell1-0/+5
2019-01-29arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz3-0/+144
2019-01-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov1-0/+8
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu1-0/+1
2019-01-25ide/via: Implement and use native PCI IDE modeBALATON Zoltan1-14/+38
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan2-9/+8
2019-01-25ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan1-24/+20
2019-01-25sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan1-44/+8
2019-01-25ide: Get rid of CMD646BAR structBALATON Zoltan1-17/+16
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan2-69/+67
2019-01-25cmd646: Remove IDEBus from CMD646BARBALATON Zoltan1-15/+14
2019-01-25cmd646: Remove unused variableBALATON Zoltan1-1/+0
2019-01-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190124-pull-request...Peter Maydell1-20/+15
2019-01-24trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2-2/+2
2019-01-24trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé1-1/+1
2019-01-24display: ensure qxl log_buf is a nul terminated stringDaniel P. Berrangé2-5/+11
2019-01-24hw/i386/pc.c: fix one typo in function nameWei Yang1-2/+2
2019-01-24audio: fix pc speaker initGerd Hoffmann1-20/+15
2019-01-23Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2019-01-22...Peter Maydell1-0/+4
2019-01-22hw/microblaze: s3adsp1800: Create an unimplemented GPIO areaEdgar E. Iglesias1-0/+4
2019-01-22Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-01-2...Peter Maydell3-0/+3
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth3-0/+3
2019-01-21Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell7-59/+84
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell2-7/+74
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell1-1/+1
2019-01-21hw/block/xen: use proper format string for printing sectorsAlex Bennée1-1/+1
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater1-12/+68
2019-01-21hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger1-0/+1
2019-01-21hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé1-2/+1
2019-01-19hw/rdma: modify struct initializationMarcel Apfelbaum1-4/+4
2019-01-19hw: rdma: fix an off-by-one issueLi Qiang1-1/+1
2019-01-19hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia2-3/+10