summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-29disas/libvixl: Fix wrong format stringsStefan Weil1-10/+10
2014-06-29disas/libvixl: Update README for version baseRichard Henderson1-1/+1
2014-06-29timer: cadence_ttc: Convert to instance_initAlistair Francis1-9/+6
2014-06-29hw/arm/pxa2xx_gpio: Correct and register vmstatePeter Maydell1-1/+2
2014-06-29hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR readsPeter Maydell1-8/+6
2014-06-29hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell1-0/+4
2014-06-29hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell1-8/+6
2014-06-29hw/arm/virt: Provide PL031 RTCPeter Maydell1-0/+30
2014-06-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell32-282/+854
2014-06-29tests: add human format test for string output visitorHu Tao1-19/+90
2014-06-29vhost-net: disable when cross-endianGreg Kurz1-0/+19
2014-06-29target-ppc: enable virtio endian ambivalent supportGreg Kurz2-0/+17
2014-06-29virtio-9p: use virtio wrappers to access headersGreg Kurz1-1/+2
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell1-15/+31
2014-06-29virtio-scsi: use virtio wrappers to access headersRusty Russell1-18/+20
2014-06-29virtio-blk: use virtio wrappers to access headersRusty Russell1-17/+21
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell1-3/+5
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell1-14/+17
2014-06-29virtio: allow byte swapping for vringRusty Russell1-41/+48
2014-06-29virtio: memory accessors for endian-ambivalent targetsGreg Kurz1-0/+170
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz3-19/+101
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz2-0/+7
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz3-9/+8
2014-06-29virtio: add subsections to the migration streamGreg Kurz1-2/+19
2014-06-29virtio-rng: implement per-device migration callsGreg Kurz1-5/+7
2014-06-29virtio-balloon: implement per-device migration callsGreg Kurz1-11/+14
2014-06-29virtio-serial: implement per-device migration callsGreg Kurz1-14/+20
2014-06-29virtio-blk: implement per-device migration callsGreg Kurz1-8/+16
2014-06-29virtio-net: implement per-device migration callsGreg Kurz1-6/+16
2014-06-29virtio: introduce device specific migration callsGreg Kurz8-8/+21
2014-06-29virtio-serial: don't migrate the config spaceAlexander Graf1-10/+6
2014-06-29virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-06-29vhost-user: typo fixupsMichael S. Tsirkin1-2/+1
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion4-12/+26
2014-06-29numa: Reject configuration if not all node IDs are presentEduardo Habkost1-1/+16
2014-06-29numa: Reject duplicate node IDsEduardo Habkost1-0/+5
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost3-1/+11
2014-06-29Allow mismatched virtio config-lenDr. David Alan Gilbert1-5/+11
2014-06-29pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layoutDon Slutz1-0/+10
2014-06-29vhost-user: fix wrong ids in documentationDamjan Marion1-14/+14
2014-06-29mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti4-0/+60
2014-06-29pc: Fix "prog_if" typo on PC_COMPAT_2_0Eduardo Habkost1-1/+1
2014-06-29pc: Move q35 compat props to PC_COMPAT_*Eduardo Habkost2-42/+23
2014-06-29numa: fix commentMichael S. Tsirkin1-1/+1
2014-06-29openrisc: fix commentMichael S. Tsirkin1-2/+2
2014-06-29numa: fix commentMichael S. Tsirkin1-1/+1
2014-06-29Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell5-27/+207
2014-06-29Merge remote-tracking branch 'remotes/xtensa/tags/20140629-xtensa' into stagingPeter Maydell5-50/+162
2014-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell48-561/+1127
2014-06-29Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell16-30/+629