summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15block: remove bootindex property from qdev to qomGonglei4-4/+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-15net: remove bootindex property from qdev to qomGonglei1-2/+1
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-15bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei2-0/+76
2014-10-15bootindex: support to set a existent device's bootindex to -1Gonglei1-0/+1
2014-10-15bootindex: rework add_boot_device_path functionGonglei1-0/+2
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei2-3/+54
2014-10-15bootindex: add del_boot_device_path functionGonglei2-0/+21
2014-10-15bootindex: add check bootindex functionGonglei2-0/+16
2014-10-15bootdevice: move bootdevice related code to new file bootdevice.cGonglei4-118/+145
2014-10-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into stagingPeter Maydell18-96/+323
2014-10-10kvm fix compilation with GCC 4.3.4Paolo Bonzini1-2/+2
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck1-1/+1
2014-10-10s390x/migration: migrate CPU stateThomas Huth4-7/+82
2014-10-10s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESETDavid Hildenbrand1-0/+2
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand3-12/+7
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand4-2/+50
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand6-50/+79
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand3-32/+57
2014-10-10linux-headers: update to 3.17-rc7Jens Freimann7-5/+58
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell29-235/+711
2014-10-09qemu-char: Fix reconnect socket error reportingCorey Minyard1-18/+34
2014-10-09qemu-sockets: Add error to non-blocking connect handlerCorey Minyard5-12/+25
2014-10-09qemu-error: Add error_vreport()Corey Minyard2-5/+19
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini1-4/+5
2014-10-09linuxboot: compute initrd loading addressPaolo Bonzini3-7/+61
2014-10-09kvm: Make KVMState be the TYPE_KVM_ACCEL instance structEduardo Habkost1-4/+9
2014-10-09accel: Create accel object when initializing machineEduardo Habkost2-0/+9
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost8-13/+14
2014-10-07Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20141006-2' i...Peter Maydell7-45/+104
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin3-28/+27
2014-10-06linux-user: don't include timerfd if not neededRiku Voipio1-1/+3
2014-10-06linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf1-13/+17