aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-14qemu-file: Move stdio implementation to qemu-file-stdio.cEduardo Habkost
2014-10-14qemu-file: Move unix and socket implementations to qemu-file-unix.cEduardo Habkost
2014-10-14qemu-file: Use qemu_file_is_writable() on stdio_fclose()Eduardo Habkost
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost
2014-10-14qemu-file: Add copyright header to qemu-file.cEduardo Habkost
2014-10-14vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy
2014-10-14block/migration: Disable cache invalidate for incoming migrationAlexey Kardashevskiy
2014-10-14Tests: QEMUSizedBuffer/QEMUBufferDr. David Alan Gilbert
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert
2014-10-13qdev: gpio: Register GPIO outputs as QOM linksPeter Crosthwaite
2014-10-13qdev: gpio: Register GPIO inputs as child objectsPeter Crosthwaite
2014-10-13qdev: gpio: Don't allow name share between I and OPeter Crosthwaite
2014-10-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into stagingPeter Maydell
2014-10-10kvm fix compilation with GCC 4.3.4Paolo Bonzini
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck
2014-10-10s390x/migration: migrate CPU stateThomas Huth
2014-10-10s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESETDavid Hildenbrand
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand
2014-10-10linux-headers: update to 3.17-rc7Jens Freimann
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-10-09qemu-char: Fix reconnect socket error reportingCorey Minyard
2014-10-09qemu-sockets: Add error to non-blocking connect handlerCorey Minyard
2014-10-09qemu-error: Add error_vreport()Corey Minyard
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini
2014-10-09linuxboot: compute initrd loading addressPaolo Bonzini
2014-10-09kvm: Make KVMState be the TYPE_KVM_ACCEL instance structEduardo Habkost
2014-10-09accel: Create accel object when initializing machineEduardo Habkost
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost
2014-10-07Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20141006-2' i...Peter Maydell
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin
2014-10-06linux-user: don't include timerfd if not neededRiku Voipio
2014-10-06linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf
2014-10-06linux-user: Enable epoll_pwait syscall for ARMPeter Maydell
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell
2014-10-06Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-10-04blockdev-test: Test device_del after drive_delMarkus Armbruster
2014-10-04blockdev-test: Factor out some common code into helpersMarkus Armbruster
2014-10-04blockdev-test: Simplify by using g_assert_cmpstr()Markus Armbruster
2014-10-04blockdev-test: Clean up bogus drive_add argumentMarkus Armbruster
2014-10-04blockdev-test: Use single rather than double quotes in QMPMarkus Armbruster
2014-10-04drive_del-test: Merge of qdev-monitor-test, blockdev-testMarkus Armbruster
2014-10-04iotests: qemu-img info output for corrupt imageMax Reitz
2014-10-04qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz
2014-10-04iotests: Use _img_infoMax Reitz
2014-10-04accel: Rename 'init' method to 'init_machine'Eduardo Habkost
2014-10-04accel: Move accel init/allowed code to separate functionEduardo Habkost