aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger2-0/+29
2015-05-31Add stream ID to MSI writePavel Fedin2-0/+3
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek1-0/+1
2015-05-31virtio: increase the queue limit to 1024Jason Wang1-1/+1
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang1-1/+1
2015-05-31virtio-ccw: introduce ccw specific queue limitJason Wang1-1/+4
2015-05-31virtio: introduce virtio_get_num_queues()Jason Wang1-0/+1
2015-05-31virtio: device_plugged() can failJason Wang1-2/+2
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck1-4/+6
2015-05-31virtio: move host_featuresCornelia Huck2-1/+1
2015-05-31machine: Remove unused fields from QEMUMachineEduardo Habkost1-14/+1
2015-05-31pc: Remove qemu_register_pc_machine() functionEduardo Habkost1-2/+0
2015-05-31pc: Don't use QEMUMachine anymoreEduardo Habkost1-7/+15
2015-05-31pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost1-6/+9
2015-05-31pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost1-19/+23
2015-05-31pc: Define machines using a DEFINE_PC_MACHINE macroEduardo Habkost1-0/+16
2015-05-31pc: Define PC_COMPAT_2_[123] macrosEduardo Habkost1-1/+12
2015-05-31hw: Define empty HW_COMPAT_2_[23] macrosEduardo Habkost1-0/+6
2015-05-31pc: Move commas inside PC_COMPAT_* macrosEduardo Habkost1-9/+9
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost2-2/+2
2015-05-31pc: Replace tab with spacesEduardo Habkost1-6/+6
2015-05-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529'...Peter Maydell4-73/+372
2015-05-29Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2015-05-29' into...Peter Maydell1-0/+1
2015-05-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into s...Peter Maydell4-7/+47
2015-05-29qapi: add dirty bitmap statusJohn Snow1-0/+1
2015-05-29hw/acpi/aml-build: Add Unicode macroShannon Zhao1-0/+1
2015-05-29hw/acpi/aml-build: Add aml_dword_io() termShannon Zhao1-0/+5
2015-05-29hw/acpi/aml-build: Add aml_create_dword_field() termShannon Zhao1-0/+1
2015-05-29hw/acpi/aml-build: Add aml_else() termShannon Zhao1-0/+1
2015-05-29hw/acpi/aml-build: Add aml_lnot() termShannon Zhao1-0/+1
2015-05-29hw/acpi/aml-build: Add aml_or() termShannon Zhao1-0/+1
2015-05-29hw/acpi/aml-build: Add ToUUID macroShannon Zhao1-0/+1
2015-05-29hw/acpi/aml-build: Make aml_buffer() definition consistent with the specShannon Zhao1-1/+1
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao1-0/+2
2015-05-29hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao2-0/+42
2015-05-29hw/arm/virt-acpi-build: Generate MADT tableShannon Zhao2-1/+40
2015-05-29hw/arm/virt-acpi-build: Generate FADT table and update ACPI headersShannon Zhao1-37/+98
2015-05-29hw/acpi/aml-build: Add aml_interrupt() termShannon Zhao1-0/+42
2015-05-29hw/acpi/aml-build: Add aml_memory32_fixed() termShannon Zhao1-0/+2
2015-05-29hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARMShannon Zhao1-0/+41
2015-05-29hw/arm/virt: Record PCIe ranges in MemMapEntry arrayShannon Zhao1-0/+3
2015-05-29hw/arm/virt: Move common definitions to virt.hShannon Zhao1-0/+56
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao1-34/+34
2015-05-29gtk: add opengl support, using eglGerd Hoffmann2-1/+24
2015-05-29ui: add egl-helpersGerd Hoffmann1-0/+16
2015-05-29ui: shader.h protect against double inclusionGerd Hoffmann1-0/+5
2015-05-29ui: use libexpoxyGerd Hoffmann2-6/+2
2015-05-29virtio-input: emulated devices [device]Gerd Hoffmann1-0/+21
2015-05-29virtio-input: core code & base class [device]Gerd Hoffmann2-0/+85
2015-05-29virtio-input: add linux/input.hGerd Hoffmann1-0/+1198