aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-18r2d: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster
2015-02-18usb: Change usb_create_simple() to abort on failureMarkus Armbruster
2015-02-18usb: Suppress bogus error when automatic usb-hub creation failsMarkus Armbruster
2015-02-18usb: Do not prefix error_setg() messages with "Error: "Markus Armbruster
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster
2015-02-18qemu-char: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2015-02-18qemu-img: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2015-02-18vl: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2015-02-18tpm: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2015-02-18numa: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2015-02-18net: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2015-02-18monitor: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster
2015-02-18monitor: Clean up around monitor_handle_fd_param()Markus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-18error: New convenience function error_report_err()Markus Armbruster
2015-02-18vhost-scsi: Improve error reporting for invalid vhostfdMarkus Armbruster
2015-02-18s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth
2015-02-18s390x/pci: Rework memory access in zpci instructionFrank Blaschka
2015-02-18s390x/ioinst: Rework memory access in TPI instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in CHSC instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in STCRW instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in TSCH instructionThomas Huth
2015-02-18s390x/ioinst: Set condition code in ioinst_handle_tsch() handlerThomas Huth
2015-02-18s390x/ioinst: Rework memory access in STSCH instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in SSCH instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in MSCH instructionThomas Huth
2015-02-18s390x/css: Make schib parameter of css_do_msch constThomas Huth
2015-02-18s390x/mmu: Add function for accessing guest memoryThomas Huth
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth
2015-02-18s390x/mmu: Clean up mmu_translate_asc()Thomas Huth
2015-02-18s390x/mmu: Check bit 52 in page table entryThomas Huth
2015-02-18s390x/mmu: Renaming related to the ASCE confusionThomas Huth
2015-02-18s390x/mmu: Add support for read-only regionsThomas Huth
2015-02-18s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth
2015-02-18s390x/mmu: Fix exception types when checking the ASCEsThomas Huth
2015-02-18s390x/mmu: Fix translation exception code in lowcoreThomas Huth
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth
2015-02-18s390x/mmu: Check table length and offset fieldsThomas Huth
2015-02-18s390x/mmu: Fix the handling of the table levelsThomas Huth
2015-02-18s390x/mmu: Fix the check for the real-space designation bitThomas Huth
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth
2015-02-17qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik
2015-02-17qga: add memory block command that unsupportedzhanghailiang
2015-02-17qga: implement qmp_guest_get_memory_block_info() for Linux with sysfszhanghailiang
2015-02-17qga: implement qmp_guest_set_memory_blocks() for Linux with sysfszhanghailiang
2015-02-17qga: implement qmp_guest_get_memory_blocks() for Linux with sysfszhanghailiang
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang
2015-02-16qga: implement file commands for Windows guestOlga Krishtal
2015-02-16guest agent: guest-file-open: refactoringSimon Zolin