aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-14kvm: Fix warning from static code analysisStefan Weil
2012-09-14qapi: Fix enumeration typo errorLei Li
2012-09-14console: Clean up bytes per pixel calculationBALATON Zoltan
2012-09-14Fix copy&paste typos in documentation commentsBALATON Zoltan
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell
2012-09-14ui: Fix spelling in comment (ressource -> resource)Stefan Weil
2012-09-14Spelling fixes in comments and macro names (ressource -> resource)Stefan Weil
2012-09-14Fix spelling (licenced -> licensed) in GPLStefan Weil
2012-09-14Spelling fixes in comments and documentationStefan Weil
2012-09-14srp: Don't use QEMU_PACKED for single elements of a structured typeStefan Weil
2012-09-14slirp: Implement TFTP Blocksize optionHervé Poussineau
2012-09-13slirp: Remove unused return value of tftp_send_next_blockJan Kiszka
2012-09-13slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau
2012-09-13slirp: improve TFTP performanceHervé Poussineau
2012-09-13slirp: Fix error reported by static code analysisStefan Weil
2012-09-13slirp: Remove wrong type casts ins debug statementsStefan Weil
2012-09-13hw/qxl: support client monitor configuration via deviceAlon Levy
2012-09-13qxl: add trace-event for QXL_IO_LOGAlon Levy
2012-09-13hw/qxl: tracing fixesAlon Levy
2012-09-12block: Don't forget to delete temporary fileDunrong Huang
2012-09-12Don't require encryption password for 'qemu-img info' commandDaniel P. Berrange
2012-09-12qemu-img: Add json output option to the info command.Benoît Canet
2012-09-12qapi: Add SnapshotInfo and ImageInfo.Benoît Canet
2012-09-12ahci: properly reset PxCMD on HBA resetJason Baron
2012-09-12block: fix block tray statusPavel Hrdina
2012-09-12vdi: Fix warning from clangStefan Weil
2012-09-12block/curl: Fix wrong free statementStefan Weil
2012-09-12ide: Fix error messages from static code analysis (no real error)Stefan Weil
2012-09-12ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0Ronnie Sahlberg
2012-09-12sheepdog: fix savevm and loadvmMORITA Kazutaka
2012-09-12qxl: better cleanup for surface destroyUri Lublin
2012-09-12qxl: Ignore set_client_capabilities pre/post migrateHans de Goede
2012-09-12qxl: dont update invalid areaDunrong Huang
2012-09-12spice: send updates only for changed screen contentGerd Hoffmann
2012-09-12spice: add screen mirrorGerd Hoffmann
2012-09-12spice: split qemu_spice_create_updateGerd Hoffmann
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann
2012-09-11kvm: Rename irqchip_inject_ioctl to irq_set_ioctlJan Kiszka
2012-09-11kvm: Stop flushing coalesced MMIO on vmexitJan Kiszka
2012-09-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka
2012-09-11memory: Flush coalesced MMIO on mapping and state changesJan Kiszka
2012-09-11memory: Fold memory_region_update_topology into memory_region_transaction_commitJan Kiszka
2012-09-11memory: Use transaction_begin/commit also for single-step operationsJan Kiszka
2012-09-11memory: Flush coalesced MMIO on selected region accessJan Kiszka
2012-09-11kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()Peter Maydell
2012-09-11update-linux-headers.sh: Don't hard code list of architecturesPeter Maydell
2012-09-11Merge branch 'usb.64' of git://git.kraxel.org/qemuAurelien Jarno
2012-09-11tcg/optimize: fix if/else/break coding styleAurelien Jarno
2012-09-11tcg/optimize: add constant folding for brcondAurelien Jarno
2012-09-11tcg/optimize: add constant folding for setcondAurelien Jarno