Re: [Qemu-devel] [PATCH v2 0/2] pci: Preparations for KVM device assignment

2012-07-04 Thread Jan Kiszka
On 2012-07-04 23:15, Michael S. Tsirkin wrote: > On Mon, Jul 02, 2012 at 02:38:45PM +0200, Jan Kiszka wrote: >> Back to the roots: This implements pci_device_route_intx_to_irq and the >> PCI INTx routing notifier, but only those, without any caching for >> existing emulated devices. I tried to carr

Re: [Qemu-devel] [PATCH v2 0/2] pci: Preparations for KVM device assignment

2012-07-04 Thread Michael S. Tsirkin
On Mon, Jul 02, 2012 at 02:38:45PM +0200, Jan Kiszka wrote: > Back to the roots: This implements pci_device_route_intx_to_irq and the > PCI INTx routing notifier, but only those, without any caching for > existing emulated devices. I tried to carry over all other refactorings > and comment on the p

[Qemu-devel] [PATCH v2 0/2] pci: Preparations for KVM device assignment

2012-07-02 Thread Jan Kiszka
Back to the roots: This implements pci_device_route_intx_to_irq and the PCI INTx routing notifier, but only those, without any caching for existing emulated devices. I tried to carry over all other refactorings and comment on the previous version. Please review/merge. Jan Kiszka (2): pci: Add p