Age | Commit message (Expand) | Author |
2019-02-01 | armv7m: Don't assume the NVIC's CPU is CPU 0 | Peter Maydell |
2019-02-01 | hw/arm/nrf51_soc: set object owner in memory_region_init_ram | kumar sourav |
2019-02-01 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190201-pull-request' i... | Peter Maydell |
2019-02-01 | scsi-disk: Add device_id property | Kevin Wolf |
2019-02-01 | scsi-disk: Don't use empty string as device id | Kevin Wolf |
2019-02-01 | virtio-scsi: Forbid devices with different iothreads sharing a blockdev | Alberto Garcia |
2019-02-01 | scsi-disk: Acquire the AioContext in scsi_*_realize() | Alberto Garcia |
2019-02-01 | virtio-scsi: Move BlockBackend back to the main AioContext on unplug | Alberto Garcia |
2019-02-01 | uuid: Make qemu_uuid_bswap() take and return a QemuUUID | Peter Maydell |
2019-02-01 | hw/display/milkymist-tmu2: Move inlined code from header to source | Philippe Mathieu-Daudé |
2019-02-01 | hw/display/milkymist-tmu2: Explicit the dependency to both X11 / OpenGL | Philippe Mathieu-Daudé |
2019-02-01 | hw/display: Move Milkymist specific hardware out of common-obj list | Philippe Mathieu-Daudé |
2019-01-31 | Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190130-pull-request' ... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2019-01-31 | nvme: use pci_dev directly in nvme_realize | Li Qiang |
2019-01-31 | nvme: ensure the num_queues is not zero | Li Qiang |
2019-01-31 | nvme: use TYPE_NVME instead of constant string | Li Qiang |
2019-01-30 | virtio-blk: remove duplicate definition of VirtIOBlock *s pointer | Stefano Garzarella |
2019-01-30 | hw/block: clean up stale xen_disk trace entries | Paul Durrant |
2019-01-30 | hw: sd: set category of the sd memory card | kumar sourav |
2019-01-30 | hw: input: set category of the i8042 device | kumar sourav |
2019-01-30 | typo: apci->acpi | Dr. David Alan Gilbert |
2019-01-30 | hw: edu: set category of the edu device | kumar sourav |
2019-01-30 | usb-mtp: replace the homebrew write with qemu_write_full | Bandan Das |
2019-01-30 | usb-mtp: breakup MTP write into smaller chunks | Bandan Das |
2019-01-30 | usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZ | Bandan Das |
2019-01-30 | usb: implement XHCI underrun/overrun events | Yuri Benditovich |
2019-01-30 | usb: XHCI shall not halt isochronous endpoints | Yuri Benditovich |
2019-01-30 | hw/usb: Fix LGPL information in the file headers | Thomas Huth |
2019-01-30 | usb: dev-mtp: close fd in usb_mtp_object_readdir() | Li Qiang |
2019-01-30 | usb: assign unique serial numbers to hid devices | Gerd Hoffmann |
2019-01-29 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in... | Peter Maydell |
2019-01-29 | qom/cpu: Add cluster_index to CPUState | Peter Maydell |
2019-01-29 | hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in it | Peter Maydell |
2019-01-29 | aspeed/smc: snoop SPI transfers to fake dummy cycles | Cédric Le Goater |
2019-01-29 | aspeed/smc: Add dummy data register | Cédric Le Goater |
2019-01-29 | aspeed/smc: define registers for all possible CS | Cédric Le Goater |
2019-01-29 | aspeed/smc: fix default read value | Cédric Le Goater |
2019-01-29 | xlnx-zynqmp: Don't create rpu-cluster if there are no RPUs | Peter Maydell |
2019-01-29 | arm: Stub out NRF51 TWI magnetometer/accelerometer detection | Steffen Görtz |
2019-01-28 | i386: Enable NPT and NRIPSAVE for AMD CPUs | Vitaly Kuznetsov |
2019-01-28 | i386: Update stepping of Cascadelake-Server | Tao Xu |
2019-01-25 | ide/via: Implement and use native PCI IDE mode | BALATON Zoltan |
2019-01-25 | ide/via: Rename functions to match device name | BALATON Zoltan |
2019-01-25 | ide/via: Remove vt82c686b_init_ports() function | BALATON Zoltan |
2019-01-25 | sii3112: Remove duplicated code and use PCI IDE ops instead | BALATON Zoltan |
2019-01-25 | ide: Get rid of CMD646BAR struct | BALATON Zoltan |
2019-01-25 | cmd646: Move PCI IDE specific functions to ide/pci.c | BALATON Zoltan |