aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-06-28hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell
2016-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi
2016-06-28virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi
2016-06-28Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi
2016-06-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-06-28misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar
2016-06-28vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed
2016-06-28rtl8139: save/load RxMulOk counter (again)David Vrabel
2016-06-28net: mipsnet: check transmit buffer size before sendingPrasad J Pandit
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski
2016-06-27m25p80: New flash devices.Marcin Krzeminski
2016-06-27m25p80: Fast read commands family changes.Marcin Krzeminski
2016-06-27m25p80: Introduce configuration registers.Marcin Krzeminski
2016-06-27m25p80: Introduce quad and equad modes.Marcin Krzeminski
2016-06-27m25p80: Add additional flash commands:Marcin Krzeminski
2016-06-27m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski
2016-06-27m25p80: Allow more than four banks.Marcin Krzeminski
2016-06-27m25p80: Make a table for JEDEC ID.Marcin Krzeminski
2016-06-27m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski
2016-06-27palmetto-bmc: Configure the SCU's hardware strapping registerAndrew Jeffery
2016-06-27ast2400: Integrate the SCU model and set silicon revisionAndrew Jeffery
2016-06-27hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery
2016-06-27cadence_gem: Set the last bit when wrap is setAlistair Francis
2016-06-27cadence_gem: Avoid infinite loops with a misconfigured bufferAlistair Francis
2016-06-27cadence_uart: Protect against transmit errorsAlistair Francis
2016-06-27hw/intc/arm_gicv3: Add missing breakShannon Zhao
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa
2016-06-27ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt
2016-06-27target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIRAaron Larson
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck
2016-06-24virtio-mmio: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-ccw: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck
2016-06-24pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov