summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* vfio: add pcie extended capability supportChen Fan2016-06-301-1/+71
* vfio/pci: Fix VGA quirksAlex Williamson2016-06-302-5/+4Star
* pcspk: fix KVMPaolo Bonzini2016-06-301-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-2921-1218/+182Star
|\
| * ich9: implement SCI_IRQ_SEL registerPaolo Bonzini2016-06-291-10/+18
| * ich9: implement ACPI_EN registerPaolo Bonzini2016-06-291-3/+12
| * serial: reinstate watch after migrationPaolo Bonzini2016-06-291-2/+23
| * serial: remove watch on resetPaolo Bonzini2016-06-291-4/+12
| * char: change qemu_chr_fe_add_watch to return unsignedPaolo Bonzini2016-06-291-3/+6
| * serial: separate serial_xmit and serial_watch_cbPaolo Bonzini2016-06-291-7/+11
| * serial: simplify tsr_retry resetPaolo Bonzini2016-06-291-3/+1Star
| * serial: make tsr_retry unsignedPaolo Bonzini2016-06-291-4/+8
| * pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.cLin Ma2016-06-292-4/+3Star
| * scsi: esp: fix migrationPaolo Bonzini2016-06-291-2/+3
| * MC146818 RTC: add GPIO access to output IRQEfimov Vasily2016-06-291-2/+4
| * isa: introduce wrapper isa_connect_gpio_outEfimov Vasily2016-06-291-0/+7
| * ICH9 LPC: move call of isa_bus_irqs to 'realize' methodEfimov Vasily2016-06-292-3/+2Star
| * ICH9 LPC: handle GSI as qdev GPIOEfimov Vasily2016-06-292-1/+8
| * ich9: unify pic and ioapic IRQ vectorsPaolo Bonzini2016-06-292-4/+3Star
| * ich9: clean up ich9_lpc_update_pic/ich9_lpc_update_apic and callersPaolo Bonzini2016-06-291-23/+17Star
| * ich9: call ich9_lpc_update_pic for disabled pirqsPaolo Bonzini2016-06-291-3/+0Star
| * ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro publicEfimov Vasily2016-06-291-1/+0Star
| * port92: handle A20 IRQ as GPIOEfimov Vasily2016-06-291-5/+5
| * pckbd: handle A20 IRQ as GPIOEfimov Vasily2016-06-291-14/+7Star
| * pc_q35: configure Q35 instance using propertiesEfimov Vasily2016-06-291-6/+12
| * Q35: implement property interfece to several parametersEfimov Vasily2016-06-291-0/+20
| * pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily2016-06-292-2/+0Star
| * vmport: identify vmport type by macro TYPE_VMPORTEfimov Vasily2016-06-291-1/+0Star
| * pcspk: convert "pit" property type from ptr to linkEfimov Vasily2016-06-291-2/+7
| * ide: move headers to include folderEfimov Vasily2016-06-294-1117/+1Star
* | hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-281-2/+2
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-06-284-44/+101
|\ \
| * | virtio-blk: add num-queues device propertyStefan Hajnoczi2016-06-281-2/+13
| * | virtio-blk: dataplane multiqueue supportStefan Hajnoczi2016-06-281-16/+34
| * | virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi2016-06-281-1/+19
| * | virtio-blk: associate request with a virtqueueStefan Hajnoczi2016-06-281-9/+11
| * | virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi2016-06-283-4/+4
| * | virtio-blk: multiqueue batch notifyStefan Hajnoczi2016-06-281-6/+23
| * | virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi2016-06-281-0/+1
| * | Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi2016-06-282-10/+0Star
* | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2016-06-284-142/+158
|\ \ \
| * | | vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed2016-06-282-113/+139
| * | | rtl8139: save/load RxMulOk counter (again)David Vrabel2016-06-281-26/+14Star
| * | | net: mipsnet: check transmit buffer size before sendingPrasad J Pandit2016-06-281-3/+5
| |/ /
* | | misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar2016-06-281-0/+1
* | | macio: Use blk_drain instead of blk_drain_allFam Zheng2016-06-271-1/+1
|/ /
* | hw/net/e1000: Don't use *_to_cpup()Peter Maydell2016-06-273-13/+13
* | hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell2016-06-271-1/+1
* | hw/net/rocker: Don't use *_to_cpup()Peter Maydell2016-06-271-3/+3
* | hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell2016-06-271-5/+4Star