summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-02-01hw/arm/iotkit: Rename IoTKit to ARMSSEPeter Maydell
2019-02-01armv7m: Pass through start-powered-off CPU propertyPeter Maydell
2019-02-01armv7m: Make cpu object a child of the armv7m containerPeter Maydell
2019-02-01armv7m: Don't assume the NVIC's CPU is CPU 0Peter Maydell
2019-02-01hw/arm/nrf51_soc: set object owner in memory_region_init_ramkumar sourav
2019-01-31Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell
2019-01-31Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-01-31Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190130-pull-request' ...Peter Maydell
2019-01-31Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2019-01-31nvme: use pci_dev directly in nvme_realizeLi Qiang
2019-01-31nvme: ensure the num_queues is not zeroLi Qiang
2019-01-31nvme: use TYPE_NVME instead of constant stringLi Qiang
2019-01-30virtio-blk: remove duplicate definition of VirtIOBlock *s pointerStefano Garzarella
2019-01-30hw/block: clean up stale xen_disk trace entriesPaul Durrant
2019-01-30hw: sd: set category of the sd memory cardkumar sourav
2019-01-30hw: input: set category of the i8042 devicekumar sourav
2019-01-30typo: apci->acpiDr. David Alan Gilbert
2019-01-30hw: edu: set category of the edu devicekumar sourav
2019-01-30usb-mtp: replace the homebrew write with qemu_write_fullBandan Das
2019-01-30usb-mtp: breakup MTP write into smaller chunksBandan Das
2019-01-30usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das
2019-01-30usb: implement XHCI underrun/overrun eventsYuri Benditovich
2019-01-30usb: XHCI shall not halt isochronous endpointsYuri Benditovich
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth
2019-01-30usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann
2019-01-29Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell
2019-01-29hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell
2019-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater
2019-01-29aspeed/smc: Add dummy data registerCédric Le Goater
2019-01-29aspeed/smc: define registers for all possible CSCédric Le Goater
2019-01-29aspeed/smc: fix default read valueCédric Le Goater
2019-01-29xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell
2019-01-29arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz
2019-01-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu
2019-01-25ide/via: Implement and use native PCI IDE modeBALATON Zoltan
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan
2019-01-25ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan
2019-01-25sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan
2019-01-25ide: Get rid of CMD646BAR structBALATON Zoltan
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan
2019-01-25cmd646: Remove IDEBus from CMD646BARBALATON Zoltan
2019-01-25cmd646: Remove unused variableBALATON Zoltan
2019-01-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190124-pull-request...Peter Maydell
2019-01-24trace: forbid use of %m in trace event format stringsDaniel P. Berrangé
2019-01-24trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé
2019-01-24display: ensure qxl log_buf is a nul terminated stringDaniel P. Berrangé
2019-01-24hw/i386/pc.c: fix one typo in function nameWei Yang