summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-18usb: Change usb_create_simple() to abort on failureMarkus Armbruster1-8/+1
2015-02-18usb: Suppress bogus error when automatic usb-hub creation failsMarkus Armbruster1-7/+28
2015-02-18usb: Do not prefix error_setg() messages with "Error: "Markus Armbruster1-2/+2
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster6-17/+19
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster5-18/+1
2015-02-18qemu-char: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-2/+1
2015-02-18qemu-img: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-2/+1
2015-02-18vl: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-4/+2
2015-02-18tpm: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-4/+2
2015-02-18numa: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-5/+3
2015-02-18net: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-6/+3
2015-02-18monitor: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster1-2/+1
2015-02-18monitor: Clean up around monitor_handle_fd_param()Markus Armbruster6-24/+16
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster31-127/+79
2015-02-18error: New convenience function error_report_err()Markus Armbruster2-0/+11
2015-02-18vhost-scsi: Improve error reporting for invalid vhostfdMarkus Armbruster1-2/+4
2015-02-18s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth2-29/+0
2015-02-18s390x/pci: Rework memory access in zpci instructionFrank Blaschka1-9/+28
2015-02-18s390x/ioinst: Rework memory access in TPI instructionThomas Huth2-13/+8
2015-02-18s390x/ioinst: Rework memory access in CHSC instructionThomas Huth1-9/+13
2015-02-18s390x/ioinst: Rework memory access in STCRW instructionThomas Huth3-11/+30
2015-02-18s390x/ioinst: Rework memory access in TSCH instructionThomas Huth3-30/+44
2015-02-18s390x/ioinst: Set condition code in ioinst_handle_tsch() handlerThomas Huth3-12/+7
2015-02-18s390x/ioinst: Rework memory access in STSCH instructionThomas Huth1-14/+22
2015-02-18s390x/ioinst: Rework memory access in SSCH instructionThomas Huth1-11/+5
2015-02-18s390x/ioinst: Rework memory access in MSCH instructionThomas Huth1-13/+7
2015-02-18s390x/css: Make schib parameter of css_do_msch constThomas Huth2-2/+2
2015-02-18s390x/mmu: Add function for accessing guest memoryThomas Huth2-0/+113
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth3-6/+33
2015-02-18s390x/mmu: Clean up mmu_translate_asc()Thomas Huth1-24/+15
2015-02-18s390x/mmu: Check bit 52 in page table entryThomas Huth2-1/+5
2015-02-18s390x/mmu: Renaming related to the ASCE confusionThomas Huth1-6/+6
2015-02-18s390x/mmu: Add support for read-only regionsThomas Huth2-3/+5
2015-02-18s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth1-2/+1
2015-02-18s390x/mmu: Fix exception types when checking the ASCEsThomas Huth1-3/+3
2015-02-18s390x/mmu: Fix translation exception code in lowcoreThomas Huth1-33/+15
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth4-40/+59
2015-02-18s390x/mmu: Check table length and offset fieldsThomas Huth2-0/+30
2015-02-18s390x/mmu: Fix the handling of the table levelsThomas Huth1-68/+47
2015-02-18s390x/mmu: Fix the check for the real-space designation bitThomas Huth1-7/+6
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth4-323/+359
2015-02-17qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik2-23/+26
2015-02-17qga: add memory block command that unsupportedzhanghailiang2-1/+5
2015-02-17qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang1-2/+29
2015-02-17qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang1-1/+29
2015-02-17qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang1-1/+232
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang3-0/+180
2015-02-16qga: implement file commands for Windows guestOlga Krishtal1-21/+250
2015-02-16guest agent: guest-file-open: refactoringSimon Zolin1-8/+23
2015-02-16utils: drop strtok_r from envlist_parseOlga Krishtal2-17/+16