summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | qemu-iotests: Update reference output for 051Kevin Wolf2013-08-301-1/+0Star
| * | Revert "block: Disable driver-specific options for 1.6"Kevin Wolf2013-08-302-144/+1Star
| * | qapi-types.py: Split off generate_struct_fields()Kevin Wolf2013-08-301-6/+13
| * | block: Remove redundant assertionKevin Wolf2013-08-301-1/+0Star
| * | qcow2: Change default for new images to compat=1.1Kevin Wolf2013-08-301-1/+3
* | | Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-0318-87/+81Star
|\ \ \
| * | | aio / timers: use g_usleep() not sleep()Alex Bligh2013-09-011-3/+3
| * | | adlib: sort offsets in portio registrationHervé Poussineau2013-09-011-1/+1
| * | | qmp: fix integer usage in examplesEric Blake2013-09-011-13/+13
| * | | tci: Remove function tcg_out64 (fix broken build)Stefan Weil2013-09-011-7/+0Star
| * | | target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil2013-09-011-0/+4
| * | | pflash_cfi02.c: fix debug macroAntony Pavlov2013-09-011-1/+1
| * | | configure: Remove unneeded redirections of stderr (pkg-config --exists)Stefan Weil2013-09-011-16/+14Star
| * | | configure: Remove unneeded redirections of stderr (pkg-config --cflags, --libs)Stefan Weil2013-09-011-18/+18
| * | | configure: Don't write .pyc files by default (python -B)Stefan Weil2013-09-011-2/+2
| * | | curl: qemu_bh_new() can never return NULLStefan Hajnoczi2013-09-011-6/+0Star
| * | | slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell2013-09-011-2/+2
| * | | configure: disable clang -Wstring-plus-int warningPeter Maydell2013-09-011-0/+1
| * | | rdma: silly ipv6 bugfixMichael R. Hines2013-09-011-3/+5
| * | | misc: Fix some typos in names and commentsStefan Weil2013-09-018-15/+15
| * | | slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza2013-09-011-0/+2
* | | | Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori2013-09-036-24/+81
|\ \ \ \
| * | | | usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum2013-09-021-1/+1
| * | | | Revert "usb-hub: report status changes only once"Gerd Hoffmann2013-09-021-5/+1Star
| * | | | usb-hub: add tracepoint for status reportsGerd Hoffmann2013-09-022-0/+2
| * | | | usb: parallelize usb3 streamsGerd Hoffmann2013-09-021-3/+4
| * | | | uas: add property for request loggingGerd Hoffmann2013-09-021-3/+12
| * | | | xhci: reset port when disabling slotGerd Hoffmann2013-09-021-0/+1
| * | | | xhci: emulate intr endpoint intervals correctlyGerd Hoffmann2013-09-021-7/+37
| * | | | xhci: fix endpoint interval calculationGerd Hoffmann2013-09-021-1/+1
| * | | | xhci: add port to slot_address tracepointGerd Hoffmann2013-09-022-2/+2
| * | | | xhci: add tracepoint for endpoint state changesGerd Hoffmann2013-09-022-0/+20
| * | | | xhci: remove leftover debug printfGerd Hoffmann2013-09-021-2/+0Star
| |/ / /
* | | | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-0367-180/+144Star
|\ \ \ \
| * | | | virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin2013-09-011-2/+1Star
| * | | | pc: reduce duplication, fix PIIX descriptionsMichael S. Tsirkin2013-09-013-63/+56Star
| * | | | hw: Clean up bogus default boot orderMarkus Armbruster2013-08-2859-119/+51Star
| * | | | pci: add config space access tracesAlexey Kardashevskiy2013-08-282-1/+14
| * | | | pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin2013-08-273-7/+21
| * | | | pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy2013-08-272-6/+19
* | | | | Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2013-09-0357-122/+154
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | isa: Fix documentation of isa_register_portio_list()Hervé Poussineau2013-08-301-1/+1
| * | | | qom: Assert instance size in object_initialize_with_type()Andreas Färber2013-08-302-4/+6
| * | | | qom: Pass available size to object_initialize()Andreas Färber2013-08-3013-38/+44
| * | | | qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-3019-25/+28
| * | | | virtio-mmio: Pass size to virtio_mmio_bus_new()Andreas Färber2013-08-301-3/+5
| * | | | virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber2013-08-301-3/+5
| * | | | s390-virtio-bus: Pass size to virtio_s390_bus_new()Andreas Färber2013-08-301-3/+5
| * | | | virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber2013-08-301-3/+5
| * | | | usb: Pass size to usb_bus_new()Andreas Färber2013-08-307-7/+9