Displaying 20 results from an estimated 43 matches for "quemu".
Did you mean:
qemu
2007 May 30
21
xen over quemu OR quemu in Xen domU on a system with HVM-capable CPU
Hello all,
I know that the question:
Is it possible to run quemu inside Xen domU
or run Xen domain 0 on quemu have discussed
earlier in this mail list.
As far as I remember this is possible
except such a configuration where kquemu acceleration is in use.
But what about HVM-capable systems?
Please tell me are there the same restrictions for the hvm-capable...
2014 Jan 20
1
Re: Retry reboots in xmls files for libvirt
Hi,
I am not using quemu, i am using XEN, is there any option to allow me to do
that?
In the libvirt documentation specify that those options are only available
on quemu.
BR
//Fernando
2014/1/16 Martin Kletzander <mkletzan@redhat.com>
> On Thu, Jan 16, 2014 at 04:59:20PM +0100, Fernando Porro wrote:
> >...
2011 Oct 29
2
Issues with Xorcom astribanks when running Ubuntu 11.10 (oneiric) as a quemu/libvirt guest
Hi,
Xorcom astribanks get initialized straight on when using Ubuntu 11.10
packages but I am having a hard time to get the same result running in a
qemu/libvirt image.
The first difficulty is that astribanks devices get different usb device
ids during their initialisation process, requiring hot plug support.
I have figured out how to solve this issue using the technique described
in this post :
2020 Jan 24
2
Re: qemu hook: event for source host too
On 1/23/20 1:43 PM, Guy Godfroy wrote:
> So, how likely is it possible to get this feature (two new events for
> the qemu hook)?
I've started writing it, but then I realized we might need third hook -
in confirm phase - which would be run on the source when quemu switches
control over to the destination, or when migration failed. And this is
what I need to figure out, how to differentiate these two states on the
hook script level.
Michal
2007 Sep 20
1
notes about installing Centos5 into domu
I''ve just posted my notes about installing Centos5 into domu on Solaris
in http://vireso.blogspot.com
Usually this thing requires installing Centos in quemu, then converting
qemu image into xen image. But I think I''ve found much easier way.
--
Sergey Ivanov.
2014 Jan 16
2
Retry reboots in xmls files for libvirt
Hi,
I have a virtual machine defined by xml that start from pxe (network boot),
my problem is that sometimes the dhcp server is not ready when the virtual
machine try to boot.
I need that the virtual machine keep asking for dhcp (network reboot) many
times, until dhcp is ready and can start the virtual machine with a valid
ip.
How can I configure that in the xml file?
BR
//Fernando
2007 Feb 24
7
Creation of additional image within a domU
Chaps,
Perhaps this question is a little basic for this list but I''m not
really sure of the simplest method or best tool for the job.
I''ve created some images with `dd=/dev/zero ....` and I''m using them
for the domUs now. Some of them have been running for a few months
with no probs. Trouble is that I''d like to create a separate partition
within the domU.
2009 Sep 30
1
Problems with creating VM
.../libvirt/qemu/test.monitor): Permission denied qemu:
could not open monitor device 'unix:/var/lib/libvirt/qemu/
test.monitor,server,nowait' in
DomainWrap.cpp:ManagementMethod:115
What rights should be on /var/lib/libvirt/qemu/ ?
Default is:
drwx------. 2 root root 4096 2009-08-19 20:16 quemu
/var/log/ovirt-server/taskomatic.log
INFO Wed Sep 30 17:42:21 +0300 2009 (1991) starting task_create_vm
INFO Wed Sep 30 17:42:21 +0300 2009 (1991) done
INFO Wed Sep 30 17:42:21 +0300 2009 (1991) starting task_start_vm
INFO Wed Sep 30 17:42:22 +0300 2009 (1991) VM will be started on node
node3....
2019 Apr 22
2
[Qemu-devel] [RFC 0/3] VirtIO RDMA
...st has to have drivers for the
device. A generic, perhaps slower, virtio path has some appeal in some
cases.
> If so, how would we route the I/O from one guest to the other?
> Shared memory? Implementing a full-blown RDMA switch in qemu?
RoCE rides over the existing ethernet switching layer quemu plugs
into
So if you built a shared memory, local host only, virtio-rdma then
you'd probably run through the ethernet switch upon connection
establishment to match the participating VMs.
Jason
2019 Apr 22
2
[Qemu-devel] [RFC 0/3] VirtIO RDMA
...st has to have drivers for the
device. A generic, perhaps slower, virtio path has some appeal in some
cases.
> If so, how would we route the I/O from one guest to the other?
> Shared memory? Implementing a full-blown RDMA switch in qemu?
RoCE rides over the existing ethernet switching layer quemu plugs
into
So if you built a shared memory, local host only, virtio-rdma then
you'd probably run through the ethernet switch upon connection
establishment to match the participating VMs.
Jason
2017 Mar 22
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...eros.
The found error cannot cause that block content is read from after the
end of the block_seq image. The error does not spoil the C component and
LBA 8444 is much more than a maximum cylinder size of 8 MiB away from
the end of the 647 MiB image.
If the H/C and S/H values were the same as with quemu's BIOS, then there
would be no reason for the BIOS to refuse reading. (Does isohdpfx.bin any
test for read error other than the magic number test of the read result ?)
But with a different geometry it is possible that the S component of the
wrong C/H/S becomes larger than the true S/H paramete...
2019 Oct 02
0
DANGER WILL ROBINSON, DANGER
...hrough kvm_mmu_notifier_invalidate_range_start). This is
what ensure that KVM's dismatles its own mapping, it abides to mmu-
notifier callbacks. If you did not you would have bugs (at least i
expect so). Am i wrong here ?
The mirroring kernel driver would also register the notifier against
the quemu process and would also abide to notifier callbacks.
What you want to maintain at all times is that none of the actors
above ever look at different page for the same virtual address (ie
one looking at older page while another look at new page).
This is where you have helper like HMM that make sure...
2017 May 28
2
Hopefully simple question
Is there a way to determine what the hypervisor default NIC is? I'm
using kvm/libvirt/qemu. If this is the wrong forum please please reply
with that.
2020 Jan 24
0
Re: qemu hook: event for source host too
...:
> On 1/23/20 1:43 PM, Guy Godfroy wrote:
>> So, how likely is it possible to get this feature (two new events for
>> the qemu hook)?
>
> I've started writing it, but then I realized we might need third hook
> - in confirm phase - which would be run on the source when quemu
> switches control over to the destination, or when migration failed.
> And this is what I need to figure out, how to differentiate these two
> states on the hook script level.
>
> Michal
2020 May 18
0
Centos8.1 Plymouthd crash 913: ply_event_loop_watch_for_timeout: Assertion `seconds > 0.0' failed.
...me.
It works perfectly on CentOS-6, CentOS-7, OpenSUSE-42.3, Fedora-29 (not tested later) and used to work on CentOS-8.0
Since CentOS-8.1 was released, IT chrashes with the following error:
Plymouthd crash 913: ply_event_loop_watch_for_timeout: Assertion `seconds > 0.0' failed.
I?m running quemu 5.0.0 with tianocore UEFI bios on MacOS (using accel=none or accel=hvf) (Bug also occurs with standard 256k bios)
When I strace, I see multiple reasons but I can?t tell wich one is fatal.
1/ plymouthd reads /etc/Plymouth/plymouthd.conf (ok), then tries to read them from /var/run/plymouth/themes/&l...
2007 Apr 02
0
Re: Possible to run Xen inside QEMU?
...I tried it, Xen fails to boot, when using "noreboot" I did not
> > find any error-message:
> > <http://picpaste.de/Q_Screenshot_1.png>
>
> try qemu without kqemu. much slower but more compatible with real hardware
I''d like to, but it''s already quemu without kquemu, sice its running on
a PPC-Prozessor. :)
Other hints?
regards
Johannes
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Apr 04
0
Harddisk support not working
...system the guest system slows down so much that it becomes
impossible to boot. In my hvm testsystem the guest system is a knoppix
cd. When booting from the cd without having a harddisk in the guest
system everything works perfectly. But as soon as I add a harddisk
booting slows down as soon as the quemu haddisk and cd have been detected.
When the the knoppix system actually boots. I read the following
messages:
"Accessing KNOPPIX DVD at /dev/hdb..."
" Found primary compresse KNOPPIX image at /cdrom/KNOPPIX/KNOPPIX"
Now it takes about 10!!! MINUTES for the next message to appe...
2020 Jan 22
2
Re: qemu hook: event for source host too
That's right, I need also that second hook event.
For your information, for now I manage locks manually or via Ansible. To make hook manage locks, I still need to find out a secure way to run LVM commands from a non-root account, but this is another problem.
Le 22 janvier 2020 10:24:53 GMT+01:00, Michal Privoznik <mprivozn@redhat.com> a écrit :
>On 1/22/20 9:23 AM, Guy Godfroy
2009 Apr 05
2
Doubling network and disk with gplpv 9.12.pre13 in Russian Windows 2003
Hi James Harper and others,
I seen that problem already discussed early, but maybe it help you make
hiding qemu devices when install gplpv driver. For now, when install
gplpv i has not working qemu disk driver (gplpv works) and not working
gplpv network (i think i can disable realtek network card and then gplpv
will work).
When you discuss German and French windows versions - you ask about
2019 Apr 30
0
[Qemu-devel] [RFC 0/3] VirtIO RDMA
...with message of size 2M
the emulated device gives close to line rate performances.
>
> > If so, how would we route the I/O from one guest to the other?
> > Shared memory? Implementing a full-blown RDMA switch in qemu?
>
> RoCE rides over the existing ethernet switching layer quemu plugs
> into
>
> So if you built a shared memory, local host only, virtio-rdma then
> you'd probably run through the ethernet switch upon connection
> establishment to match the participating VMs.
Or you may use an enhanced rxe device, which bypass the Ethernet and
perform fast...