aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-07s390/sclp: replace sclp event types with proper definesDavid Hildenbrand3-4/+4
2015-09-07s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand1-17/+33
2015-09-07sclp/s390: rework sclp cpu hotplug device notificationDavid Hildenbrand1-20/+6
2015-09-07s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann1-0/+2
2015-09-07s390x/css: start with cleared cstat/dstatCornelia Huck1-0/+2
2015-09-07s390x/event-facility: fix receive mask checkCornelia Huck1-2/+3
2015-09-07s390x/css: ccw-0 enforces count > 0Cornelia Huck1-0/+4
2015-09-07s390x/css: handle ccw-0 TIC correctlyPierre Morel1-0/+3
2015-09-07arm/virt: Add full-sized CPU affinity handlingPavel Fedin1-2/+32
2015-09-07i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-07i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois2-1/+160
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois2-0/+274
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois2-0/+710
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois2-0/+335
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois4-160/+102
2015-09-07i.MX: Add SOC support for i.MX31Jean-Christophe Dubois2-1/+218
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin2-9/+74
2015-09-07smbios: implement smbios support for mach-virtWei Huang1-0/+26
2015-09-07smbios: add smbios 3.0 supportWei Huang3-25/+65
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster17-65/+38
2015-09-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150903' into stagingPeter Maydell6-13/+531
2015-09-03s390x: Disable storage key migration on old machine typeJason J. Herne2-3/+42
2015-09-03s390x: Migrate guest storage keys (initial memory only)Jason J. Herne1-0/+125
2015-09-03s390x: Info skeys sub-commandJason J. Herne1-0/+23
2015-09-03s390x: Dump-skeys hmp supportJason J. Herne1-0/+12
2015-09-03s390x: Dump storage keys qmp commandJason J. Herne1-2/+89
2015-09-03s390x: Enable new s390-storage-keys deviceJason J. Herne3-11/+10
2015-09-03s390x: Create QOM device for s390 storage keysJason J. Herne3-0/+218
2015-09-03s390x: add 2.5 compat s390-ccw-virtio machineCornelia Huck1-2/+17
2015-09-02ne2000: Drop ne2000_can_receiveFam Zheng3-12/+0
2015-09-02vmxnet3: Drop net_vmxnet3_info.can_receiveFam Zheng1-1/+0
2015-09-02rtl8139: Do not consume the packet during overflow in standard mode.Vladislav Yasevich1-1/+1
2015-09-02rtl8139: Fix receive buffer overflow checkVladislav Yasevich1-2/+4
2015-09-02rtl8139: use ldl/stl wrapper for unaligned 32-bit accessStefan Hajnoczi1-3/+8
2015-09-02rtl8139: use net/eth.h macros instead of custom macrosStefan Hajnoczi1-21/+14
2015-09-02rtl8139: remove duplicate net/eth.h definitionsStefan Hajnoczi1-52/+5
2015-08-25xlnx-zynqmp: Connect the four OCM banksAlistair Francis1-0/+15
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-59/+117
2015-08-14hw: fix mask for ColdFire UART command registerPaolo Bonzini1-1/+1
2015-08-14scsi-generic: identify AIO callbacks more clearlyPaolo Bonzini1-25/+41
2015-08-14scsi-disk: identify AIO callbacks more clearlyPaolo Bonzini1-30/+61
2015-08-14scsi: create restart bottom half in the right AioContextPaolo Bonzini1-1/+2
2015-08-14vhost-scsi: Clarify vhost_virtqueue_mask argumentLu Lina1-1/+1
2015-08-14Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-2/+2
2015-08-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into stagingPeter Maydell1-0/+16
2015-08-13hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell1-0/+16
2015-08-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-193/+171
2015-08-13smbios: move smbios code into a common folderWei Huang7-7/+8
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang2-8/+24
2015-08-13smbios: extract x86 smbios building code into a functionWei Huang1-16/+22