On Wed, Nov 17, 2010 at 09:41:03PM -0800, Wei Xu wrote: > Could you explain more on irq routing in dsdt and related code in qemu? I > encountered a problem: emulated user networking (-net nic -net user) cannot > work in my qemu-kvm+q35+pcie code. Your original q35 (pure qemu) works fine.
The related functions are ich9_lpc_set_irq_pic() and ich9_lpc_set_irq() in q35.c. I'm aware that there is something wrong. I'll fix it when I rebase the patches, but I haven't found time yet. -- yamahata