All of lore.kernel.org
 help / color / mirror / Atom feed
* How does the network packed in guest os deliver to the host?
@ 2010-01-01 12:36 Liang YANG
  2010-01-03  6:19 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Liang YANG @ 2010-01-01 12:36 UTC (permalink / raw)
  To: kvm

Does it make use of the kvm exit handler?  Where the detailed code
involved about the kvm's control?

Any tips?

Thks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How does the network packed in guest os deliver to the host?
  2010-01-01 12:36 How does the network packed in guest os deliver to the host? Liang YANG
@ 2010-01-03  6:19 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-01-03  6:19 UTC (permalink / raw)
  To: Liang YANG; +Cc: kvm

On 01/01/2010 02:36 PM, Liang YANG wrote:
> Does it make use of the kvm exit handler?  Where the detailed code
> involved about the kvm's control?
>
>    

kvm isn't very involved, except in delivering mmio or pio exits that 
cause the packets to be transferred.  The exit codes are KVM_EXIT_MMIO 
and KVM_EXIT_PIO.

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-03  6:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 12:36 How does the network packed in guest os deliver to the host? Liang YANG
2010-01-03  6:19 ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.