aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Merge remote-tracking branch 'kraxel/usb.57' into stagingAnthony Liguori8-34/+909
2012-07-17build: fix build breakage due to bad mergeAnthony Liguori1-7/+4
2012-07-17build: add make dist target (v2)Anthony Liguori2-15/+39
2012-07-17qemu-options.hx: Fix set_password and expire_password descriptionMichal Novotny1-2/+15
2012-07-17qemu-options.hx: Improve -nodefaults descriptionMichal Novotny1-1/+4
2012-07-17qemu-options.hx: Improve -{read|write}config options descriptionMichal Novotny1-2/+6
2012-07-17constify value pointer for qdev_prop_set_stringChristian Borntraeger2-2/+2
2012-07-17doc: Fix indefinite article an -> a before nouns that begin with 'h'Stefan Weil2-2/+2
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-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-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-12target-arm: Add support for long format translation table walksPeter Maydell1-0/+182
2012-07-12target-arm: Implement TTBCR changes for LPAEPeter Maydell1-1/+14
2012-07-12target-arm: Implement long-descriptor PAR formatPeter Maydell1-10/+69
2012-07-12target-arm: Use target_phys_addr_t in get_phys_addr()Peter Maydell1-14/+15
2012-07-12target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAEPeter Maydell3-3/+87
2012-07-12target-arm: Add 64 bit variants of DBGDRAR and DBGDSAR for LPAEPeter Maydell1-0/+5
2012-07-12target-arm: Add AMAIR0, AMAIR1 LPAE cp15 registersPeter Maydell1-0/+16
2012-07-12target-arm: Extend feature flags to 64 bitsPeter Maydell3-6/+6
2012-07-12target-arm: Implement privileged-execute-never (PXN)Peter Maydell3-12/+26