summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell21-1218/+182
2016-06-29ich9: implement SCI_IRQ_SEL registerPaolo Bonzini1-10/+18
2016-06-29ich9: implement ACPI_EN registerPaolo Bonzini1-3/+12
2016-06-29serial: reinstate watch after migrationPaolo Bonzini1-2/+23
2016-06-29serial: remove watch on resetPaolo Bonzini1-4/+12
2016-06-29char: change qemu_chr_fe_add_watch to return unsignedPaolo Bonzini1-3/+6
2016-06-29serial: separate serial_xmit and serial_watch_cbPaolo Bonzini1-7/+11
2016-06-29serial: simplify tsr_retry resetPaolo Bonzini1-3/+1
2016-06-29serial: make tsr_retry unsignedPaolo Bonzini1-4/+8
2016-06-29pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.cLin Ma2-4/+3
2016-06-29scsi: esp: fix migrationPaolo Bonzini1-2/+3
2016-06-29MC146818 RTC: add GPIO access to output IRQEfimov Vasily1-2/+4
2016-06-29isa: introduce wrapper isa_connect_gpio_outEfimov Vasily1-0/+7
2016-06-29ICH9 LPC: move call of isa_bus_irqs to 'realize' methodEfimov Vasily2-3/+2
2016-06-29ICH9 LPC: handle GSI as qdev GPIOEfimov Vasily2-1/+8
2016-06-29ich9: unify pic and ioapic IRQ vectorsPaolo Bonzini2-4/+3
2016-06-29ich9: clean up ich9_lpc_update_pic/ich9_lpc_update_apic and callersPaolo Bonzini1-23/+17
2016-06-29ich9: call ich9_lpc_update_pic for disabled pirqsPaolo Bonzini1-3/+0
2016-06-29ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro publicEfimov Vasily1-1/+0
2016-06-29port92: handle A20 IRQ as GPIOEfimov Vasily1-5/+5
2016-06-29pckbd: handle A20 IRQ as GPIOEfimov Vasily1-14/+7
2016-06-29pc_q35: configure Q35 instance using propertiesEfimov Vasily1-6/+12
2016-06-29Q35: implement property interfece to several parametersEfimov Vasily1-0/+20
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily2-2/+0
2016-06-29vmport: identify vmport type by macro TYPE_VMPORTEfimov Vasily1-1/+0
2016-06-29pcspk: convert "pit" property type from ptr to linkEfimov Vasily1-2/+7
2016-06-29ide: move headers to include folderEfimov Vasily4-1117/+1
2016-06-28hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-2/+2
2016-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-44/+101
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi1-2/+13
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi1-16/+34
2016-06-28virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi1-1/+19
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi1-9/+11
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi3-4/+4
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi1-6/+23
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi1-0/+1
2016-06-28Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi2-10/+0
2016-06-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell4-142/+158
2016-06-28misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar1-0/+1
2016-06-28vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed2-113/+139
2016-06-28rtl8139: save/load RxMulOk counter (again)David Vrabel1-26/+14
2016-06-28net: mipsnet: check transmit buffer size before sendingPrasad J Pandit1-3/+5
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng1-1/+1
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell3-13/+13
2016-06-27hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell1-1/+1
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell1-3/+3
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell1-5/+4
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell1-4/+4
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski1-2/+5
2016-06-27m25p80: New flash devices.Marcin Krzeminski1-6/+13