Age | Commit message (Expand) | Author | Files | Lines |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 33 | -59/+318 |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 105 | -248/+165 |
2018-06-01 | vhost-blk: turn on pre-defined RO feature bit | Changpeng Liu | 1 | -4/+1 |
2018-06-01 | nvdimm, acpi: support NFIT platform capabilities | Ross Zwisler | 2 | -4/+72 |
2018-06-01 | usb: use local path for local headers | Michael S. Tsirkin | 13 | -13/+13 |
2018-06-01 | sd: fix up include | Michael S. Tsirkin | 1 | -1/+1 |
2018-06-01 | vhost-scsi: drop an unused include | Michael S. Tsirkin | 1 | -1/+0 |
2018-06-01 | ppc: use local path for local headers | Michael S. Tsirkin | 2 | -3/+3 |
2018-06-01 | rocker: drop an unused include | Michael S. Tsirkin | 1 | -1/+0 |
2018-06-01 | e1000e: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-06-01 | ioapic: fix up includes | Michael S. Tsirkin | 1 | -2/+1 |
2018-06-01 | ide: use local path for local headers | Michael S. Tsirkin | 3 | -3/+3 |
2018-06-01 | display: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-06-01 | hppa: use local path for local headers | Michael S. Tsirkin | 2 | -2/+2 |
2018-06-01 | hw: make virtio devices configurable via default-configs/ | Paolo Bonzini | 8 | -21/+23 |
2018-06-01 | hw: allow compiling out SCSI | Paolo Bonzini | 1 | -1/+1 |
2018-06-01 | qdev: Remove DeviceClass::init() and ::exit() | Philippe Mathieu-Daudé | 1 | -28/+0 |
2018-06-01 | qdev: Simplify the SysBusDeviceClass::init path | Philippe Mathieu-Daudé | 1 | -4/+8 |
2018-06-01 | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé | 9 | -62/+36 |
2018-06-01 | hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init | Philippe Mathieu-Daudé | 2 | -12/+2 |
2018-06-01 | ipmi: Use proper struct reference for KCS vmstate | Corey Minyard | 1 | -15/+66 |
2018-06-01 | hw/isa/superio: Fix inconsistent use of Chardev->be | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-06-01 | memory: get rid of memory_region_init_reservation | Paolo Bonzini | 3 | -4/+4 |
2018-06-01 | virtio: free MemoryRegionCache when initialization fails | Paolo Bonzini | 1 | -15/+18 |
2018-06-01 | hw/ide: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-06-01 | hw/i386/pc: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-06-01 | hw/hppa: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-06-01 | hw/misc/sga: Use the correct ISA include | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-06-01 | hw/misc/mips_itu: Cleanup includes | Philippe Mathieu-Daudé | 1 | -4/+1 |
2018-06-01 | hw/block/nvme: Include "qemu/cutils.h" directly in the source file | Philippe Mathieu-Daudé | 2 | -1/+1 |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé | 7 | -7/+0 |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé | 6 | -6/+0 |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 38 | -39/+0 |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 20 | -20/+0 |
2018-06-01 | hw: Do not include "exec/ioport.h" if it is not necessary | Philippe Mathieu-Daudé | 2 | -2/+0 |
2018-06-01 | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-05-31 | xen-hvm: stop faking I/O to access PCI config space | Paul Durrant | 2 | -20/+84 |
2018-05-31 | xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages | Paul Durrant | 2 | -15/+52 |
2018-05-31 | xen/hvm: correct reporting of modified memory under physmap during migration | Igor Druzhinin | 2 | -19/+20 |
2018-05-31 | vfio: Include "exec/address-spaces.h" directly in the source file | Philippe Mathieu-Daudé | 2 | -0/+2 |
2018-05-31 | KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twice | Shannon Zhao | 2 | -2/+0 |
2018-05-31 | ARM: ACPI: Fix use-after-free due to memory realloc | Shannon Zhao | 1 | -5/+15 |
2018-05-31 | Make address_space_get_iotlb_entry() take a MemTxAttrs argument | Peter Maydell | 1 | -1/+2 |
2018-05-31 | Make MemoryRegion valid.accepts callback take a MemTxAttrs argument | Peter Maydell | 4 | -7/+14 |
2018-05-31 | Make memory_region_access_valid() take a MemTxAttrs argument | Peter Maydell | 1 | -1/+2 |
2018-05-31 | Make address_space_translate{, _cached}() take a MemTxAttrs argument | Peter Maydell | 1 | -1/+2 |
2018-05-31 | xlnx-zdma: Correct mem leaks and memset to zero on desc unaligned errors | Francisco Iglesias | 1 | -3/+7 |
2018-05-31 | arm: fix qemu crash on startup with -bios option | Igor Mammedov | 1 | -9/+9 |
2018-05-31 | arm_gicv3_kvm: increase clroffset accordingly | Shannon Zhao | 1 | -0/+1 |
2018-05-31 | hw/intc/arm_gicv3: Fix APxR<n> register dispatching | Jan Kiszka | 1 | -6/+6 |