aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei17-32/+0
2014-10-15ide: add calling add_boot_device_patch in bootindex setter functionGonglei1-0/+5
2014-10-15nvma: ide: add bootindex to qom propertyGonglei1-0/+44
2014-10-15usb-storage: add bootindex to qom propertyGonglei1-0/+52
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei3-0/+6
2014-10-15block: remove bootindex property from qdev to qomGonglei3-3/+2
2014-10-15virtio-blk: add bootindex to qom propertyGonglei1-0/+3
2014-10-15ide: add bootindex to qom propertyGonglei1-0/+42
2014-10-15scsi: add bootindex to qom propertyGonglei1-0/+11
2014-10-15isa-fdc: remove bootindexA/B property from qdev to qomGonglei1-2/+13
2014-10-15redirect: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15vfio: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15pci-assign: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15host-libusb: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei3-0/+6
2014-10-15usb-net: add bootindex to qom propertyGonglei1-0/+11
2014-10-15vmxnet3: add bootindex to qom propertyGonglei1-0/+8
2014-10-15spapr_lian: add bootindex to qom propertyGonglei1-0/+10
2014-10-15rtl8139: add bootindex to qom propertyGonglei1-0/+10
2014-10-15pcnet: add bootindex to qom propertyGonglei3-1/+24
2014-10-15ne2000: add bootindex to qom propertyGonglei2-0/+56
2014-10-15eepro100: add bootindex to qom propertyGonglei1-1/+10
2014-10-15e1000: add bootindex to qom propertyGonglei1-0/+10
2014-10-15virtio-net: add bootindex to qom propertyGonglei1-0/+3
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei1-3/+52
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck1-1/+1
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand1-1/+1
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand1-32/+0
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+5
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini1-4/+5
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow3-0/+21
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow10-14/+26
2014-10-03pc/vl: Add units-per-default-bus propertyJohn Snow2-1/+3
2014-10-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141002-1' into s...Peter Maydell5-590/+296
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell12-275/+624
2014-09-30Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140930-1' into...Peter Maydell1-4/+4
2014-09-30Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-22/+24
2014-09-30vga: Add endian to vmstateBenjamin Herrenschmidt2-4/+39
2014-09-30vga: Make fb endian a common state variableBenjamin Herrenschmidt2-13/+20
2014-09-30vga: Rename vga_template.h to vga-helpers.hBenjamin Herrenschmidt2-1/+1
2014-09-30vga: Remove some "should be done in BIOS" commentsBenjamin Herrenschmidt1-4/+2
2014-09-30cirrus: Remove non-32bpp cursor drawingBenjamin Herrenschmidt2-130/+36
2014-09-30vga: Simplify vga_draw_blank() a bitBenjamin Herrenschmidt1-7/+2
2014-09-30vga: Remove rgb_to_pixel indirectionBenjamin Herrenschmidt3-29/+19
2014-09-30vga: Separate LE and BE conversion functionsBenjamin Herrenschmidt2-40/+112
2014-09-30vga: Remove remainder of old conversion cruftBenjamin Herrenschmidt2-178/+95
2014-09-30vga: Start cutting out non-32bpp conversion supportBenjamin Herrenschmidt1-236/+22
2014-09-30virtio-scsi: Handle TMF request cancellation asynchronouslyFam Zheng1-7/+57
2014-09-30scsi: Introduce scsi_req_cancel_asyncFam Zheng1-0/+26
2014-09-30scsi: Introduce scsi_req_cancel_completeFam Zheng3-4/+19