Age | Commit message (Expand) | Author | Files | Lines |
2020-01-23 | hw/arm: Use helper function to trigger hotplug handler plug | Keqian Zhu | 1 | -3/+3 |
2020-01-23 | hw/acpi: Remove extra indent in ACPI GED hotplug cb | Keqian Zhu | 1 | -1/+1 |
2020-01-23 | vhost: coding style fix | Michael S. Tsirkin | 1 | -3/+3 |
2020-01-22 | i386:acpi: Remove _HID from the SMBus ACPI entry | Corey Minyard | 1 | -1/+0 |
2020-01-22 | vhost: Only align sections for vhost-user | Dr. David Alan Gilbert | 1 | -16/+18 |
2020-01-22 | vhost: Add names to section rounded warning | Dr. David Alan Gilbert | 1 | -3/+4 |
2020-01-22 | vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks | Pan Nengyuan | 1 | -2/+10 |
2020-01-22 | virtio-scsi: convert to new virtio_delete_queue | Pan Nengyuan | 1 | -3/+3 |
2020-01-22 | virtio-scsi: delete vqs in unrealize to avoid memleaks | Pan Nengyuan | 1 | -0/+6 |
2020-01-22 | virtio-9p-device: convert to new virtio_delete_queue | Pan Nengyuan | 1 | -1/+1 |
2020-01-22 | virtio-9p-device: fix memleak in virtio_9p_device_unrealize | Pan Nengyuan | 1 | -0/+1 |
2020-01-22 | acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command | Igor Mammedov | 1 | -0/+7 |
2020-01-22 | acpi: cpuhp: introduce 'Command data 2' field | Igor Mammedov | 2 | -0/+12 |
2020-01-22 | q35: implement 128K SMRAM at default SMBASE address | Igor Mammedov | 2 | -8/+80 |
2020-01-20 | 9pfs/9p.c: remove unneeded labels | Daniel Henrique Barboza | 1 | -6/+3 |
2020-01-20 | 9p: init_in_iov_from_pdu can truncate the size | Greg Kurz | 4 | -21/+38 |
2020-01-20 | 9p: local: always return -1 on error in local_unlinkat_common | Daniel Henrique Barboza | 1 | -8/+6 |
2020-01-20 | 9pfs: local: Fix possible memory leak in local_link() | Jiajun Chen | 1 | -1/+1 |
2020-01-20 | apic: Use 32bit APIC ID for migration instance ID | Peter Xu | 1 | -1/+4 |
2020-01-20 | migration: Change SaveStateEntry.instance_id into uint32_t | Peter Xu | 1 | -1/+1 |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu | 12 | -12/+17 |
2020-01-17 | arm/gicv3: update virtual irq state after IAR register read | Jeff Kubascik | 1 | -0/+3 |
2020-01-17 | i.MX: add an emulation for RNGC | Martin Kaiser | 3 | -0/+290 |
2020-01-17 | hw/arm/allwinner-a10: Remove local qemu_irq variables | Philippe Mathieu-Daudé | 1 | -5/+4 |
2020-01-17 | hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios() | Philippe Mathieu-Daudé | 1 | -13/+11 |
2020-01-17 | hw/arm/allwinner-a10: Move SoC definitions out of header | Philippe Mathieu-Daudé | 1 | -0/+6 |
2020-01-17 | hw/arm: Add the Netduino Plus 2 | Alistair Francis | 2 | -0/+53 |
2020-01-17 | hw/arm: Add the STM32F4xx SoC | Alistair Francis | 2 | -0/+303 |
2020-01-17 | hw/misc: Add the STM32F4xx EXTI device | Alistair Francis | 5 | -0/+198 |
2020-01-17 | hw/misc: Add the STM32F4xx Sysconfig device | Alistair Francis | 5 | -0/+190 |
2020-01-13 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ... | Peter Maydell | 5 | -3/+65 |
2020-01-13 | xhci: recheck slot status | Gerd Hoffmann | 1 | -3/+12 |
2020-01-13 | xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOS | Chen Qun | 1 | -0/+1 |
2020-01-13 | usbredir: Prevent recursion in usbredir_write | Dr. David Alan Gilbert | 1 | -0/+9 |
2020-01-13 | usb-redir: remove 'remote wakeup' flag from configuration descriptor | Yuri Benditovich | 2 | -0/+21 |
2020-01-13 | usb-host: remove 'remote wakeup' flag from configuration descriptor | Yuri Benditovich | 3 | -0/+22 |
2020-01-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 44 | -46/+114 |
2020-01-10 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into... | Peter Maydell | 12 | -141/+154 |
2020-01-10 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti... | Peter Maydell | 2 | -0/+88 |
2020-01-09 | semihosting: add qemu_semihosting_console_inc for SYS_READC | Keith Packard | 1 | -0/+79 |
2020-01-09 | hw/i386/x86-iommu: Add missing stubs | Philippe Mathieu-Daudé | 1 | -0/+9 |
2020-01-08 | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 30 | -30/+30 |
2020-01-08 | ppc/pnv: fix check on return value of blk_getlength() | Cédric Le Goater | 1 | -1/+1 |
2020-01-08 | ppc/pnv: check return value of blk_pwrite() | Cédric Le Goater | 1 | -2/+6 |
2020-01-08 | pnv/psi: Consolidate some duplicated code in pnv_psi_realize() | Greg Kurz | 1 | -7/+12 |
2020-01-08 | pnv/psi: Add device reset hook | Greg Kurz | 1 | -4/+11 |
2020-01-08 | pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr | Greg Kurz | 2 | -20/+2 |
2020-01-08 | spapr/xive: Deduce the SpaprXive pointer from XiveTCTX::xptr | Greg Kurz | 1 | -5/+4 |
2020-01-08 | xive: Add a "presenter" link property to the TCTX object | Cédric Le Goater | 3 | -3/+8 |
2020-01-08 | ppc/pnv: Add a "pnor" const link property to the BMC internal simulator | Greg Kurz | 2 | -4/+6 |