| b8ef62a9 | 13-Dec-2012 |
Paolo Bonzini <pbonzini@redhat.com> |
ivshmem: use symbolic constant for PCI ID, add to pci-ids.txt
Due to disagreement on a name that is generic enough for hw/pci/pci.h, the symbolic constants are placed in the .c files.
Signed-off-by
ivshmem: use symbolic constant for PCI ID, add to pci-ids.txt
Due to disagreement on a name that is generic enough for hw/pci/pci.h, the symbolic constants are placed in the .c files.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
show more ...
|
| 4ea9296c | 13-Dec-2012 |
Paolo Bonzini <pbonzini@redhat.com> |
reorganize pci-ids.txt
Some devices were missing, and we're using two PCI vendor ids. This patch only adds devices that are already documented in hw/pci/pci.h.
Signed-off-by: Paolo Bonzini <pbonzin
reorganize pci-ids.txt
Some devices were missing, and we're using two PCI vendor ids. This patch only adds devices that are already documented in hw/pci/pci.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
show more ...
|
| 9290f364 | 05-Apr-2012 |
Alex Williamson <alex.williamson@redhat.com> |
acpi_piix4: Re-define PCI hotplug eject register read
The PCI hotplug eject register has always returned 0, so let's redefine it as a hotplug feature register. The existing model of using separate
acpi_piix4: Re-define PCI hotplug eject register read
The PCI hotplug eject register has always returned 0, so let's redefine it as a hotplug feature register. The existing model of using separate up & down read-only registers and an eject via write to this register becomes the base implementation. As we make use of new interfaces we'll set bits here to allow the BIOS and AML implementation to optimize for the platform implementation.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
show more ...
|
| 31745aab | 05-Apr-2012 |
Alex Williamson <alex.williamson@redhat.com> |
acpi_piix4: Remove PCI_RMV_BASE write code
Clarify this register as read-only and remove write code. No change in existing behavior.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Sig
acpi_piix4: Remove PCI_RMV_BASE write code
Clarify this register as read-only and remove write code. No change in existing behavior.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
show more ...
|