Age | Commit message (Expand) | Author | Files | Lines |
2016-06-30 | vfio/pci: Hide SR-IOV capability | Alex Williamson | 2 | -10/+40 |
2016-06-30 | vfio: add pcie extended capability support | Chen Fan | 1 | -1/+71 |
2016-06-30 | vfio/pci: Fix VGA quirks | Alex Williamson | 2 | -5/+4 |
2016-06-30 | pcspk: fix KVM | Paolo Bonzini | 1 | -1/+1 |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 21 | -1218/+182 |
2016-06-29 | ich9: implement SCI_IRQ_SEL register | Paolo Bonzini | 1 | -10/+18 |
2016-06-29 | ich9: implement ACPI_EN register | Paolo Bonzini | 1 | -3/+12 |
2016-06-29 | serial: reinstate watch after migration | Paolo Bonzini | 1 | -2/+23 |
2016-06-29 | serial: remove watch on reset | Paolo Bonzini | 1 | -4/+12 |
2016-06-29 | char: change qemu_chr_fe_add_watch to return unsigned | Paolo Bonzini | 1 | -3/+6 |
2016-06-29 | serial: separate serial_xmit and serial_watch_cb | Paolo Bonzini | 1 | -7/+11 |
2016-06-29 | serial: simplify tsr_retry reset | Paolo Bonzini | 1 | -3/+1 |
2016-06-29 | serial: make tsr_retry unsigned | Paolo Bonzini | 1 | -4/+8 |
2016-06-29 | pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.c | Lin Ma | 2 | -4/+3 |
2016-06-29 | scsi: esp: fix migration | Paolo Bonzini | 1 | -2/+3 |
2016-06-29 | MC146818 RTC: add GPIO access to output IRQ | Efimov Vasily | 1 | -2/+4 |
2016-06-29 | isa: introduce wrapper isa_connect_gpio_out | Efimov Vasily | 1 | -0/+7 |
2016-06-29 | ICH9 LPC: move call of isa_bus_irqs to 'realize' method | Efimov Vasily | 2 | -3/+2 |
2016-06-29 | ICH9 LPC: handle GSI as qdev GPIO | Efimov Vasily | 2 | -1/+8 |
2016-06-29 | ich9: unify pic and ioapic IRQ vectors | Paolo Bonzini | 2 | -4/+3 |
2016-06-29 | ich9: clean up ich9_lpc_update_pic/ich9_lpc_update_apic and callers | Paolo Bonzini | 1 | -23/+17 |
2016-06-29 | ich9: call ich9_lpc_update_pic for disabled pirqs | Paolo Bonzini | 1 | -3/+0 |
2016-06-29 | ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public | Efimov Vasily | 1 | -1/+0 |
2016-06-29 | port92: handle A20 IRQ as GPIO | Efimov Vasily | 1 | -5/+5 |
2016-06-29 | pckbd: handle A20 IRQ as GPIO | Efimov Vasily | 1 | -14/+7 |
2016-06-29 | pc_q35: configure Q35 instance using properties | Efimov Vasily | 1 | -6/+12 |
2016-06-29 | Q35: implement property interfece to several parameters | Efimov Vasily | 1 | -0/+20 |
2016-06-29 | pflash: make TYPE_CFI_PFLASH0{1,2} macros public | Efimov Vasily | 2 | -2/+0 |
2016-06-29 | vmport: identify vmport type by macro TYPE_VMPORT | Efimov Vasily | 1 | -1/+0 |
2016-06-29 | pcspk: convert "pit" property type from ptr to link | Efimov Vasily | 1 | -2/+7 |
2016-06-29 | ide: move headers to include folder | Efimov Vasily | 4 | -1117/+1 |
2016-06-28 | hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p() | Peter Maydell | 1 | -2/+2 |
2016-06-28 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 4 | -44/+101 |
2016-06-28 | virtio-blk: add num-queues device property | Stefan Hajnoczi | 1 | -2/+13 |
2016-06-28 | virtio-blk: dataplane multiqueue support | Stefan Hajnoczi | 1 | -16/+34 |
2016-06-28 | virtio-blk: live migrate s->rq with multiqueue | Stefan Hajnoczi | 1 | -1/+19 |
2016-06-28 | virtio-blk: associate request with a virtqueue | Stefan Hajnoczi | 1 | -9/+11 |
2016-06-28 | virtio-blk: tell dataplane which vq to notify | Stefan Hajnoczi | 3 | -4/+4 |
2016-06-28 | virtio-blk: multiqueue batch notify | Stefan Hajnoczi | 1 | -6/+23 |
2016-06-28 | virtio-blk: add VirtIOBlockConf->num_queues | Stefan Hajnoczi | 1 | -0/+1 |
2016-06-28 | Revert "virtio: sync the dataplane vring state to the virtqueue before virtio... | Stefan Hajnoczi | 2 | -10/+0 |
2016-06-28 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 4 | -142/+158 |
2016-06-28 | misc/aspeed_scu: Fix build error caused by missing header | Pranith Kumar | 1 | -0/+1 |
2016-06-28 | vmxnet3: Fix reading/writing guest memory specially when behind an IOMMU | KarimAllah Ahmed | 2 | -113/+139 |
2016-06-28 | rtl8139: save/load RxMulOk counter (again) | David Vrabel | 1 | -26/+14 |
2016-06-28 | net: mipsnet: check transmit buffer size before sending | Prasad J Pandit | 1 | -3/+5 |
2016-06-27 | macio: Use blk_drain instead of blk_drain_all | Fam Zheng | 1 | -1/+1 |
2016-06-27 | hw/net/e1000: Don't use *_to_cpup() | Peter Maydell | 3 | -13/+13 |
2016-06-27 | hw/net/virtio-net.c: Don't use *_to_cpup() | Peter Maydell | 1 | -1/+1 |
2016-06-27 | hw/net/rocker: Don't use *_to_cpup() | Peter Maydell | 1 | -3/+3 |