2015-06-03 | Jason Wang | virtio-pci: don't try to mask or unmask vqs without... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-03 | Marcel Apfelbaum | hw/q35: fix floppy controller definition in ich9 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-03 | Michael S. Tsirkin | acpi: add missing ssdt Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Ouyang Changchun | vhost-user: add multi queue support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Gerd Hoffmann | virtio: make features 64bit wide Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Gerd Hoffmann | qdev: add 64bit properties Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Ying-Shiuan Pan | virtio-mmio: ioeventfd support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Shannon Zhao | hw/acpi/aml-build: Fix memory leak Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Marcel Apfelbaum | acpi: add aml_while() term Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Marcel Apfelbaum | acpi: add aml_increment() term Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Marcel Apfelbaum | acpi: add aml_shiftright() term Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Marcel Apfelbaum | acpi: add aml_shiftleft() term Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Marcel Apfelbaum | acpi: add aml_index() term Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Marcel Apfelbaum | acpi: add aml_lless() term Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Marcel Apfelbaum | acpi: add aml_add() term Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-06-01 | Stefan Berger | TPM2 ACPI table support Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Stefan Berger | tpm: Probe for connected TPM 1.2 or TPM 2 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Stefan Berger | Extend TPM TIS interface to support TPM 2 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Pavel Fedin | Add stream ID to MSI write Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Markus Armbruster | acpi: Simplify printing to dynamic string Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Laszlo Ersek | i386: drop FDC in pc-q35-2.4+ if neither it nor floppy... Cc: "Michael S. Tsirkin" <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Laszlo Ersek | i386/pc_q35: don't insist on board FDC if there's no... Cc: "Michael S. Tsirkin" <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Laszlo Ersek | i386/pc: '-drive if=floppy' should imply a board-default FDC Cc: "Michael S. Tsirkin" <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Laszlo Ersek | i386/pc: pc_basic_device_init(): delegate FDC creation... Cc: "Michael S. Tsirkin" <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio: increase the queue limit to 1024 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio-s390: introduce virtio_s390_device_plugged() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio-s390: introduce virito s390 queue limit Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio-ccw: validate the number of queues against bus... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio-ccw: introduce ccw specific queue limit Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio: introduce virtio_get_num_queues() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio: device_plugged() can fail Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Jason Wang | virtio-net: adding all queues in .realize() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Cornelia Huck | virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Cornelia Huck | virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURE Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Cornelia Huck | virtio: move host_features Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Radim Krčmář | pc: acpi: fix pvpanic for buggy guests Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Generate init functions with a macro Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | piix: Eliminate pc_init_pci() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | piix: Add kvmclock_enabled, pci_enabled globals Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | machine: Remove unused fields from QEMUMachine Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Remove qemu_register_pc_machine() function Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Don't use QEMUMachine anymore Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Move compat_props setting inside *_machine_options... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Convert *_MACHINE_OPTIONS macros into functions Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Define machines using a DEFINE_PC_MACHINE macro Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Define MACHINE_OPTIONS macros consistently for... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | piix: Define PC_COMPAT_0_10 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | spapr: define SPAPR_COMPAT_2_3 Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Define PC_COMPAT_2_[123] macros Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | hw: Define empty HW_COMPAT_2_[23] macros Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | spapr: Move commas inside SPAPR_COMPAT_* macros Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Move commas inside PC_COMPAT_* macros Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | hw: Move commas inside HW_COMPAT_2_1 macro Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Eduardo Habkost | pc: Replace tab with spaces Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Shannon Zhao | hw/s390x/virtio-ccw: use alias property for virtio... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Shannon Zhao | hw/virtio/virtio-pci: use alias property for virtio... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-31 | Shannon Zhao | hw/virtio/virtio-balloon: move adding property to virtio_bal... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-05-11 | Michael S. Tsirkin | acpi: update expected files for memory unplug Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-28 | Shannon Zhao | virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-28 | Shannon Zhao | virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-net Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-28 | Thomas Huth | pci: Merge pci_nic_init() into pci_nic_init_nofail() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-28 | Gal Hammer | acpi: add a missing backslash to the \_SB scope. Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Zhu Guihua | qmp-event: add event notification for memory hot unplug... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Zhu Guihua | acpi: add hardware implementation for memory hot unplug Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Zhu Guihua | acpi: fix "Memory device control fields" register Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Zhu Guihua | acpi: extend aml_field() to support UpdateRule Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Tang Chen | acpi, mem-hotplug: add unplug cb for memory device Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Tang Chen | acpi, mem-hotplug: add unplug request cb for memory... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Tang Chen | acpi, mem-hotplug: add acpi_memory_slot_status() to... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Zhu Guihua | docs: update documentation for memory hot unplug Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Michael S. Tsirkin | virtio: coding style tweak Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | pci: remove hard-coded bar size in msix_init_exclusive_bar() Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | virtio-pci: speedup MSI-X masking and unmasking Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | virtio: introduce vector to virtqueues mapping Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for... Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | monitor: check return value of qemu_find_net_clients_except() Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | monitor: replace the magic number 255 with MAX_QUEUE_NUM Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | ppc: spapr: add 2.4 machine type Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | spapr: add machine type specific instance init function Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | pc: add 2.4 machine types Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Jason Wang | virtio-net: fix the upper bound when trying to delete... Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Luke Gorrie | vhost-user: Send VHOST_RESET_OWNER on vhost stop Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Shannon Zhao | hw/i386/acpi-build: move generic acpi building helpers... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Shannon Zhao | hw/i386: Move ACPI header definitions in an arch-independent... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-04-27 | Michael S. Tsirkin | acpi-build: close } in comment Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-25 | Jason Wang | virtio-net: validate backend queue numbers against... Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-25 | Michael S. Tsirkin | virtio-serial: fix virtio config size Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-25 | Stefan Weil | acpi: Add missing GCC_FMT_ATTR to local function Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-18 | Michael S. Tsirkin | pcie_aer: fix comment to match pcie spec Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-18 | Chen Fan | pci: fix several trivial typos in comment Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-18 | Chen Fan | aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-18 | Chen Fan | pcie_aer: fix typos in pcie_aer_inject_error comment Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-18 | Chen Fan | aer: fix wrong check on expose aer tlp prefix log Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
2015-03-18 | Chen Fan | pcie: correct mistaken register bit for End-End TLP... Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
commitcommitdifftree |
next |