summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-20libqos: add qvirtqueue_cleanup()Stefan Hajnoczi7-7/+36
2016-06-20libqos: drop duplicated virtio_pci.h definitionsStefan Hajnoczi4-43/+30
2016-06-20libqos: drop duplicated virtio_scsi.h definitionsStefan Hajnoczi1-30/+15
2016-06-20libqos: drop duplicated virtio_blk.h definitionsStefan Hajnoczi1-34/+16
2016-06-20libqos: drop duplicated virtio_vring.h structsStefan Hajnoczi2-37/+12
2016-06-20libqos: drop duplicated virtio_ring.h bit definitionsStefan Hajnoczi6-33/+27
2016-06-20libqos: drop duplicated virtio_config.h definitionsStefan Hajnoczi3-20/+14
2016-06-20libqos: drop duplicated PCI vendor ID definitionStefan Hajnoczi2-3/+2
2016-06-20libqos: use virtio_ids.h for device ID definitionsStefan Hajnoczi4-16/+10
2016-06-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160617'...Peter Maydell25-60/+4394
2016-06-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell3-8/+10
2016-06-17ACPI: ARM: Present GIC version in MADT tableShannon Zhao2-1/+4
2016-06-17hw/timer: Add value matching support to aspeed_timerAndrew Jeffery2-39/+104
2016-06-17target-arm/monitor.c: Advertise emulated GICv3 in capabilitiesPeter Maydell1-2/+1
2016-06-17target-arm/machine.c: Allow user to request GICv3 emulationPeter Maydell1-2/+1
2016-06-17hw/intc/arm_gicv3: Add IRQ handling CPU interface registersPeter Maydell3-0/+449
2016-06-17hw/intc/arm_gicv3: Implement CPU i/f SGI generation registersPeter Maydell4-0/+168
2016-06-17hw/intc/arm_gicv3: Implement gicv3_cpuif_update()Peter Maydell3-5/+142
2016-06-17hw/intc/arm_gicv3: Implement GICv3 CPU interface registersPeter Maydell5-0/+666
2016-06-17hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell5-1/+65
2016-06-17hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regionsPeter Maydell1-1/+14
2016-06-17hw/intc/arm_gicv3: Implement GICv3 redistributor registersShlomo Pongratz4-0/+512
2016-06-17hw/intc/arm_gicv3: Implement GICv3 distributor registersShlomo Pongratz4-0/+869
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell4-0/+441
2016-06-17hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz4-0/+131
2016-06-17hw/intc/arm_gicv3: Add vmstate descriptorsPavel Fedin2-1/+57
2016-06-17hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structurePeter Maydell2-8/+4
2016-06-17hw/intc/arm_gicv3: Add state informationPavel Fedin3-5/+518
2016-06-17target-arm: Add mp-affinity property for ARM CPU classPavel Fedin1-0/+1
2016-06-17target-arm: Provide hook to tell GICv3 about changes of security statePeter Maydell5-0/+57
2016-06-17target-arm: Define new arm_is_el3_or_mon() functionPeter Maydell1-2/+11
2016-06-17bitops.h: Implement half-shuffle and half-unshuffle opsPeter Maydell2-0/+180
2016-06-17migration: Define VMSTATE_UINT64_2DARRAYPeter Maydell1-0/+6
2016-06-17nbd/client.c: Correct trace format stringPeter Maydell1-1/+1
2016-06-17vnc: Wrap vnc initialization code with CONFIG_VNCChao Peng1-0/+2
2016-06-17qdev: Use GList for global propertiesEduardo Habkost2-8/+8
2016-06-17Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-5...Peter Maydell7-129/+191
2016-06-17vmstate-static-checker: fix size mismatch detection in unused fieldsAmit Shah1-1/+1
2016-06-17migration: code clean upLiang Li1-21/+15
2016-06-17migration: refine the decompression codeLiang Li1-25/+25
2016-06-17migration: refine the compression codeLiang Li1-44/+40
2016-06-17migration: protect the quit flag by lockLiang Li1-16/+16
2016-06-17migration: refine ram_save_compressed_pageLiang Li1-14/+13
2016-06-17qemu-file: Fix qemu_put_compression_data flawLiang Li2-7/+34
2016-06-17migration: remove useless codeLiang Li1-1/+0
2016-06-17migration: Fix a potential issueLiang Li1-0/+19
2016-06-17migration: Fix multi-thread compression bugLiang Li1-11/+27
2016-06-17migration: fix inability to save VM after snapshotDenis V. Lunev1-1/+11
2016-06-17migration: Trace improvementsDr. David Alan Gilbert2-7/+9
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell2-8/+8