On Tue, Nov 02, 2010 at 02:57:12PM +0200, Michael S. Tsirkin wrote:
> > +static void pcie_aer_clear_error(PCIDevice *dev);
> > +static void pcie_aer_msg(PCIDevice *dev, const PCIEAERMsg *msg);
> > +
>
> so what exactly is the order of calls that makes
> removing the forward declarations impractica
* Michael S. Tsirkin [2010-11-02 14:18]:
> On Tue, Nov 02, 2010 at 02:01:08PM -0500, Ryan Harper wrote:
> > > > > > I like the idea of disconnect; if part of the device_del method was
> > > > > > to
> > > > > > invoke a disconnect method, we could implement that for block, net,
> > > > > > etc;
On Tuesday, November 2, 2010, 14:53:08, glen.c.bo...@esso.ca wrote:
> Andreas - it sounds like an interesting development project, but I'm going
> to have to decline. The amount of effort to get my application running on
> AIX emulated under QEMU seems to be greater than the effort we were hoping
On Tue, Nov 02, 2010 at 02:01:08PM -0500, Ryan Harper wrote:
> > > > > I like the idea of disconnect; if part of the device_del method was to
> > > > > invoke a disconnect method, we could implement that for block, net,
> > > > > etc;
> > > > >
> > > > > I'd think we'd want to send the notificati
On Tue, 2 Nov 2010, Alexander Graf wrote:
> This is getting confusing :). There are multiple ways of spawning a Xen PV
> instance I'm aware of:
>
> 1) Xen PV context
> 2) Xen PV context in SVM/VMX container, maintained by Xen
> 3) Xenner on TCG/KVM
> 4) Xenner on Xen HVM
>
> For 1 and 2 the way
On Tue, Nov 02, 2010 at 10:08:30AM -0600, Alex Williamson wrote:
> On Tue, 2010-11-02 at 17:39 +0200, Michael S. Tsirkin wrote:
> > On Tue, Nov 02, 2010 at 08:23:10AM -0600, Alex Williamson wrote:
> > > On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote:
> > > > On Tue, Nov 02, 2010 at 08:
> > > > I like the idea of disconnect; if part of the device_del method was to
> > > > invoke a disconnect method, we could implement that for block, net, etc;
> > > >
> > > > I'd think we'd want to send the notification, then disconnect.
> > > > Struggling with whether it's worth having some reas
Cc yamah...@valinux.co.jp, he is working on hotplug for pci
express.
On Tue, Nov 02, 2010 at 11:53:39AM -0500, Ryan Harper wrote:
> * Michael S. Tsirkin [2010-11-02 10:56]:
> > On Tue, Nov 02, 2010 at 09:22:01AM -0500, Ryan Harper wrote:
> > > * Michael S. Tsirkin [2010-11-02 08:59]:
> > > > On
* Michael S. Tsirkin [2010-11-02 10:56]:
> On Tue, Nov 02, 2010 at 09:22:01AM -0500, Ryan Harper wrote:
> > * Michael S. Tsirkin [2010-11-02 08:59]:
> > > On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote:
> > > > * Markus Armbruster [2010-11-02 04:40]:
> >
> > > > > >> >> I'd like to
Yes, I can't reproduce this anymore with the updated tree.
This can probably be closed.
Thanks!
--
VirtFS EFAULT when accessing not existing files
https://bugs.launchpad.net/bugs/655120
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
On 02.11.2010, at 11:51, Paolo Bonzini wrote:
> On 11/02/2010 04:36 PM, Alexander Graf wrote:
>>
>> On 02.11.2010, at 06:09, Paolo Bonzini wrote:
>>
>>> On 11/01/2010 04:01 PM, Alexander Graf wrote:
The traditional Xen way of loading a kernel and initial data structures
into the
For native Xen support, we already have a xen machine description. This one
doesn't really know too much about xenner yet though, so we need to teach it.
This patch adds support for xenner in the xen pv machine description.
Signed-off-by: Alexander Graf
---
hw/xen_backend.h|1 +
hw/xen_
Now that we have all the pieces in place, let's integrate into the build system.
Signed-off-by: Alexander Graf
---
Makefile|6 ++
Makefile.target | 16 ++--
configure | 21 +++--
3 files changed, 39 insertions(+), 4 deletions(-)
diff --git a
Sending sys-requests on Xen is different from the usual keyboard based
ways. For xen, we need to add a xenstored node which the guest pulls the
sysrq information from.
This patch implements said interface by introducing a new human monitor
command to use it. It's purely optional.
Signed-off-by: A
For native Xen machines, we need to create a dummy env so qemu always has
something to work on.
When using xenner however, we don't want that dummy env but create real envs
instead.
Signed-off-by: Alexander Graf
---
hw/xen_machine_pv.c | 22 ++
1 files changed, 14 insertio
On Tue, Nov 02, 2010 at 09:22:01AM -0500, Ryan Harper wrote:
> * Michael S. Tsirkin [2010-11-02 08:59]:
> > On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote:
> > > * Markus Armbruster [2010-11-02 04:40]:
>
> > > > >> >> I'd like to have some consistency among net, block and char devic
Identifying Unauthorized Logon Attempts on 02/11/2010: (Error Message NO.
SLEEPLAPBOX)
Your account access has been limited for the following reason(s):
__
1. We would like to ensure that your account was not accessed by
On 02.11.2010, at 06:09, Paolo Bonzini wrote:
> On 11/01/2010 04:01 PM, Alexander Graf wrote:
>> The traditional Xen way of loading a kernel and initial data structures into
>> the
>> guest's memory is by calling libxc functions. We want to be able to run
>> without
>> libxc dependencies though
On 02.11.2010, at 09:55, Stefano Stabellini wrote:
> On Tue, 2 Nov 2010, Paolo Bonzini wrote:
>> The question is, how much do the Xen userspace and Xenner have in common?
>>
>> If you remove code that Xen runs in the hypervisor or in the dom0
>> kernel, or code that (like xenconsoled) is IMHO b
On Tue, 2010-11-02 at 17:39 +0200, Michael S. Tsirkin wrote:
> On Tue, Nov 02, 2010 at 08:23:10AM -0600, Alex Williamson wrote:
> > On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote:
> > > On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote:
> > > > On Tue, 2010-11-02 at 11:25
On Tue, 2 Nov 2010, Paolo Bonzini wrote:
> The question is, how much do the Xen userspace and Xenner have in common?
>
> If you remove code that Xen runs in the hypervisor or in the dom0
> kernel, or code that (like xenconsoled) is IMHO best moved to the Xenner
> kernel, what remains is the doma
On Tue, Nov 02, 2010 at 08:23:10AM -0600, Alex Williamson wrote:
> On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote:
> > On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote:
> > > On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote:
> > > > On Mon, Nov 01, 2010 at 11:
On 11/02/2010 04:36 PM, Alexander Graf wrote:
On 02.11.2010, at 06:09, Paolo Bonzini wrote:
On 11/01/2010 04:01 PM, Alexander Graf wrote:
The traditional Xen way of loading a kernel and initial data structures into the
guest's memory is by calling libxc functions. We want to be able to run wi
Am 30.10.2010 18:46, schrieb Blue Swirl:
> When building on a 64 bit host which uses 'long' for int64_t,
> GCC emits a warning:
> CCblock/blkverify.o
> /src/qemu/block/blkverify.c: In function `blkverify_verify_readv':
> /src/qemu/block/blkverify.c:304: warning: long long int format, long
> u
On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote:
> On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote:
> > On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote:
> > > Avoid needing to get the MSI capability flags every time we need to
> > > check the capability l
On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote:
> * Markus Armbruster [2010-11-02 04:40]:
> > Ryan Harper writes:
> >
> > > * Markus Armbruster [2010-10-29 11:11]:
> > >> Ryan Harper writes:
> > >>
> > >> > * Markus Armbruster [2010-10-29 09:13]:
> > >> >> [Note cc: Michael]
> >
add aer support.
Signed-off-by: Isaku Yamahata
---
hw/xio3130_upstream.c | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/hw/xio3130_upstream.c b/hw/xio3130_upstream.c
index d9d637f..29bc814 100644
--- a/hw/xio3130_upstream.c
+++ b/hw/xio3130_upstream.c
@@ -41,
Doesn't look like this has ever been committed. qemu-kvm-0.13 has just arrived
to the portage tree, but I am still having problems with it. I checked the git
log and it's not there! Please commit.
-TJ
Original Message
Subject: [PATCH v2] Guest OS hangs on usb_add
Date: Mon, 28 Ju
On 11/01/10 19:00, Anthony Liguori wrote:
On 11/01/2010 11:02 AM, Gerd Hoffmann wrote:
On 09/21/10 19:07, Gerd Hoffmann wrote:
Hi,
This patch series updates the vgabios. The first five patches are taken
from the vgabios cvs and update the vgabios.git tree @ qemu.org to
vgabios release 0.6c. As
Hi,
On Mon, 1 Nov 2010, Alexander Graf wrote:
> > No. Pointers of same type which are not void pointers can be compared.
> >
> > There is even a data type ptrdiff_t, so you can also compare their
> > difference with zero.
>
> Let's ask someone who definitely knows :).
>
> Michael, is code like
Add aer support.
Signed-off-by: Isaku Yamahata
---
hw/ioh3420.c | 51 +--
1 files changed, 45 insertions(+), 6 deletions(-)
diff --git a/hw/ioh3420.c b/hw/ioh3420.c
index 3cc129f..4eecf2f 100644
--- a/hw/ioh3420.c
+++ b/hw/ioh3420.c
@@ -36,25 +3
On 11/01/10 18:15, Anthony Liguori wrote:
Ping?
Have you tried getting the bios patches upstream?
Sent to the list, no response at all, even got a bounce from Volker
Ruppert's email address. I'd take that as sign that upstream is pretty
much dead ...
The QEMU patches are missing Signed
Hi,
(BTW, I noticed that Xenner does not limit guest segments like Xen does.
Does it mean the guest can overwrite the Xenner kernel and effectively
run ring0?)
Yes. The guest also can modify page tables as it pleases. It is the
vmx/svm container which protects the host, not the xenner ker
On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote:
> On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote:
> > Avoid needing to get the MSI capability flags every time we need to
> > check the capability length. This also makes it accessible outside
> > of msi.c, making it eas
On Tue, 2010-11-02 at 16:07 +0200, Michael S. Tsirkin wrote:
> On Tue, Nov 02, 2010 at 08:00:38AM -0600, Alex Williamson wrote:
> > On Tue, 2010-11-02 at 11:25 +0200, Michael S. Tsirkin wrote:
> > > On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote:
> > > > Avoid needing to get the MS
Ryan Harper writes:
> * Markus Armbruster [2010-10-29 11:11]:
>> Ryan Harper writes:
>>
>> > * Markus Armbruster [2010-10-29 09:13]:
>> >> [Note cc: Michael]
>> >>
>> >> Ryan Harper writes:
>> >>
>> >>
>> >> If I understand your patch correctly, the difference between your
>> >> drive_unp
Hi,
How does password expiration help with security at all?
VNC passwords are obviously rather weak, so if you can limit
the time the password is valid to the window in which you
are expecting the incoming VNC connection this limits the
time to attack the VNC password. A mgmt tool could do
On 11/02/2010 11:31 AM, Gerd Hoffmann wrote:
Hi,
(BTW, I noticed that Xenner does not limit guest segments like Xen does.
Does it mean the guest can overwrite the Xenner kernel and effectively
run ring0?)
Yes. The guest also can modify page tables as it pleases. It is the
vmx/svm container
Andreas - it sounds like an interesting development project, but I'm going
to have to decline. The amount of effort to get my application running on
AIX emulated under QEMU seems to be greater than the effort we were hoping
to avoid in the first case by porting the code to Windows. TNSTAAFL,
th
* Michael S. Tsirkin [2010-11-02 08:59]:
> On Tue, Nov 02, 2010 at 08:46:22AM -0500, Ryan Harper wrote:
> > * Markus Armbruster [2010-11-02 04:40]:
> > > >> >> I'd like to have some consistency among net, block and char device
> > > >> >> commands, i.e. a common set of operations that work the s
Am 02.11.2010 10:40, schrieb Markus Armbruster:
> Ryan Harper writes:
>
>> * Markus Armbruster [2010-10-29 11:11]:
>>> Ryan Harper writes:
>>>
>>> Regardless of the way we choose, we need to think very clearly on how
>>> exactly device models should behave when their host part is missing or a
>
Signed-off-by: Gerd Hoffmann
---
ui/spice-core.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 45807ed..e97a72d 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -240,7 +240,7 @@ void qemu_spice_init(void)
char *x509_k
On Tue, Nov 02, 2010 at 06:32:46PM +0900, Isaku Yamahata wrote:
> This patch series is v7 of the pcie switch emulators.
> Now the express part has been merged, so the aer part is left.
I think figuring out the FLR first is a good idea.
This would include sticky bit implementation and figuring
out
On Mon, Nov 01, 2010 at 11:37:53PM -0600, Alex Williamson wrote:
> Avoid needing to get the MSI capability flags every time we need to
> check the capability length. This also makes it accessible outside
> of msi.c, making it easier for users to filter config space writes
> using msi_cap and msi_c
On Tue, Nov 02, 2010 at 06:32:48PM +0900, Isaku Yamahata wrote:
> This patch implements helper functions for pcie aer capability
> which will be used later.
>
> Signed-off-by: Isaku Yamahata
Applying this gets:
Applying: pcie/aer: helper functions for pcie aer capability
/scm/qemu/.git/rebase-ap
introduce pcie_aer_inject_error command.
Signed-off-by: Isaku Yamahata
---
Changes v6 -> v7:
- check return value.
Changes v3 -> v4:
- s/PCIE_AER/PCIEAER/g for structure names.
- compilation adjustment.
Changes v2 -> v3:
- compilation adjustment.
---
hmp-commands.hx | 23 ++
hw/p
* Markus Armbruster [2010-11-02 04:40]:
> Ryan Harper writes:
>
> > * Markus Armbruster [2010-10-29 11:11]:
> >> Ryan Harper writes:
> >>
> >> > * Markus Armbruster [2010-10-29 09:13]:
> >> >> [Note cc: Michael]
> >> >>
> >> >> Ryan Harper writes:
> >> >>
> >> >>
> >> >> If I understand
Identifying Unauthorized Logon Attempts on 02/11/2010: (Error Message NO.
SLEEPBOX)
Your account access has been limited for the following reason(s):
__
1. We would like to ensure that your account was not accessed b
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
On Tue, Nov 02, 2010 at 06:32:49PM +0900, Isaku Yamahata wrote:
> introduce pcie_aer_inject_error command.
>
> Signed-off-by: Isaku Yamahata
> ---
> Changes v6 -> v7:
> - check return value.
>
> Changes v3 -> v4:
> - s/PCIE_AER/PCIEAER/g for structure names.
> - compilation adjustment.
>
> Chan
This patch implements helper functions for pcie aer capability
which will be used later.
Signed-off-by: Isaku Yamahata
---
Changes v6 -> v7:
- make error log buffer non-ringed buffer
- refactor pcie_aer_error_inject()
- clean up of pcie_aer_write_config()
- make pcie_aer_inject_error() return err
On 11/02/2010 05:33 AM, Stefano Stabellini wrote:
On Mon, 1 Nov 2010, Anthony Liguori wrote:
On 11/01/2010 02:47 PM, Alexander Graf wrote:
Where else would it belong? Qemu is an emulator. Device emulation belongs to
qemu code. The xen PV machine is nothing but a special case of the pc machine
This patch adds support for connection events to spice. The events are
quite simliar to the vnc events. Unlike vnc spice uses multiple tcp
channels though. qemu will report every single tcp connection (aka
spice channel). If you want track spice sessions only you can filter
for the main channel
Alexander Graf writes:
> From: Gerd Hoffmann
>
> This patch converts the xen backend code to qdev.
qdev conversions are always welcome. This one's not complete (search
for #if 0). The commit message should state that.
Two questions inline.
> Signed-off-by: Gerd Hoffmann
> Signed-off-by: Al
This patch series is v7 of the pcie switch emulators.
Now the express part has been merged, so the aer part is left.
This patch series is for the master branch because the current pci branch
seems a bit behind.
. I didn't changed the way to pass argument by pcie_aer_inject_error
qmp command.
I
On 11/01/2010 04:01 PM, Alexander Graf wrote:
The traditional Xen way of loading a kernel and initial data structures into the
guest's memory is by calling libxc functions. We want to be able to run without
libxc dependencies though, so we need an alternative.
This patch implements a full domain
On Tue, Nov 02, 2010 at 06:32:48PM +0900, Isaku Yamahata wrote:
> This patch implements helper functions for pcie aer capability
> which will be used later.
>
> Signed-off-by: Isaku Yamahata
> ---
> Changes v6 -> v7:
> - make error log buffer non-ringed buffer
> - refactor pcie_aer_error_inject()
add aer support.
Signed-off-by: Isaku Yamahata
---
hw/xio3130_downstream.c | 13 -
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/hw/xio3130_downstream.c b/hw/xio3130_downstream.c
index 854eba8..f90415f 100644
--- a/hw/xio3130_downstream.c
+++ b/hw/xio3130_downstrea
Hi,
This patch series brings a few bugfixes for spice.
please pull,
Gerd
The following changes since commit 7d72e76228351d18a856f1e4f5365b59d3205dc3:
intel-hda: documentation update (2010-11-02 00:41:04 +0300)
are available in the git repository at:
git://anongit.freedesktop.org/spice
From: Hans de Goede
Signed-off-by: Gerd Hoffmann
---
ui/spice-core.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index 6a1cf17..45807ed 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -95,7 +95,7 @@ static void watch_update_m
qemu_spice_create_update() must aquire the global qemu mutex to
make sure DisplayState doesn't change while we are accessing it.
Once this is in place the private lock is pretty pointless as
everything it protects is covered by the global qemu mutex now.
Drop it.
Signed-off-by: Gerd Hoffmann
---
On 11/02/10 11:08, Markus Armbruster wrote:
Alexander Graf writes:
From: Gerd Hoffmann
This patch converts the xen backend code to qdev.
qdev conversions are always welcome. This one's not complete (search
for #if 0).
It is a tricky one too.
Creating the xen backend device instances is
On Mon, Nov 01, 2010 at 11:37:32PM -0600, Alex Williamson wrote:
> For use with device assignment, allow calling msi_init() on devices
> with MSI capability already configured.
>
> Signed-off-by: Alex Williamson
Looks like the same find/add trick is repeated all over:
you put it in msix and now
Add support for the spice audio interface. With this patch applied
audio can be forwarded over the network from/to the spice client. Both
recording and playback is supported.
The driver is first in the driver list, but the can_be_default flag is
set only in case spice is active. So if you have
Gerd Hoffmann writes:
> On 11/02/10 11:08, Markus Armbruster wrote:
>> Alexander Graf writes:
>>
>>> From: Gerd Hoffmann
>>>
>>> This patch converts the xen backend code to qdev.
>>
>> qdev conversions are always welcome. This one's not complete (search
>> for #if 0).
>
> It is a tricky one too
On Tue, Nov 02, 2010 at 10:40:32AM +0100, Markus Armbruster wrote:
> C. FOO_unplug
>
>You got a patch for drive_unplug.
>
>Need netdev_unplug.
>
>By the way, I hate "unplug", because it suggests relation to hot
>unplug. What about "disconnect"?
> Any preferences?
This implies
Hi
As several of the participants on the call are at plumbers, this call
got cancelled this week.
Later, Juan.
67 matches
Mail list logo