summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hpet: fix build with CONFIG_HPET offMichael S. Tsirkin2013-12-112-7/+9
* acpi unit-test: adjust the test data structure for better handlingMarcel Apfelbaum2013-12-111-23/+32
* acpi unit-test: load and check facs tableMarcel Apfelbaum2013-12-111-0/+18
* exec: separate sections and nodes per address spaceMarcel Apfelbaum2013-12-111-89/+66Star
* memory.c: bugfix - ref counting mismatch in memory_region_findMarcel Apfelbaum2013-12-111-0/+1
* hpet: enable to entitle more irq pins for hpetLiu Ping Fan2013-12-115-11/+56
* hpet: inverse polarity when pin above ISA_NUM_IRQSLiu Ping Fan2013-12-111-2/+12
* pci: fix pci bridge fw pathGerd Hoffmann2013-12-111-1/+1
* ACPI DSDT: Make control method `IQCR` serializedMichael S. Tsirkin2013-12-104-6/+6
* acpi: strip compiler info in built-in DSDTMichael S. Tsirkin2013-12-101-1/+7
* acpi unit-test: verify signature and checksumMarcel Apfelbaum2013-12-101-20/+252
* smbios: Set system manufacturer, product & version by defaultMarkus Armbruster2013-12-104-1/+59
* exec: reduce L2_PAGE_SIZEMichael S. Tsirkin2013-12-101-1/+1
* exec: make address spaces 64-bit widePaolo Bonzini2013-12-101-6/+2Star
* exec: memory radix tree page level compressionMichael S. Tsirkin2013-12-101-1/+74
* exec: pass hw address to phys_page_findMichael S. Tsirkin2013-12-101-4/+4
* exec: extend skip field to 6 bit, page entry to 32 bitMichael S. Tsirkin2013-12-101-6/+6
* exec: replace leaf with skipMichael S. Tsirkin2013-12-101-8/+9
* split definitions for exec.c and translate-all.c radix treesPaolo Bonzini2013-12-103-29/+39
* spapr_pci: s/INT64_MAX/UINT64_MAX/Michael S. Tsirkin2013-12-101-1/+1
* pc: s/INT64_MAX/UINT64_MAX/Paolo Bonzini2013-12-102-2/+2
* pci: fix address space size for bridgeMichael S. Tsirkin2013-12-101-1/+1
* MAINTAINERS: update X86 machine entryMichael S. Tsirkin2013-12-101-2/+16
* acpi-test: basic acpi unit-testMichael S. Tsirkin2013-12-102-0/+137
* qtest: split configuration of qtest accelerator and chardevPaolo Bonzini2013-12-103-33/+20Star
* pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2013-12-106-74/+17Star
* hw: Pass QEMUMachine to its init() methodMarkus Armbruster2013-12-102-3/+7
* target-mips: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-091-18/+12Star
* target-mips: fix 64-bit FPU config for user-mode emulationPetar Jovanovic2013-12-091-2/+5
* target-sh4: move features flag after CPU_COMMONBobby Bingham2013-12-091-3/+3
* target-cris: Use new qemu_ld/st opcodesRichard Henderson2013-12-081-25/+4Star
* Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131206.0' int...Anthony Liguori2013-12-077-15/+247
|\
| * vfio-pci: Release all MSI-X vectors when disabledAlex Williamson2013-12-061-0/+12
| * vfio-pci: Add debug config options to disable MSI/X KVM supportAlex Williamson2013-12-061-4/+20
| * vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirkAlex Williamson2013-12-061-1/+29
| * vfio-pci: Make use of new KVM-VFIO deviceAlex Williamson2013-12-061-0/+67
| * linux-headers: Update from v3.13-rc3Alex Williamson2013-12-066-10/+119
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-12-0748-388/+3238
|\ \
| * | qemu-iotests: filter QEMU monitor \r\nStefan Hajnoczi2013-12-062-57/+58
| * | aio: make aio_poll(ctx, true) block with no fdsStefan Hajnoczi2013-12-063-11/+0Star
| * | block: clean up bdrv_drain_all() throttling commentsStefan Hajnoczi2013-12-061-6/+1Star
| * | qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao2013-12-062-12/+12
| * | qemu-img: decrease progress update interval on convertPeter Lieven2013-12-061-1/+1
| * | qemu-img: round down request length to an aligned sectorPeter Lieven2013-12-061-8/+24
| * | qemu-img: dynamically adjust iobuffer size during convertPeter Lieven2013-12-051-3/+13
| * | block/iscsi: set bs->bl.opt_transfer_lengthPeter Lieven2013-12-051-0/+3
| * | block: add opt_transfer_length to BlockLimitsPeter Lieven2013-12-051-0/+3
| * | block/iscsi: set bdi->cluster_sizePeter Lieven2013-12-051-0/+7
| * | qemu-img: fix usage instruction for qemu-img convertPeter Lieven2013-12-051-1/+0Star
| * | qemu-img: add support for skipping zeroes in input during convertPeter Lieven2013-12-051-38/+42