On Mon, Jan 8, 2018 at 10:22 AM, Konrad Rzeszutek Wilk
wrote:
> .snip..
>> +printk("Vixen Xenstore evtchn is %d, pfn is 0x%" PRIx64 "\n",
>> + *pstore_evtchn, *pstore_mfn);
>
> So.. patch " console: do not print banner if below info log threshold"
> speaks about having the printk be
.snip..
> +printk("Vixen Xenstore evtchn is %d, pfn is 0x%" PRIx64 "\n",
> + *pstore_evtchn, *pstore_mfn);
So.. patch " console: do not print banner if below info log threshold"
speaks about having the printk be as close to what the PV guest would be
but here you are providing the pr
On Sun, Jan 07, 2018 at 07:52:26AM -0800, Anthony Liguori wrote:
> On Sun, Jan 7, 2018 at 1:02 AM, Roger Pau Monné wrote:
> > On Sat, Jan 06, 2018 at 02:54:37PM -0800, Anthony Liguori wrote:
> >> diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
> >> index 1b89844..c49eeea 100644
> >> --- a
On Sun, Jan 7, 2018 at 1:02 AM, Roger Pau Monné wrote:
> On Sat, Jan 06, 2018 at 02:54:37PM -0800, Anthony Liguori wrote:
>> From: Anthony Liguori
>>
>> The dom0 builder requires a number of modifications in order to be
>> able to launch unprivileged guests. The console and store pages
>> must b
On Sat, Jan 06, 2018 at 02:54:37PM -0800, Anthony Liguori wrote:
> From: Anthony Liguori
>
> The dom0 builder requires a number of modifications in order to be
> able to launch unprivileged guests. The console and store pages
> must be mapped in a specific location within the guest's initial
> p
On Sat, Jan 06, 2018 at 02:54:37PM -0800, Anthony Liguori wrote:
> From: Anthony Liguori
>
> The dom0 builder requires a number of modifications in order to be
> able to launch unprivileged guests. The console and store pages
> must be mapped in a specific location within the guest's initial
> p
From: Anthony Liguori
The dom0 builder requires a number of modifications in order to be
able to launch unprivileged guests. The console and store pages
must be mapped in a specific location within the guest's initial
page table.
We also have to setup the start info to be what's expected for
un