On Mon, Nov 15, 2010 at 04:30:55PM +0200, Gleb Natapov wrote:
> diff --git a/hw/piix_pci.c b/hw/piix_pci.c
> index b5589b9..38f9d9e 100644
> --- a/hw/piix_pci.c
> +++ b/hw/piix_pci.c
> @@ -365,6 +365,7 @@ static PCIDeviceInfo i440fx_info[] = {
> static SysBusDeviceInfo i440fx_pcihost_info = {
>
Hi, I'm a newbie to qemu and recently I was trying debugging BIOS(VGA BIOS
in qemu and maybe the bios part in qemu from bochs project) and I found the
guide in the bois dir seemed to be a bit old and didn't work.
J had made the lasted bios.bin with symbol but how to debug it on earth?
Looking at t
This patch refine the initialization/reset of
pci status registers.
Signed-off-by: Isaku Yamahata
---
hw/pci.c | 41 +++--
1 files changed, 39 insertions(+), 2 deletions(-)
diff --git a/hw/pci.c b/hw/pci.c
index 52fe655..fba765b 100644
--- a/hw/pci.c
+++ b/
add aer support.
Signed-off-by: Isaku Yamahata
---
Changes v8 -> v9
- error path in initialization.
---
hw/xio3130_upstream.c | 33 -
1 files changed, 24 insertions(+), 9 deletions(-)
diff --git a/hw/xio3130_upstream.c b/hw/xio3130_upstream.c
index d9d637f..387
Now v9 of pcie aer patch series.
I dropped qmp patch to inject aer error because it will depends
on Gleb's openfirmware path patches.
Once his patches are merged, the glue patch will be respined.
Patch description:
The patch series adds pcie/aer functionality to the pcie port emulators
and adds ne
This patch cleans up command register initialization with
comments. It also fixes the initialization of io/memory bit of command register.
Those bits for type 1 device is RW.
Those bits for type 0 device is
RO = 0 if it has no io/memory BAR
RW if it has io/memory BAR
Signed-off-by: Isaku Yamah
pci status register is 16 bit, not 8 bit.
So use helper function to manipulate status register.
Signed-off-by: Isaku Yamahata
---
hw/pci.c | 21 +
1 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/hw/pci.c b/hw/pci.c
index 2fc8ab1..52fe655 100644
--- a/hw/pci.
This patch implements helper functions for pcie aer capability
which will be used later.
Signed-off-by: Isaku Yamahata
---
Changes v8 -> v9:
- make pcie_aer_init() return error
Changes v7 -> v8:
- various changes to follow the review.
- s/TLP_PRESENT/TLP_PREFIX_PRESENT/g
Changes v6 -> v7:
- mak
add aer support.
Signed-off-by: Isaku Yamahata
---
Changes v8 -> v9:
- error path in initialization
---
hw/xio3130_downstream.c | 43 +--
1 files changed, 33 insertions(+), 10 deletions(-)
diff --git a/hw/xio3130_downstream.c b/hw/xio3130_downstream.c
i
Add aer support.
Signed-off-by: Isaku Yamahata
---
Changes v8 -> v9:
- error path in initialization
---
hw/ioh3420.c | 80 ++---
1 files changed, 70 insertions(+), 10 deletions(-)
diff --git a/hw/ioh3420.c b/hw/ioh3420.c
index 3cc129f..95adf
remove unnecessary sizeof.
Signed-off-by: Isaku Yamahata
---
hw/pcie_regs.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/hw/pcie_regs.h b/hw/pcie_regs.h
index 3461a1b..4d123d9 100644
--- a/hw/pcie_regs.h
+++ b/hw/pcie_regs.h
@@ -94,7 +94,9 @@
#define PCI_ERR_CAP_MHR
In passthrough security model, following symbolic links in the server
side could result in accessing files outside guest's export path.This
could happen under two conditions:
1) If a modified guest kernel is sending symbolic link as part of the
file path and when resolving that symbolic link at ser
Make use of chroot interfaces for passthrough security model to fix the
vulnerability in following symbolic links.
Signed-off-by: M. Mohan Kumar
---
hw/virtio-9p-local.c | 294 ++---
1 files changed, 228 insertions(+), 66 deletions(-)
diff --git a/hw
On Tue, Nov 16, 2010 at 05:09:35PM +0900, Isaku Yamahata wrote:
> On Mon, Nov 15, 2010 at 04:30:55PM +0200, Gleb Natapov wrote:
> > diff --git a/hw/piix_pci.c b/hw/piix_pci.c
> > index b5589b9..38f9d9e 100644
> > --- a/hw/piix_pci.c
> > +++ b/hw/piix_pci.c
> > @@ -365,6 +365,7 @@ static PCIDeviceIn
On 11/15/2010 10:20 PM, Chris Wright wrote:
Please send in any agenda items you are interested in covering.
qemu.git master and stable-0.13 stalled?
--
error compiling committee.c: too many arguments to function
On 11/15/2010 10:34 PM, Mike Ryan wrote:
Given that it is unavailable on at least one platform (mingw32) it
sounds like it should be detected in configure. However configure
doesn't appear to be generated from autoconf/automake. Is it a custom
build system?
Yes, but I think #ifndef _WIN32 is en
Worth mentioning that this fixes several messages lacking newline.
Dear all
I have run QEMU with debian
I can use TUN/TAP to connect the internet or host when single QEMU
However when I run two QEMU with two qemu-ifup and different address (on the
same host) at the same time, the second QEMU cannot connect to host...
Is there are any approach to setup guest on
Alex Williamson wrote:
> Our code paths for saving or migrating a VM are full of functions that
> return void, leaving no opportunity for a device to cancel a migration,
> either from error or incompatibility. The ivshmem driver attempted to
> solve this with a no_migrate flag on the save state e
"Michael S. Tsirkin" wrote:
> Create separate lists for system and device fd handlers.
> Device handlers will not run while vm is stopped.
> By default all fds are assumed system so they will
> keep running as before.
>
> Signed-off-by: Michael S. Tsirkin
> ---
> qemu-char.h |6 +++-
> qemu-
On Tue, Nov 16, 2010 at 8:54 AM, M. Mohan Kumar wrote:
> +static int read_openrequest(int sockfd, V9fsOpenRequest *request)
> +{
> + int bytes, retval;
> + retval = recv(sockfd, request, sizeof(request->data), 0);
> + if (retval <= 0) {
> + return -1;
> + }
> + bytes = retval
On Tue, Nov 16, 2010 at 05:26:05PM +0900, Isaku Yamahata wrote:
> This patch cleans up command register initialization with
> comments. It also fixes the initialization of io/memory bit of command
> register.
> Those bits for type 1 device is RW.
> Those bits for type 0 device is
> RO = 0 if it
On Tue, Nov 16, 2010 at 05:26:06PM +0900, Isaku Yamahata wrote:
> pci status register is 16 bit, not 8 bit.
> So use helper function to manipulate status register.
>
> Signed-off-by: Isaku Yamahata
At least the subject is wrong: the relevant bit is in the low byte. So
the code is correct as writ
On Tue, Nov 16, 2010 at 17:11, 郭沐錫 wrote:
> Dear all
> I have run QEMU with debian
> I can use TUN/TAP to connect the internet or host when single QEMU
> However when I run two QEMU with two qemu-ifup and different address (on the
> same host) at the same time, the second QEMU cannot connect to ho
I'm guessing that by "crash" he means "lost connectivity to VM". Then
it could be bug 579276 or bug 584048.
--
KVM 9.10 crashes for suse-10 as guest
https://bugs.launchpad.net/bugs/563582
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Hi!
>Hi
>
>OK it's getting interesting perhaps it would lead into
>instrumentation topic, which is quite hot topic in qemu-devel quite
>recently, so you jump into the wagon just about the right time :)
>
>
>OK, one thing for sure here is, I think you can implement your idea on
>top
>Mulyadi Santosa writes:
>
>>> Yes, I have read that paper, it’s wonderful!
>>>
>>> Besides the Argos, the bitblaze group, led by Dawn Song in Berkeley, has
>>> achieved great success in the taint analysis. The website about their
>>> dynamic analysis work (called TEMU) can be found at:
>>> http:/
VM state change notifications are invoked from vm_start()/vm_stop().
Trace these state changes so we can reason about the state of the VM
from trace output.
Signed-off-by: Stefan Hajnoczi
---
trace-events |3 +++
vl.c |3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff
We have an OS which writes to port 0x400 when probing for special hardware.
This causes an exit of the VM. With SeaBIOS this port isn't used anyway.
Signed-off-by: Bernhard Kohl
---
Changes v1 -> v2:
Keep the ports silent. Don't print debug output if DEBUG_BIOS is enabled
which might be confusing
On Mon, Nov 15, 2010 at 11:23:44AM +0900, Isaku Yamahata wrote:
> Thank you for catching pcie part.
> The following fix is necessary.
>
> diff --git a/hw/pcie.c b/hw/pcie.c
> index 4df48b8..f461c1c 100644
> --- a/hw/pcie.c
> +++ b/hw/pcie.c
> @@ -221,7 +221,7 @@ static int pcie_cap_slot_hotplug(De
Although explicitly disallowed by the PCI spec, some guests read a
single byte or word from mmio. Likely a guest OS bug, but I have an OS
which reads single bytes and it works fine on real hardware.
Signed-off-by: Bernhard Kohl
Signed-off-by: Michael S. Tsirkin
---
OK so it could like somethin
Here are some fixes I collected in my tree.
Please merge.
The following changes since commit 5fc9cfedfa09199e10b5f9b67dcd286bfeae4f7a:
Fold send_all() wrapper unix_write() into one function (2010-11-03 12:48:09
-0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linu
On 16.11.2010, at 13:28, Bernhard Kohl wrote:
> We have an OS which writes to port 0x400 when probing for special hardware.
> This causes an exit of the VM. With SeaBIOS this port isn't used anyway.
>
> Signed-off-by: Bernhard Kohl
Signed-off-by: Alexander Graf
Alex
signrom.sh has multiple bugs:
- the last byte is considered when calculating the existing checksum, but not
when computing the correction
- apprently the 'expr' expression overflows and produces incorrect results with
larger roms
- if the checksum happened to be zero, we calculated the correct
* Kevin Wolf [2010-11-16 08:05]:
> Am 16.11.2010 14:51, schrieb Luiz Capitulino:
> > On Fri, 12 Nov 2010 18:38:57 +0100
> > Kevin Wolf wrote:
> >
> >> Am 12.11.2010 18:07, schrieb Ryan Harper:
> >>> details, details, v8
> >>>
> >>> This patch series decouples the detachment of a block device fro
On 16.11.2010, at 15:55, Anthony Liguori wrote:
> On 11/01/2010 10:14 AM, Alex Williamson wrote:
>> This adds a minimum chunk of Anthony's RAM API support so that we
>> can identify actual VM RAM versus all the other things that make
>> use of qemu_ram_alloc.
>>
>> Signed-off-by: Alex Williamson
On 11/16/2010 09:02 AM, Alexander Graf wrote:
+static QemuRamSlot *qemu_ram_find_slot(target_phys_addr_t start_addr,
+ ram_addr_t size)
+{
+QemuRamSlot *slot;
+
+QLIST_FOREACH(slot,&ram_slots.slots, next) {
+if (slot->start_addr == start_addr&
On 11/05/2010 11:35 AM, John Morrissey wrote:
qemu uses prctl() to set its process title. I bumped up against prctl()'s
16-character limit recently, when adding process title support to
libvirt[1][2].
The attached patch overwrites argv instead. Linux seems to maintain the
length of the original
On 11/08/2010 01:33 PM, Daniel P. Berrange wrote:
This introduces a new tracing backend that targets the SystemTAP
implementation of DTrace userspace tracing. The core functionality
should be applicable and standard across any DTrace implementation
on Solaris, OS-X, *BSD, but the Makefile rules w
On 11/05/2010 05:01 PM, Alex Williamson wrote:
local_apics are allocated sequentially and never removed, so
we can stop any iterations that go to MAX_APICS as soon as we
hit the first NULL. Looking at a small guest running a virtio-net
workload with oprofile, this drops apic_get_delivery_bitmask
This set of patches is meant to be applied on top of the recently submitted
Virtproxy v3 patchset. It can also be obtained at:
git://repo.or.cz/qemu/mdroth.git virtproxy_v3
OVERVIEW:
There are a wide range of use cases motivating the need for a guest agent of
some sort to extend the functional
This allows the guest RPC server to be integrated into the
qemu-vp/virtproxy i/o loop
Signed-off-by: Michael Roth
---
qemu-char.c | 26
qemu-config.c |3 ++
qemu-vp.c | 94 +++-
3 files changed, 114 insertions(+),
Common code for sending/recieving RPCs via http over virtproxy channel.
All communication is done via asynchronous read/write handlers and using
non-blocking reads/writes
Signed-off-by: Michael Roth
---
virtagent-common.c | 440
virtagent-com
Basic skeleton code for RPC server. This is shared by both the
guest-side RPC server as well as the host-side one (the advertised RPCs
for each by guest/host-specific arrays).
Signed-off-by: Michael Roth
---
virtagent-daemon.c | 209
virtagen
Base skeleton and helpers for executing RPC commands. Monitor commands
will result in a connect() being issued to the virtagent service socket,
which will then be transported to the listening RPC server in the guest
via the virtproxy layer, RPC requests are then sent/recieved via http
over the resu
Add RPC to view guest dmesg output.
Signed-off-by: Michael Roth
---
virtagent-daemon.c | 46 ++
virtagent-daemon.h |1 +
2 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/virtagent-daemon.c b/virtagent-daemon.c
index 44c0754..0dd72c
Utilize the getfile RPC to provide a means to view text files in the
guest. Getfile can handle binary files as well but we don't advertise
that here due to the special handling requiring to store it and provide
it back to the user (base64 encoding it for instance). Hence the
potentially confusing "
Add RPC to retrieve a guest file. A size limit of some sort will
eventually be needed else we can block the monitor for arbitrarily long
periods of time. This interface is intended for smaller reads like
peeking at logs and /proc and such.
Signed-off-by: Michael Roth
---
virtagent-daemon.c | 5
Add commands to view guest dmesg output. Currently it is a 16K buffer.
Signed-off-by: Michael Roth
---
hmp-commands.hx | 16 +
qmp-commands.hx | 35 +++
virtagent.c | 100 +++
virtagent.h |3 ++
4 files
On Fri, Nov 12, 2010 at 01:24:28PM +, Stefan Hajnoczi wrote:
> Virtqueue notify is currently handled synchronously in userspace virtio. This
> prevents the vcpu from executing guest code while hardware emulation code
> handles the notify.
>
> On systems that support KVM, the ioeventfd mechani
Do nothing RPC that simply replies to client
Signed-off-by: Michael Roth
---
virtagent-daemon.c | 17 +
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/virtagent-daemon.c b/virtagent-daemon.c
index 18992dd..137641d 100644
--- a/virtagent-daemon.c
+++ b/virtagent
RPC to initiate guest shutdown/reboot/powerdown
Signed-off-by: Michael Roth
---
virtagent-daemon.c | 58
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/virtagent-daemon.c b/virtagent-daemon.c
index 0dd72c0..18992dd 100644
--
Monitor command to ping the RPC server.
Signed-off-by: Michael Roth
---
hmp-commands.hx | 16 ++
qmp-commands.hx | 32 +
virtagent.c | 84 +++
virtagent.h |3 ++
4 files changed, 135 insertions(+),
This tells the host RPC server (QEMU) that we're up and running
Signed-off-by: Michael Roth
---
virtagent.c | 55 +++
virtagent.h |1 +
2 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/virtagent.c b/virtagent.c
index 4ec1b4
Call guest agent's built-in introspection functions to get a list of
supported RPCs, and re-negotiate guest agent capabilities to determine
what agent_* commands are supported.
Signed-off-by: Michael Roth
---
hmp-commands.hx | 16
qmp-commands.hx | 32
virtagent.c
Hi
2010/11/16 郭沐錫 :
> Dear all
> I have set two directory for QEMU.
> One of my qemu-ifup is as follow(the other ip address is different)
> #!/bin/sh
> sudo modprobe tun
> sudo /sbin/ifconfig $1 up 192.168.2.52 netmask 255.255.255.0 broadcast
> 192.168.2.255
>
> # IP masquerade
> sudo echo "1"
Non-monitor version of agent_capabilities monitor function. This is
called by the local RPC server when it gets a "hello" from the guest
agent to re-negotiate guest agent capabilities.
Signed-off-by: Michael Roth
---
virtagent.c | 34 ++
virtagent.h |1 +
2
This RPC tells us the guest agent is up and ready, and invokes guest
agent capability negotiation
Signed-off-by: Michael Roth
---
virtagent-daemon.c | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/virtagent-daemon.c b/virtagent-daemon.c
index 137641d..
On Fri, Nov 12, 2010 at 08:42:38AM -0700, Alex Williamson wrote:
> On Fri, 2010-11-12 at 11:11 +0200, Michael S. Tsirkin wrote:
> > On Thu, Nov 11, 2010 at 11:30:07PM -0700, Alex Williamson wrote:
> > > On Fri, 2010-11-12 at 07:36 +0200, Michael S. Tsirkin wrote:
> > > > On Thu, Nov 11, 2010 at 07:
On Mon, 15 Nov 2010, Anthony Liguori wrote:
> On 11/15/2010 09:45 AM, anthony.per...@citrix.com wrote:
> > From: Anthony PERARD
> >
> > This option gives the ability to switch one "accelerator" like kvm, xen
> > or the default one tcg. We can specify more than one accelerator by
> > separate them
Signed-off-by: Michael Roth
---
Makefile|2 +-
Makefile.target |2 +-
configure | 25 +
3 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index b4f93eb..f20032f 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7
On Fri, Nov 12, 2010 at 08:49:20AM -0700, Alex Williamson wrote:
> > > > > @@ -1207,18 +1208,14 @@ void pci_default_cap_write_config(PCIDevice
> > > > > *pci_dev,
> > > > >
> > > > > void pci_default_write_config(PCIDevice *d, uint32_t addr, uint32_t
> > > > > val, int l)
> > > > > {
> > > >
On 11/16/2010 10:10 AM, Anthony PERARD wrote:
On Mon, 15 Nov 2010, Anthony Liguori wrote:
On 11/15/2010 09:45 AM, anthony.per...@citrix.com wrote:
From: Anthony PERARD
This option gives the ability to switch one "accelerator" like kvm, xen
or the default one tcg. We can specify more
Am 16.11.2010 14:14, schrieb m...@redhat.com:
Although explicitly disallowed by the PCI spec, some guests read a
single byte or word from mmio. Likely a guest OS bug, but I have an OS
which reads single bytes and it works fine on real hardware.
Signed-off-by: Bernhard Kohl
Signed-off-by: Michae
Provide monitor command to initiate guest shutdown/reboot/powerdown
Signed-off-by: Michael Roth
---
hmp-commands.hx | 16 +
qmp-commands.hx | 32 ++
virtagent.c | 66 +++
virtagent.h |2 +
4
Make the hello call on guest agent startup so QEMU can do whatever init
it needs (currently, capabilities negotiation). Temporarilly commented
due to this tending to induce a virtio bug in RHEL 6.0. As a result
capabilities negotiation must be invoked manually from QEMU via the
agent_capabilities m
On Tue, Nov 16, 2010 at 10:41:25AM -0600, Anthony Liguori wrote:
> On 11/16/2010 10:10 AM, Anthony PERARD wrote:
> >On Mon, 15 Nov 2010, Anthony Liguori wrote:
> >
> >
> >>On 11/15/2010 09:45 AM, anthony.per...@citrix.com wrote:
> >>
> >>>From: Anthony PERARD
> >>>
> >>>This option gives th
On Tue, Nov 16, 2010 at 4:02 PM, Michael S. Tsirkin wrote:
> On Fri, Nov 12, 2010 at 01:24:28PM +, Stefan Hajnoczi wrote:
>> Virtqueue notify is currently handled synchronously in userspace virtio.
>> This
>> prevents the vcpu from executing guest code while hardware emulation code
>> handle
On 16.11.2010, at 17:55, Daniel P. Berrange wrote:
> On Tue, Nov 16, 2010 at 10:41:25AM -0600, Anthony Liguori wrote:
>> On 11/16/2010 10:10 AM, Anthony PERARD wrote:
>>> On Mon, 15 Nov 2010, Anthony Liguori wrote:
>>>
>>>
On 11/15/2010 09:45 AM, anthony.per...@citrix.com wrote:
On Thu, Nov 11, 2010 at 9:31 AM, Stefan Hajnoczi wrote:
> On Wed, Nov 10, 2010 at 9:20 PM, Lluís wrote:
>> Blue Swirl writes:
>>
>>> On Wed, Nov 10, 2010 at 7:57 PM, Lluís wrote:
Blue Swirl writes:
> On Wed, Nov 10, 2010 at 5:59 PM, Lluís wrote:
>> So, my patch is just a matte
On 11/16/2010 10:55 AM, Daniel P. Berrange wrote:
Just -machine accel=accels.
Part of my rational is that accelerator is a machine property. If you
do -M xenpv it ought to imply -machine accel=xen.
Surely, only if it is running on a Xen Dom0. If you use -M xenpv on a KVM
host, then -M xe
On Thu, Oct 14, 2010 at 05:17:36PM -0500, Anthony Liguori wrote:
> On 10/14/2010 05:12 PM, Anjali Kulkarni wrote:
> >Thanks. Does this work for e1000 as well?
>
> Haven't tried. I don't know how various e1000 drivers would react.
>
> >Also, does it support pci hotplug?
>
> No, but that's fixabl
On 11/16/2010 10:59 AM, Alexander Graf wrote:
Surely, only if it is running on a Xen Dom0. If you use -M xenpv on a KVM
host, then -M xenpv should imply -machine accel=kvm (ie it would be using
xenner)
Actually, it should imply -machine accel=kvm,tcg :). Accelerators really are
not a ma
On 16.11.2010, at 18:20, Anthony Liguori wrote:
> On 11/16/2010 10:59 AM, Alexander Graf wrote:
>>
>>> Surely, only if it is running on a Xen Dom0. If you use -M xenpv on a KVM
>>> host, then -M xenpv should imply -machine accel=kvm (ie it would be using
>>> xenner)
>>>
>> Actually, it shou
On Thu, Oct 14, 2010 at 02:07:17PM +0200, Avi Kivity wrote:
> On 10/14/2010 12:54 AM, Anthony Liguori wrote:
> >On 10/13/2010 05:32 PM, Anjali Kulkarni wrote:
> >>
> >>Hi,
> >>
> >>Using the legacy way of starting up NICs, I am hitting a
> >>limitation after 29
> >>NICs ie no more than 29 are dete
On 11/16/2010 11:24 AM, Alexander Graf wrote:
On 16.11.2010, at 18:20, Anthony Liguori wrote:
On 11/16/2010 10:59 AM, Alexander Graf wrote:
Surely, only if it is running on a Xen Dom0. If you use -M xenpv on a KVM
host, then -M xenpv should imply -machine accel=kvm (ie it wou
On 16 November 2010 15:46, Anthony Liguori wrote:
> On 11/08/2010 01:33 PM, Daniel P. Berrange wrote:
>> This introduces a new tracing backend that targets the SystemTAP
>> implementation of DTrace userspace tracing.
> Applied both. Thanks.
Unfortunately these commits:
2834c3e Add support for g
On Thu, Nov 11, 2010 at 12:59:24PM +0100, Gerd Hoffmann wrote:
> Hi,
>
> This tiny patch series adds msi support for virtfs. It's two patches
> only because we need a compat property to stay compatible with -stable
> and we don't have a pc-0.14 machine type yet, so this is added first.
Scared
On 11/16/2010 11:43 AM, Peter Maydell wrote:
On 16 November 2010 15:46, Anthony Liguori wrote:
On 11/08/2010 01:33 PM, Daniel P. Berrange wrote:
This introduces a new tracing backend that targets the SystemTAP
implementation of DTrace userspace tracing.
Applied both. Th
On 16.11.2010, at 18:27, Anthony Liguori wrote:
> On 11/16/2010 11:24 AM, Alexander Graf wrote:
>> On 16.11.2010, at 18:20, Anthony Liguori wrote:
>>
>>
>>> On 11/16/2010 10:59 AM, Alexander Graf wrote:
>>>
> Surely, only if it is running on a Xen Dom0. If you use -M xenp
Please do not file bugs against upstream unless they've been explicitly
reproduced against an upstream version. Thanks.
** Changed in: qemu
Status: New => Invalid
--
KVM 9.10 crashes for suse-10 as guest
https://bugs.launchpad.net/bugs/563582
You received this bug notification because yo
On Tue, Nov 16, 2010 at 7:22 AM, Gleb Natapov wrote:
> On Mon, Nov 15, 2010 at 09:52:19PM -0500, Kevin O'Connor wrote:
>> On Mon, Nov 15, 2010 at 03:36:25PM +0200, Gleb Natapov wrote:
>> > On Mon, Nov 15, 2010 at 08:26:35AM -0500, Kevin O'Connor wrote:
>> > > On Mon, Nov 15, 2010 at 09:40:08AM +02
On Tue, 16 Nov 2010, Anthony Liguori wrote:
> On 11/16/2010 11:24 AM, Alexander Graf wrote:
> > On 16.11.2010, at 18:20, Anthony Liguori wrote:
> >
> >
> >> On 11/16/2010 10:59 AM, Alexander Graf wrote:
> >>
> >>>
> Surely, only if it is running on a Xen Dom0. If you use -M xenpv on a KVM
> >
2010/11/16 Gleb Natapov :
> On Mon, Nov 15, 2010 at 08:29:24PM +, Blue Swirl wrote:
>> 2010/11/15 Gleb Natapov :
>> > On Sun, Nov 14, 2010 at 10:50:13PM +, Blue Swirl wrote:
>> >> On Sun, Nov 14, 2010 at 3:39 PM, Gleb Natapov wrote:
>> >> >
>> >> > Signed-off-by: Gleb Natapov
>> >> > ---
On Wed, Nov 10, 2010 at 05:47:35PM -0800, Mike Ryan wrote:
> Add an option to specify the host interface to send multicast packets on
> when using a multicast socket for networking. The option takes the name
> of a host interface (e.g., eth0) and sets the IP_MULTICAST_IF socket
> option, which caus
On Tue, Nov 02, 2010 at 02:34:58PM +0100, Gerd Hoffmann wrote:
> +if (ram_size < 32 * 1024 * 1024)
> +ram_size = 32 * 1024 * 1024;
> +vga_common_init(vga, ram_size);
> +vga_init(vga);
> +register_ioport_write(0x3c0, 16, 1, qxl_vga_ioport_write, vga);
> +
Dear all
Sorry I can't understand what you mean.
I know I still have many things to learn.
Please can you explain more clearly.
Thanks a lot
Best Regards, Sn
2010/11/17 Mulyadi Santosa
> Hi
>
> 2010/11/16 郭沐錫 :
> > Dear all
> > I have set two directory for QEMU.
> > One of my qemu-ifup
All drivers use bs->file instead of s->hd fpr quite a while now, so it's time
to remove s->hd.
Signed-off-by: Kevin Wolf
---
block/qcow.c |1 -
block/qcow2.h |1 -
block/vdi.c |1 -
block/vmdk.c |1 -
block/vpc.c |2 --
5 files changed, 0 insertions(+), 6 deletions(-)
Public bug reported:
I can't get git 2834c3e0140c3b0ed4422909dfa0607b7213d95d to link on my
Debian Linux/x86_64 machine with gcc4.4:
All goes well until the link stage:
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crt1.o: In function
`_start':
(.text+0x20): undefined reference to `main'
On 16.11.2010, at 19:22, Anthony PERARD wrote:
> On Tue, 16 Nov 2010, Anthony Liguori wrote:
>
>> On 11/16/2010 11:24 AM, Alexander Graf wrote:
>>> On 16.11.2010, at 18:20, Anthony Liguori wrote:
>>>
>>>
On 11/16/2010 10:59 AM, Alexander Graf wrote:
>
>> Surely, only if it
On 16 November 2010 18:10, Anthony Liguori wrote:
> On 11/16/2010 11:43 AM, Peter Maydell wrote:
>> Unfortunately these commits:
>> 2834c3e Add support for generating a systemtap tapset static probes
>> 4addb11 Add a DTrace tracing backend targetted for SystemTAP compatability
>
> What's your conf
On 11/16/2010 12:49 PM, Alexander Graf wrote:
On 16.11.2010, at 19:22, Anthony PERARD wrote:
On Tue, 16 Nov 2010, Anthony Liguori wrote:
On 11/16/2010 11:24 AM, Alexander Graf wrote:
On 16.11.2010, at 18:20, Anthony Liguori wrote:
On 11/16/2010 10:59 AM, Alexan
On Tue, 2010-11-16 at 17:26 +0900, Isaku Yamahata wrote:
> add aer support.
>
> Signed-off-by: Isaku Yamahata
I'm actually working on a scheme to provide support to handle PCI
errors related to assigned devices. The goal is to notify the
coresponding driver so that all his I/O access are stop
On 11/16/2010 11:23 AM, Michael S. Tsirkin wrote:
On Thu, Oct 14, 2010 at 05:17:36PM -0500, Anthony Liguori wrote:
On 10/14/2010 05:12 PM, Anjali Kulkarni wrote:
Thanks. Does this work for e1000 as well?
Haven't tried. I don't know how various e1000 drivers would react.
On 11/16/2010 12:54 PM, Peter Maydell wrote:
On 16 November 2010 18:10, Anthony Liguori wrote:
On 11/16/2010 11:43 AM, Peter Maydell wrote:
Unfortunately these commits:
2834c3e Add support for generating a systemtap tapset static probes
4addb11 Add a DTrace tracing backend targetted
On Tue, Nov 16, 2010 at 06:30:19PM +, Blue Swirl wrote:
> >> Perhaps the FW path should use device class names if no name is specified.
> > What do you mean by "device class name". We can do something like this:
> > if (dev->child_bus.lh_first)
> > return dev->child_bus.lh_first->info->n
On Tue, Nov 16, 2010 at 07:54:58PM +0200, Michael S. Tsirkin wrote:
>
>
>
> Let's let the user pass in the IP address? That would solve the
> portability issue. Further, we could be doing IPv6, right?
> So you'd need IPV6_MULTICAST_IF?
> Also - you might also want to control
> IP_MULTICAST_LOOP/IP
This driver handles in-memory chardev operations. That's, all writes
to this driver are stored in an internal buffer and it doesn't talk
to the external world in any way.
Right now it's very simple: it supports only writes. But it can be
easily extended to support more operations.
This is going t
Simple example:
-> { "execute": "human-monitor-command", "arguments": { "command-line": "print
/i 10+25" } }
<- { "return": "35\r\n" }
Please, check individual patches for details. Also note that this series
depends on the script improvements one.
Also, Markus suggestion of having an assert() i
In which qmp-shell will exclusively use the HMP passthrough feature,
this is useful for testing.
Example:
# ./qmp-shell -H qmp-sock
Welcome to the HMP shell!
Connected to QEMU 0.13.50
(QEMU) info network
VLAN 0 devices:
user.0: net=10.0.2.0, restricted=n
e1000.0
1 - 100 of 167 matches
Mail list logo