[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulate
From: |
David Woodhouse |
Subject: |
Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode |
Date: |
Tue, 24 Oct 2023 16:37:15 +0100 |
User-agent: |
Evolution 3.44.4-0ubuntu2 |
On Tue, 2023-10-24 at 15:20 +0100, Paul Durrant wrote:
> On 16/10/2023 16:19, David Woodhouse wrote:
> > From: David Woodhouse <dwmw@amazon.co.uk>
> >
> > The primary console is special because the toolstack maps a page at a
> > fixed GFN and also allocates the guest-side event channel. Add support
> > for that in emulated mode, so that we can have a primary console.
> >
> > Add a *very* rudimentary stub of foriegnmem ops for emulated mode, which
> > supports literally nothing except a single-page mapping of the console
> > page. This might as well have been a hack in the xen_console driver, but
> > this way at least the special-casing is kept within the Xen emulation
> > code, and it gives us a hook for a more complete implementation if/when
> > we ever do need one.
> >
> Why can't you map the console page via the grant table like the xenstore
> page?
I suppose we could, but I didn't really want the generic xen-console
device code having any more of a special case for 'Xen emulation' than
it does already by having to call xen_primary_console_create().
smime.p7s
Description: S/MIME cryptographic signature
- Re: [PATCH 11/12] hw/xen: automatically assign device index to block devices, (continued)
- [PATCH 05/12] hw/xen: populate store frontend nodes with XenStore PFN/port, David Woodhouse, 2023/10/16
- [PATCH 02/12] hw/xen: select kernel mode for per-vCPU event channel upcall vector, David Woodhouse, 2023/10/16
- [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, David Woodhouse, 2023/10/16
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, Paul Durrant, 2023/10/24
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode,
David Woodhouse <=
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, Paul Durrant, 2023/10/24
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, David Woodhouse, 2023/10/24
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, Paul Durrant, 2023/10/24
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, David Woodhouse, 2023/10/24
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, Paul Durrant, 2023/10/25
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, David Woodhouse, 2023/10/25
- Re: [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode, Paul Durrant, 2023/10/25
[PATCH 08/12] hw/xen: do not repeatedly try to create a failing backend device, David Woodhouse, 2023/10/16
[PATCH 09/12] hw/xen: prevent duplicate device registrations, David Woodhouse, 2023/10/16