summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf3-2/+56
2014-10-06linux-user: Enable epoll_pwait syscall for ARMPeter Maydell1-1/+1
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell7-9/+31
2014-10-06Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell52-285/+500
2014-10-04blockdev-test: Test device_del after drive_delMarkus Armbruster1-0/+32
2014-10-04blockdev-test: Factor out some common code into helpersMarkus Armbruster1-25/+25
2014-10-04blockdev-test: Simplify by using g_assert_cmpstr()Markus Armbruster1-7/+2
2014-10-04blockdev-test: Clean up bogus drive_add argumentMarkus Armbruster1-1/+1
2014-10-04blockdev-test: Use single rather than double quotes in QMPMarkus Armbruster1-16/+16
2014-10-04drive_del-test: Merge of qdev-monitor-test, blockdev-testMarkus Armbruster3-75/+48
2014-10-04iotests: qemu-img info output for corrupt imageMax Reitz2-0/+12
2014-10-04qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz6-12/+28
2014-10-04iotests: Use _img_infoMax Reitz6-68/+26
2014-10-04accel: Rename 'init' method to 'init_machine'Eduardo Habkost5-8/+8
2014-10-04accel: Move accel init/allowed code to separate functionEduardo Habkost1-3/+12
2014-10-04accel: Remove tcg_available() functionEduardo Habkost3-7/+0
2014-10-04accel: Move qtest accel registration to qtest.cEduardo Habkost3-20/+26
2014-10-04accel: Move Xen registration code to xen-common.cEduardo Habkost4-26/+24
2014-10-04accel: Move KVM accel registration to kvm-all.cEduardo Habkost4-26/+25
2014-10-04accel: Report unknown accelerator as "not found" instead of "does not exist"Eduardo Habkost1-1/+1
2014-10-04accel: Make AccelClass.available() optionalEduardo Habkost1-1/+1
2014-10-04accel: Use QOM classes for accel typesEduardo Habkost2-24/+123
2014-10-04accel: Move accel name lookup to separate functionEduardo Habkost1-24/+33
2014-10-04accel: Simplify configure_accelerator() using AccelType *acc variableEduardo Habkost1-8/+10