On Monday, November 10, 2014 09:42:45 AM Nigel Horne wrote:
> When I start any emulator remotely (i.e. I've logged into the host
> machine using 'ssh -Y'), I get this error and the guest console is
> unusable. All works well when I am logged in directly to the host
> machine's console. I'm follow
On Wednesday, October 22, 2014 02:58:13 PM Tobias Geiger wrote:
> Hello,
>
> when i start my KVM Guest (Windows 8 with OVMF, but also happens with
> Seabios) under 3.17 (or 3.18-rc1) i get:
Your best bet is probably going to be to git bisect the kvm kernel tree to see
which change actually brok
On Tuesday, September 30, 2014 01:44:48 PM Al Patel wrote:
> Hi:
>
> I am running qemu-kvm version 1.0
>
> ($kvm -version
> QEMU emulator version 1.0 (qemu-kvm-1.0), Copyright (c) 2003-2008 Fabrice
> Bellard)
>
> When I start a VM with 4 vcpus, I see about 8 threads. (the thread count
> varies .
is does
> build all softmmu targets to ensure they at least "run"
>
> Signed-off-by: Alex Bennée
> Reviewed-by: Alexander Graf
Reviewed-by: Brian Jackson
>
> diff --git a/.travis.yml b/.travis.yml
> index b9025be..ad66e5b 100644
> --- a/.travis.yml
On Wednesday, September 24, 2014 11:13:54 AM Alex Bennée wrote:
> The Travis VMs have 1.5 cores so we might as well make some use of the
> paralellism.
>
> Signed-off-by: Alex Bennée
> Reviewed-by: Alexander Graf
Reviewed-by: Brian Jackson
>
> diff --git a/.travis.yml
ully improve things.
>
> Signed-off-by: Alex Bennée
> Reviewed-by: Alexander Graf
Reviewed-by: Brian Jackson
>
> ---
> v2
> - use wget -O - | tar as suggested by agraf
>
> diff --git a/.travis.yml b/.travis.yml
> index f113339..b9025be 100644
> --- a/.tra
y
> which will hopefully help with build times.
>
> Signed-off-by: Alex Bennée
> Reviewed-by: Alexander Graf
Reviewed-by: Brian Jackson
>
> diff --git a/.travis.yml b/.travis.yml
> index 89c30ae..72cfc9f 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -20,23 +20,23 @@
On Monday, July 7, 2014 5:56:10 PM CDT, Anderson Sartor wrote:
Hi all,
I'm counting how many basic blocks are executed by a given application on
the Android Emulator, so I modified QEMU to do this. However, I came across
with the following:
for 2 environment situations: (1) - only the emulator ru
On Sunday, July 6, 2014 9:09:47 AM CDT, ssdxiao wrote:
I have commited a patch about how to read and write type VHD_DIFFERENCING?
Is any one interesting?
There are a few docs about submitting patches to the project. I would read
them and then try again. You may not have gotten the patch to the
hots/clones/etc of every backend device it supports.
In the case of qcow2, the support exists because of the whole system
snapshotting feature. Otherwise it's "bloat" that Qemu doesn't normally
handle (it's left to the management layers above to handle).
--Iggy
thank
Qemu doesn't handle that level of abstraction. The closest approximation
you could probably come up with is qemu-img's backing file support for
qcow2 images.
You should stick to using the rbd tool to create clones of rbd devices.
Alternatively, use a higher level tool (like openstack, etc) tha
On 6/27/2014 10:02 PM, yue wrote:
hi ,all
i now know there are 2 ways to implement io throttling,
one is cgroup, but it is only targeted at block device.
another is qemu itself.
cgroups are done at the host (Linux only) kernel level. So anything that
doesn't go through the host block layer (
On 6/24/2014 2:22 PM, Xiongzi Ge wrote:
Hi,
When I do live migration, in the source and destination host, there are
different block devices, but qemu can not detect this. I used virtio as the
driver in kvm and in the vdi device in the guest is /dev/vda. So, the vm
guest can read different d
On 04/04/2014 07:13 AM, Peter Crosthwaite wrote:
> On Fri, Mar 28, 2014 at 10:10 PM, Paolo Bonzini wrote:
>> Il 28/03/2014 12:43, Don Slutz ha scritto:
>>
>>> Ping. (Since this is a bug fix, I think it can go into 2.0)
>>> -Don Slutz
Not sure what the exact standard is for 2.0 stuff... but c
On 04/04/2014 05:41 AM, Takashi Iwai wrote:
> Hi,
>
> this is the revisited patch series. The only difference from v2
> is that now they are checkpatch-clean and Cole's acks have been
> added to patches 1-3.
Is this 2.0 material?
>
>
> Takashi
>
On 02/04/2014 08:21 AM, XliN wrote:
> Good day. Very little speed drives Virtio. Drivers are the latest
> guest on the system "Windows server 2008". Host system centos 6.5.
What latest? There are a few different places to get drivers (Fedora
site, RHEL subscription, build yourself, etc). From the
On 01/27/2014 08:20 AM, Markus Kovero wrote:
>> Hi,
>>
>> I am getting a frozen guest when migrating from an Opteron 6274 host
>> (amd
>> fam15h) to
>> an Opteron 6174 host (amd fam10h). The live migration completes
>> succesfully, but
>> the guest is frozen: vcn screen is still there, but no input
On Monday, June 3, 2013 7:54:31 PM CDT, Steven.G wrote:
Thanks very much,
On Sunday, June 2, 2013 9:37:55 PM CDT, Steven.G wrote: ...
If I change the QEMU codes to adapt this using some mechanism
like RPC to communicate within nodes, and register CPUs and Mems
to the seabios when booting th
On Sunday, June 2, 2013 9:37:55 PM CDT, Steven.G wrote:
Dear all,
I've a scene,
I have many host nodes with linux kernels, and I want to boot one guest
OS on all these nodes use QEMU/KVM. In order that I can use all the
physical CPUs and Mems distributed on these linux nodes, and the Guest
looks
On Fri, 1 Feb 2013 22:04:02 +0800
harryxiyou wrote:
> Hi all,
>
> I did following operations to install QEMU to my PC.
>
> 1. git clone git://git.qemu.org/qemu.git
> 2. cd qemu
> 3, git reset --hard v1.3.0
> 4, ./configure
> 5, make
> 6, sudo make install
>
> After step 6, i did following jobs
On Tuesday, September 04, 2012 12:01:31 AM Harshita wrote:
> Hello,
>
> As part of implementing Fault Tolerant solution, we are exploring
> Kemari. In the process of understanding it, we tested the branch "next"
> of git repository. It is working fine. But, once we trigger sync
> command, VM respo
On Friday 17 August 2012 07:36:42 Richard Davies wrote:
> Hi Avi,
>
> Thanks to you and several others for offering help. We will work with Avi
> at first, but are grateful for all the other offers of help. We have a
> number of other qemu-related projects which we'd be interested in getting
> don
to use what comes with your distro.
>
> Thanks.
>
> -Original Message-
> From: Charles.Tsai-蔡清海-研究發展部
> Sent: Wednesday, June 06, 2012 11:48 AM
> To: 'Brian Jackson'; qemu-devel@nongnu.org
> Subject: RE: [Qemu-devel] vio-net driver
>
> Hi Brian,
&g
On Tuesday, June 05, 2012 12:17:17 AM Charles.Tsai-蔡清海-研究發展部 wrote:
> We recently ran an Ubuntu 11.10 VM which was installed with VirtIO NIC
> driver. The VirtIO net driver came from the Ubuntu's default package. The
> VM we installed was configured as a bridge mode. When we ran the Iperf
> test ag
On Thu, 19 Apr 2012 14:59:25 -0500, Aaron Stover (Celestech)
wrote:
Hi,
I'm curious as to the current status of the fault tolerance features of
QEMU? From reading what I could find on the wiki, it appears as though
the code was ready to be merged into version 0.14 but it does appear to
On Mon, 26 Mar 2012 10:13:40 -0500, Serge E. Hallyn
wrote:
Currently, if the user doesn't pass a uuid, the system uuid is set to
all zeros. This patch generates a random one instead.
Is there a reason to prefer all zeros? If not, can a patch like this
one be applied?
Signed-off-by: Serge
On Wed, 14 Mar 2012 08:38:04 -0500, Abhinav Pundir
wrote:
Hello all I am very much new to the world of KVM and Qemu.
I am trying to make a communication possible between the Guest and the
Host.
If you just need to communicate, why not just use virtio-serial
functionality?
I have st
On Wed, 07 Mar 2012 13:58:21 -0600, Gerhard Wiesinger
wrote:
On Wed, 7 Mar 2012, Brian Jackson wrote:
I think most people trying to use qemu for anything useful have given
up on if=scsi. Some distros even disable support because they don't
want to QA it. That should be a decent sign
On Wed, 07 Mar 2012 00:41:39 -0600, Gerhard Wiesinger
wrote:
Ping. Any comments?
Thnx.
Ciao,
Gerhard
--
http://www.wiesinger.com/
On Sun, 4 Mar 2012, Gerhard Wiesinger wrote:
Hello,
Clean XP install cores with SCSI LSI 53C89A disk when copying files.
Reproduceable. Driver used is s
On Wed, 29 Feb 2012 15:52:49 -0600, Kai Meyer
wrote:
Is it possible to extend qemu to support a new image type? I have an
image type that is ready for consumption and I'm looking for the
integration point between qemu and the new image format.
The last new image format that was added to
On 1/25/2011 4:24 PM, Mike Frysinger wrote:
On Tue, Jan 25, 2011 at 15:05, Brian Jackson wrote:
On 1/24/2011 1:13 PM, Mike Frysinger wrote:
On Thu, Dec 9, 2010 at 17:44, Brian Jackson wrote:
C. They have strange rules about groups and channel ownership
ive never had a problem
Yeah, this was
On 1/24/2011 1:13 PM, Mike Frysinger wrote:
On Thu, Dec 9, 2010 at 17:44, Brian Jackson wrote:
A. Must be registered to talk in a channel
i'm fairly certain that is a per-channel setting
But none of the current developers have access to the channel to change
the setting and it
On Thursday, December 09, 2010 08:06:10 am François Revol wrote:
> Hi,
>
> > I'd like to move IRC channels from FreeNode to OFTC, so please join #qemu
> > on OFTC starting now.
>
> - what's wrong with freenode ? everyone is there.
I can't speak for Anthony or the other devs, but freenode has so
On Monday, November 29, 2010 11:42:49 am Anthony Liguori wrote:
> Hi,
>
> 0.13 was a mess of a release (largely due to my lack of time) and I'd
> like to get us back onto a predictable schedule.
>
> Here's what I propose:
>
> 12/6 - fork off stable-0.14 tree; simultaneously release qemu-0.14.0-r
On 9/25/2010 3:27 AM, Blue Swirl wrote:
On Fri, Sep 24, 2010 at 9:10 PM, Brian Jackson wrote:
In trying to make the qemu binary size smaller, I've come across some things
that can be left out of the binary without affecting the binary working. I've
got more patches in the pipeli
In trying to make the qemu binary size smaller, I've come across some things
that can be left out of the binary without affecting the binary working. I've
got more patches in the pipeline but the more I try to take out, the more
invasive the patch. These are pretty simple to get started.
Binary sa
On Tuesday, July 13, 2010 12:01:22 pm Avi Kivity wrote:
> On 07/13/2010 07:57 PM, Anthony Liguori wrote:
> >> I'd like to see more frequent stable releases, at least if the stable
> >> branch contains fixes to user-reported bugs (or of course security or
> >> data integrity fixes).
> >
> > Would y
On Tuesday, July 13, 2010 10:54:21 am Kevin Wolf wrote:
> These are some more fixes that should go into 0.13.
Any of these 0.12-stable material?
>
> The following changes since commit
> f077caa99c21847152e706e77b378cb0ec2f:
>
> Merge remote branch 'mst/for_anthony' into staging (2010-07
On Tuesday 18 May 2010 09:29:25 Chris Wright wrote:
> 0.13 release
> - push out to July 1st
> - esp. important to solidy/crispen QMP
> - 1 rc to shake out brown paper bag bugs, then final release
>
> block i/o performance (high CPU consumption)
> - memset can be removed (patch posted, queued by kw
On Tuesday 18 May 2010 08:52:36 Anthony Liguori wrote:
> On 05/18/2010 01:59 AM, Brian Jackson wrote:
> > On Monday 17 May 2010 22:23:46 Chris Wright wrote:
> >> Please send in any agenda items you are interested in covering.
> >>
> >> If we have a lack of agen
On Monday 17 May 2010 22:23:46 Chris Wright wrote:
> Please send in any agenda items you are interested in covering.
>
> If we have a lack of agenda items I'll cancel the week's call.
Perceived long standing bugs that nobody seems to care about. There are a few,
one of which is the > 1TB [1] bu
On Friday, May 14, 2010 03:47:37 pm Stefan Hajnoczi wrote:
> This patch adds blk-iopoll interrupt mitigation to virtio-blk. Instead
> of processing completed requests inside the virtqueue interrupt handler,
> a softirq is scheduled to process up to a maximum number of completed
> requests in one g
On Thursday 22 April 2010 09:44:33 Kraai, Matt wrote:
> Hi,
>
>
>
> I've submitted two trivial patches against QEMU in its bug tracker:
>
>
>
> https://bugs.launchpad.net/qemu/+bug/568053
>
> https://bugs.launchpad.net/qemu/+bug/568442
>
>
>
> Is this sufficient or should I also submit th
On Monday 19 April 2010 18:30:44 Chris Wright wrote:
> Please send in any agenda items you are interested in covering.
0.12.4?
>
> thanks,
> -chris
>
On Thursday 08 April 2010 13:37:07 Aurelien Jarno wrote:
> Hi all,
>
> A number of fixes have been accumulated in the stable-0.12 branch, and
> I think it's time to release a new stable version. I would like to see
> that happening for the end of next week (around the 18th of April).
>
> If you w
On Tuesday 09 March 2010 09:55:39 am Natalia Portillo wrote:
> http://wiki.qemu.org/Google_Summer_of_Code_2010
I added a section for possible mentors and added myself to it.
>
> This is a start.
>
> El 09/03/2010, a las 14:14, Anthony Liguori escribió:
> > On 03/08/2010 02:20 PM, Luiz Capitul
Increase VNC_MAX_WIDTH to match "commonly available" consumer level monitors
available these days.
This also closes KVM bug 2907597
Signed-off-by: Brian Jackson
---
vnc.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vnc.h b/vnc.h
index 1210824..1575
47 matches
Mail list logo