aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-17qtest: Add hard disk geometry testMarkus Armbruster2-0/+405
2012-07-17vvfat: Do not clobber the user's geometryMarkus Armbruster1-24/+29
2012-07-17vvfat: Fix partition tableMarkus Armbruster1-3/+4
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster5-139/+123
2012-07-17sheepdog: do not blindly memset all read buffersChristoph Hellwig1-19/+18
2012-07-17sheepdog: always use coroutine-based network functionsMORITA Kazutaka1-66/+47
2012-07-16audio: Unbreak capturing in mixemu casemalc1-0/+1
2012-07-14qemu-log: fix x86 and user loggingBlue Swirl2-20/+24
2012-07-14Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl5-11/+12
2012-07-14vga: Implement blinking of text cursorJan Kiszka2-2/+14
2012-07-14console: Implementing blinking of cursorJan Kiszka1-1/+25
2012-07-14configure: add -Werror to QEMU_CFLAGS earlyAlexander Graf1-18/+17
2012-07-14monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdefPeter Maydell1-25/+4
2012-07-14hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddrPeter Maydell1-2/+4
2012-07-14hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plxPeter Maydell1-7/+1
2012-07-14targphys.h: Define TARGET_PRI*PHYS format specifier macrosPeter Maydell1-0/+16
2012-07-14disas: Fix printing of addresses in disassemblyPeter Maydell1-0/+19
2012-07-14esp: add AMD PCscsi emulation (PCI SCSI adapter)Hervé Poussineau4-0/+380
2012-07-14pci: add some stubsHervé Poussineau1-0/+15
2012-07-14esp: use trace framework instead of stderr outputHervé Poussineau2-7/+9
2012-07-14esp: split esp code into generic chip emulation and sysbus layerHervé Poussineau1-67/+95
2012-07-14esp: use hba_private field instead of a complex castHervé Poussineau1-4/+4
2012-07-14esp: support future change of chip_idHervé Poussineau1-1/+3
2012-07-14esp: implement Reset ATN commandHervé Poussineau2-0/+5
2012-07-14esp: implement Disable selection commandHervé Poussineau2-0/+7
2012-07-14esp: delay Transfer Information command if dma is not enabledHervé Poussineau1-0/+5
2012-07-14esp: execute select commands immediately when it is a non-dma commandHervé Poussineau1-3/+3
2012-07-14Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl5-15/+56
2012-07-14Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl7-52/+428
2012-07-13qapi: Convert getfd and closefdCorey Bryant6-26/+81
2012-07-13qapi: input_type_enum(): fix error messageLuiz Capitulino1-1/+1
2012-07-13qmp: dump-guest-memory: improve schema docLuiz Capitulino1-15/+17
2012-07-13make: Remove 'build-all' ruleStefan Weil1-3/+3
2012-07-13qemu-keymaps: Finnish keyboard mapping brokenMichael Tokarev1-2/+0
2012-07-13vnc: add a more descriptive error messageAmos Kong1-1/+4
2012-07-13bitops: Fix documentationStefan Weil1-4/+4
2012-07-13megasas: mark mfi_frame_desc as 'static'Hannes Reinecke1-1/+1
2012-07-12Add vgabios build rules to roms/MakefileGerd Hoffmann6-0/+38
2012-07-12ehci: improve expire time calculationGerd Hoffmann1-4/+4
2012-07-12ehci: implement Interrupt Threshold Control supportGerd Hoffmann2-30/+55
2012-07-12ehci: raise irq in the frame timerGerd Hoffmann1-2/+2
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann1-0/+12
2012-07-12usb: add usb attached scsi emulationGerd Hoffmann4-0/+832
2012-07-12virtio: move common irqfd handling out of virtio-pciPaolo Bonzini6-27/+58
2012-07-12virtio: move common ioeventfd handling out of virtio-pciPaolo Bonzini3-34/+25
2012-07-12event_notifier: add event_notifier_set_handlerPaolo Bonzini2-0/+10
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini9-32/+42
2012-07-12ivshmem: wrap ivshmem_del_eventfd loops with transactionPaolo Bonzini1-0/+4
2012-07-12ivshmem: use EventNotifier and memory APIPaolo Bonzini1-28/+35
2012-07-12event_notifier: add event_notifier_init_fdPaolo Bonzini2-1/+9