similar to: Compile linux kernel as a guest?

Displaying 20 results from an estimated 40000 matches similar to: "Compile linux kernel as a guest?"

2008 Dec 14
2
How to support my netcard?
Hi men, When installing Xen, it builds a linux guest kernel of 2.6.18 as dom0, which does not support my network card. While 2.6.27 supports my card. So what should I do now? Thanks, Wu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Aug 26
6
can dom0 modify Shadow PT of HVM domU?
Hi all, Can Xen hypervisor modify HVM domU's Shadow page table, under the dom0's context, like trapped from dom0's hypercall? I think it have to call 2 functions at least: guest_walk_tables() and flush_tlb_all(). Can these 2 functions called in dom0's context? In my test, if hypervisor tries to modify HVM's shadow page table, it will bring down the whole system. I am not
2000 Jun 21
1
Warning regarding new kernel RPMs
The instructions in RHSA-2000:037-01 (2.2.16 kernel update) tell you: 4. Solution: For each RPM for your particular architecture, run: rpm -Fvh [filename] where filename is the name of the RPM. These instructions are incomplete and may result in a system that is unbootable. After updating the RPM files, you should also: (1) run mkinitrd to create a new initial ramdisk image
2008 Jun 19
0
[PATCH] ia64/pv_ops: update Kconfig for paravirtualized guest and xen.
introduce CONFIG_PARAVIRT_GUEST, CONFIG_PARAVIRT for paravirtualized guest. introduce CONFIG_XEN, CONFIG_IA64_XEN_GUEST for xen. Signed-off-by: Alex Williamson <alex.williamson at hp.com> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> Cc: "Luck, Tony" <tony.luck at intel.com> --- arch/ia64/Kconfig | 32 ++++++++++++++++++++++++++++++++
2008 Jun 19
0
[PATCH] ia64/pv_ops: update Kconfig for paravirtualized guest and xen.
introduce CONFIG_PARAVIRT_GUEST, CONFIG_PARAVIRT for paravirtualized guest. introduce CONFIG_XEN, CONFIG_IA64_XEN_GUEST for xen. Signed-off-by: Alex Williamson <alex.williamson at hp.com> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> Cc: "Luck, Tony" <tony.luck at intel.com> --- arch/ia64/Kconfig | 32 ++++++++++++++++++++++++++++++++
2009 Mar 16
0
Is there any conflict between xm and virt-manager?
Hi men, I compiled and installed Xen 3.3.0 on Fedora 8, and it worked fine. However, after installing virt-manager, it goes wrong: # xm Traceback (most recent call last): File "/usr/sbin/xm", line 8, in <module> from xen.xm import main File "//usr/lib/python/xen/xm/main.py", line 52, in <module> from xen.xm import console File
2007 Sep 13
1
[PATCH 1/3] Normalize config options for guest support
Group all the "guest OS" support options together, under CONFIG_PARAVIRT. Make this a proper menu item so it looks neater on menuconfig etc, and make the wording for each prompt uniform. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -r 3d3ac181380b arch/i386/Kconfig --- a/arch/i386/Kconfig Fri Sep 14 12:24:15 2007 +1000 +++ b/arch/i386/Kconfig Fri Sep 14 12:45:09
2007 Sep 13
1
[PATCH 1/3] Normalize config options for guest support
Group all the "guest OS" support options together, under CONFIG_PARAVIRT. Make this a proper menu item so it looks neater on menuconfig etc, and make the wording for each prompt uniform. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -r 3d3ac181380b arch/i386/Kconfig --- a/arch/i386/Kconfig Fri Sep 14 12:24:15 2007 +1000 +++ b/arch/i386/Kconfig Fri Sep 14 12:45:09
2010 Jul 15
1
Paravirtualized Centos 5.5 guest under Xen
The virtualization manual doesn't seem to say; does one have to do anything to get the Centos 5.5 paravirtualization drivers installed? Or is it sufficient to specify a paravirtualized guest, and the Centos install will then detect that and load the right things? And, is there a way to check in the guest that the right drivers are loaded? What are they? -- David Dyer-Bennet, dd-b at
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 1:14 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Mon, Sep 29, 2014 at 12:55:04AM +0800, Zhi Yong Wu wrote: >> On Mon, Sep 29, 2014 at 12:36 AM, Richard W.M. Jones <rjones@redhat.com> wrote: >> > On Sun, Sep 28, 2014 at 11:43:17PM +0800, Zhi Yong Wu wrote: >> >> Yeah, but why did it happen when i directly issue guest VM
2017 Oct 30
0
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
On 30/10/17 08:35, Fengguang Wu wrote: > On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote: >> Hi Linus, >> >> Up to now we see the below boot error/warnings when testing v4.14-rc6. >> >> They hit the RC release mainly due to various imperfections in 0day's >> auto bisection. So I manually list them here and CC the likely easy to >> debug
2011 Jan 07
2
XEN on CentOS 5.5 - Cannot create VM using Local Install (grayed out)
Hello community! I''m running into some strange problem with my CentOS while trying to create a new VM using virt-manager. I''m connected locally and when I''m following the wizard, at the time it asks me to select the installation option I can only select Network Install. I am pretty messed up ,being trying to search a whole net for last week ,but cant fix it Any idea
2009 Mar 11
0
Working up examples of barplots with customized marginal items
Hello, everybody: I'm back to share a long piece of example code. Because I had trouble understanding the role of par() and margins when customizing barplots, I have struggled with this example. In case you are a student wanting to place legends or textual markers in the outer regions of a barplot, you might run these examples. There are a few little things I don't quite understand.
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 1:27 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Mon, Sep 29, 2014 at 01:22:19AM +0800, Zhi Yong Wu wrote: >> Yes, I am trying to run it in Xen Domain0. I thought that we can use >> Domain0 as a public libguestfs VM, This will avoid starting a new >> guest for virt-xxx every time, But Domain0 has no corresponding qemu >> task. So
2014 Sep 29
1
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 1:41 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Mon, Sep 29, 2014 at 01:35:08AM +0800, Zhi Yong Wu wrote: >> On Mon, Sep 29, 2014 at 1:27 AM, Richard W.M. Jones <rjones@redhat.com> wrote: >> > User-Mode Linux is also a possibility. Slow but consistent >> Slow is a big concern... > > There are some measurements here:
2014 Sep 28
2
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 12:36 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Sun, Sep 28, 2014 at 11:43:17PM +0800, Zhi Yong Wu wrote: >> Yeah, but why did it happen when i directly issue guest VM via above command? > > OK I see. When libguestfs runs qemu-kvm, it sets up a TCP socket > first [on RHEL 5 -- it works differently upstream]. Without the > socket
2007 Apr 05
1
Convert HVM to paravirtualized guest
We are just starting to work with Xen and so far have been pleased with the results. The host system is running Fedora Core 6 with all of the latest kernel/xen updates. One of our first projects was to create an HVM guest using an LV based disk for the guest. It originally started out as a Fedora Core 3 system, but has been upgraded using network updated to Fedora Core 6. I believe we would
2009 Sep 27
3
Domain0 with Kernel 2.6.18-92.1.22.el5xen fails to boot Guests with Kernel 2.6.18-164.el5xen
Hi all, I am in a bit of a fix here, I have several Guests paravirtualized running on a Dom0 that is currently running the 2.6.18-92.1.22.el5xen Kernel. All my guests (administered by different people) have subsequently been updated to later versions of the kernel (namely 2.6.18-164.el5xen or 2.6.18-128.4.1.el5xen). Ones that are still running are using the Kernel 2.6.18-128.4.1.el5xen while
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 12:55:04AM +0800, Zhi Yong Wu wrote: > On Mon, Sep 29, 2014 at 12:36 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > > On Sun, Sep 28, 2014 at 11:43:17PM +0800, Zhi Yong Wu wrote: > >> Yeah, but why did it happen when i directly issue guest VM via above command? > > > > OK I see. When libguestfs runs qemu-kvm, it sets up a TCP socket
2006 Nov 21
2
para VM Guest list ?
Hi, I just installed SLES10 and started using xen. My platform does not support HVM, therefore I am using the paravirtualized technology in XEN. What I want is to have a guest RHEL4 machine on my current SLES10 host. Is it possible ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users