[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/4] PXB tweaks and fixes
From: |
Laszlo Ersek |
Subject: |
[Qemu-devel] [PATCH 0/4] PXB tweaks and fixes |
Date: |
Sat, 6 Jun 2015 01:46:25 +0200 |
I've come across these issues while working on the OVMF patch series.
Cc: Marcel Apfelbaum <address@hidden>
Cc: Michael S. Tsirkin <address@hidden>
Laszlo Ersek (4):
i386/acpi-build: more traditional _UID and _HID for PXB root buses
i386/acpi-build: fix PXB workarounds for unsupported BIOSes
hw/pci: allow the caller of pci_bar_address() to ignore command
register
i386/acpi-build: build_crs(): fetch BAR from PCI config space directly
include/hw/pci/pci.h | 2 ++
hw/i386/acpi-build.c | 17 ++++++++---------
hw/pci/pci.c | 18 +++++++++++-------
3 files changed, 21 insertions(+), 16 deletions(-)
--
1.8.3.1
- [Qemu-devel] PXB fixes for QEMU, and extra root buses for OVMF, Laszlo Ersek, 2015/06/05
- [Qemu-devel] [PATCH 0/4] PXB tweaks and fixes,
Laszlo Ersek <=
- [Qemu-devel] [PATCH 1/4] i386/acpi-build: more traditional _UID and _HID for PXB root buses, Laszlo Ersek, 2015/06/05
- [Qemu-devel] [PATCH 2/4] i386/acpi-build: fix PXB workarounds for unsupported BIOSes, Laszlo Ersek, 2015/06/05
- [Qemu-devel] [PATCH 3/4] hw/pci: allow the caller of pci_bar_address() to ignore command register, Laszlo Ersek, 2015/06/05
- [Qemu-devel] [PATCH 4/4] i386/acpi-build: build_crs(): fetch BAR from PCI config space directly, Laszlo Ersek, 2015/06/05
- Re: [Qemu-devel] [PATCH 4/4] i386/acpi-build: build_crs(): fetch BAR from PCI config space directly, Laszlo Ersek, 2015/06/09