aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150925.0' i...Peter Maydell
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell
2015-09-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-09-25bt: remove muldiv64()Laurent Vivier
2015-09-25hpet: remove muldiv64()Laurent Vivier
2015-09-25openrisc: remove muldiv64()Laurent Vivier
2015-09-25mips: remove muldiv64()Laurent Vivier
2015-09-25pcnet: remove muldiv64()Laurent Vivier
2015-09-25rtl8139: remove muldiv64()Laurent Vivier
2015-09-25i6300esb: remove muldiv64()Laurent Vivier
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite
2015-09-25mips: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25s390: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25tricore: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25or32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25moxie: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25cris: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25mb: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25elf: Update EM_MOXIE definitionPeter Crosthwaite
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin
2015-09-25hmp: added io apic dump statePavel Butsykin
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin
2015-09-25ioapic: fix contents of arbitration registerPaolo Bonzini
2015-09-25ioapic: coalesce level interruptsPaolo Bonzini
2015-09-25vhost-scsi: include linux/vhost.hMarc-André Lureau
2015-09-25scsi-generic: let guests recognize readonly=on on passthrough devicesPaolo Bonzini
2015-09-24Merge remote-tracking branch 'remotes/elmarco/tags/rm-libcacard' into stagingPeter Maydell
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-24vhost: introduce vhost_backend_get_vq_index methodYuanhan Liu
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu
2015-09-24virtio-ccw: enable virtio-1Cornelia Huck
2015-09-24virtio-ccw: feature bits > 31 handlingCornelia Huck
2015-09-24virtio-ccw: support ring size changesCornelia Huck
2015-09-24virtio: ring sizes vs. resetCornelia Huck
2015-09-24pc: Introduce pc-*-2.5 machine classesEduardo Habkost
2015-09-24q35: Move options common to all classes to pc_i440fx_machine_options()Eduardo Habkost
2015-09-24q35: Move options common to all classes to pc_q35_machine_options()Eduardo Habkost
2015-09-24virtio-net: unbreak self announcement and guest offloads after migrationJason Wang