summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori2-9/+29
2013-09-11Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into stagingAnthony Liguori2-1/+6
2013-09-11Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-7/+15
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama1-1/+1
2013-09-09mips_malta: support up to 2GiB RAMPaul Burton1-8/+28
2013-09-09pc_q35: Initialize Xen.Anthony PERARD1-0/+5
2013-09-09pc: Initializing ram_memory under Xen.Anthony PERARD1-1/+1
2013-09-06ne2000: mark I/O as LITTLE_ENDIANAurelien Jarno1-1/+1
2013-09-06vmxnet3: Eliminate __packed redefined warningBrad Smith1-2/+0
2013-09-06e1000: add interrupt mitigation supportVincenzo Maffione3-6/+156
2013-09-06dataplane: Fix startup race.Cornelia Huck1-0/+9
2013-09-06xen_disk: simplify blk_disconnect with refcntFam Zheng1-6/+5
2013-09-06block: make bdrv_delete() staticFam Zheng1-2/+2
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori10-25/+21
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori4-5/+5
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori5-23/+78
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori62-172/+117
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori50-108/+136
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-11/+9
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber8-11/+10
2013-09-03a15mpcore: Use qemu_get_cpu() for generic timersAndreas Färber1-3/+2
2013-09-02usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum1-1/+1
2013-09-02Revert "usb-hub: report status changes only once"Gerd Hoffmann1-5/+1
2013-09-02usb-hub: add tracepoint for status reportsGerd Hoffmann1-0/+1
2013-09-02usb: parallelize usb3 streamsGerd Hoffmann1-3/+4
2013-09-02uas: add property for request loggingGerd Hoffmann1-3/+12
2013-09-02xhci: reset port when disabling slotGerd Hoffmann1-0/+1
2013-09-02xhci: emulate intr endpoint intervals correctlyGerd Hoffmann1-7/+37
2013-09-02xhci: fix endpoint interval calculationGerd Hoffmann1-1/+1
2013-09-02xhci: add port to slot_address tracepointGerd Hoffmann1-1/+1
2013-09-02xhci: add tracepoint for endpoint state changesGerd Hoffmann1-0/+19
2013-09-02xhci: remove leftover debug printfGerd Hoffmann1-2/+0
2013-09-02PPC: spapr: iommu: rework tracesAlexey Kardashevskiy1-47/+24
2013-09-02spapr: add "stop-self" RTAS call required to support hot CPU unplugAlexey Kardashevskiy1-0/+23
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard2-1/+51
2013-09-02xics: move registration of global state to realize()Alexey Kardashevskiy1-10/+11
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy2-38/+52
2013-09-02spapr-pci: fix config space access to support bridgesAlexey Kardashevskiy1-10/+2
2013-09-02ppc405_boards: Don't enforce presence of firmware for qtestAndreas Färber1-15/+20
2013-09-02ppc405_uc: Disable debug outputAndreas Färber1-8/+8
2013-09-02ppc405_boards: Disable debug outputAndreas Färber1-2/+2
2013-09-02ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine.Efimov Vasily1-10/+19
2013-09-02pseries: Fix stalls on hypervisor virtual consoleAnton Blanchard1-0/+2
2013-09-02PPC: E500: Generate device tree on resetAlexander Graf1-9/+43
2013-09-01adlib: sort offsets in portio registrationHervé Poussineau1-1/+1
2013-09-01pflash_cfi02.c: fix debug macroAntony Pavlov1-1/+1
2013-09-01misc: Fix some typos in names and commentsStefan Weil2-3/+3
2013-09-01virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin1-2/+1
2013-09-01pc: reduce duplication, fix PIIX descriptionsMichael S. Tsirkin2-63/+48
2013-08-30qom: Pass available size to object_initialize()Andreas Färber11-36/+41