Re: [kvm-devel] Hacking QEMU/KVM to use unused graphics adapters

2008-01-16 Thread Anthony de Almeida Lopes
I just read the ChangeLogs from kvm-47 to kvm-59 but I didn't notice anything that about PCI pass-through or any VGA work. I'm curious how things are going and what method was selected to accomplish this functionality? - Tony Dor Laor wrote: It's still out-of -tree. Not for long :)

[kvm-devel] Hacking QEMU/KVM to use unused graphics adapters

2007-10-11 Thread Anthony de Almeida Lopes
I was curious if anyone thinks that it may be possible to get a KVM-patched QEMU to use a real video card? For example, let's say I had a second video card. Is QEMU/kvm a codebase which would support hacking in the ability to utilize this second video card (one not utilized by the host Linux)?

Re: [kvm-devel] Hacking QEMU/KVM to use unused graphics adapters

2007-10-11 Thread Laurent Vivier
Anthony de Almeida Lopes wrote: I was curious if anyone thinks that it may be possible to get a KVM-patched QEMU to use a real video card? For example, let's say I had a second video card. Is QEMU/kvm a codebase which would support hacking in the ability to utilize this second video card

Re: [kvm-devel] Hacking QEMU/KVM to use unused graphics adapters

2007-10-11 Thread Dor Laor
Laurent Vivier wrote: Anthony de Almeida Lopes wrote: I was curious if anyone thinks that it may be possible to get a KVM-patched QEMU to use a real video card? For example, let's say I had a second video card. Is QEMU/kvm a codebase which would support hacking in the ability to utilize

Re: [kvm-devel] Hacking QEMU/KVM to use unused graphics adapters

2007-10-11 Thread Laurent Vivier
Dor Laor wrote: Laurent Vivier wrote: Anthony de Almeida Lopes wrote: I was curious if anyone thinks that it may be possible to get a KVM-patched QEMU to use a real video card? For example, let's say I had a second video card. Is QEMU/kvm a codebase which would support hacking in the

Re: [kvm-devel] Hacking QEMU/KVM to use unused graphics adapters

2007-10-11 Thread Muli Ben-Yehuda
On Thu, Oct 11, 2007 at 10:40:47AM +0200, Laurent Vivier wrote: There is work in progress for pci pass through capability. Besides PCI it also required to have pv dma or 1-1 mapping between the guest and the host. Both will be released in the following month. NIC pass through works but

Re: [kvm-devel] Hacking QEMU/KVM to use unused graphics adapters

2007-10-11 Thread Anthony de Almeida Lopes
Muli Ben-Yehuda wrote: On Thu, Oct 11, 2007 at 10:40:47AM +0200, Laurent Vivier wrote: There is work in progress for pci pass through capability. Besides PCI it also required to have pv dma or 1-1 mapping between the guest and the host. Both will be released in the following month. NIC