summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-10-02pc: memhp: force gaps between DIMM's GPAIgor Mammedov3-2/+6
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov3-8/+12
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson1-6/+11
2015-10-01pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost2-0/+14
2015-10-01virtio-net: correctly drop truncated packetsJason Wang1-7/+1
2015-10-01virtio: introduce virtqueue_discard()Jason Wang1-0/+7
2015-10-01virtio: introduce virtqueue_unmap_sg()Jason Wang1-4/+10
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell35-62/+138
2015-09-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150925.0' i...Peter Maydell1-8/+8
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell7-38/+26
2015-09-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-86/+375
2015-09-25bt: remove muldiv64()Laurent Vivier1-2/+2
2015-09-25hpet: remove muldiv64()Laurent Vivier1-3/+3
2015-09-25openrisc: remove muldiv64()Laurent Vivier1-4/+3
2015-09-25mips: remove muldiv64()Laurent Vivier1-11/+8
2015-09-25pcnet: remove muldiv64()Laurent Vivier1-2/+1
2015-09-25rtl8139: remove muldiv64()Laurent Vivier1-8/+6
2015-09-25i6300esb: remove muldiv64()Laurent Vivier1-8/+3
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite7-10/+10
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite1-1/+1
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite4-4/+4
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite3-5/+5
2015-09-25s390: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-25xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2-3/+3
2015-09-25tricore: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25or32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2-3/+3
2015-09-25moxie: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+1
2015-09-25cris: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite3-3/+3
2015-09-25mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-25elf: Update EM_MOXIE definitionPeter Crosthwaite1-0/+1
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin1-0/+12
2015-09-25hmp: added io apic dump statePavel Butsykin2-0/+65
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin1-2/+2
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin1-17/+1
2015-09-25ioapic: fix contents of arbitration registerPaolo Bonzini1-3/+1
2015-09-25ioapic: coalesce level interruptsPaolo Bonzini1-1/+3
2015-09-25vhost-scsi: include linux/vhost.hMarc-André Lureau1-0/+1
2015-09-25scsi-generic: let guests recognize readonly=on on passthrough devicesPaolo Bonzini1-0/+14
2015-09-24Merge remote-tracking branch 'remotes/elmarco/tags/rm-libcacard' into stagingPeter Maydell2-4/+3
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang3-0/+45
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang3-6/+31
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu3-12/+25
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu2-1/+26
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2-4/+4
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin2-0/+33
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu1-16/+22
2015-09-24virtio-ccw: enable virtio-1Cornelia Huck3-4/+52