* global TSS?
@ 2007-10-09 8:39 Dong, Eddie
[not found] ` <10EA09EFD8728347A513008B6B0DA77A0231C124-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Dong, Eddie @ 2007-10-09 8:39 UTC (permalink / raw)
To: kvm-devel
Avi:
It seems we are using global TSS, and init_rmode_tss will modify
the table each time when VCPU is reset. Should we move to per CPU TSS
for correct real mode emulation?
thx,eddie
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: global TSS?
[not found] ` <10EA09EFD8728347A513008B6B0DA77A0231C124-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2007-10-09 9:46 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-10-09 9:46 UTC (permalink / raw)
To: Dong, Eddie; +Cc: kvm-devel
Dong, Eddie wrote:
> Avi:
> It seems we are using global TSS, and init_rmode_tss will modify
> the table each time when VCPU is reset. Should we move to per CPU TSS
> for correct real mode emulation?
>
Why is it a problem?
But, the real-mode tss can definitely be improved. Right now it uses
guest memory, and it really shouldn't. The best solution is probably to
allocate a global tss (for all guests) out of host memory, and modify
the mmu to map it at some safe location (like 4GB - 512KB - 12KB)
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-09 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 8:39 global TSS? Dong, Eddie
[not found] ` <10EA09EFD8728347A513008B6B0DA77A0231C124-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-10-09 9:46 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox