+1
On 1 February 2012 18:23, Peter Maydell wrote:
> Since target-arm has some CPUState fields for which we take the approach
> of baking assumptions about them into translated code and then calling
> tb_flush() when the fields change, we must also tb_flush on CPU reset,
> because reset is a change of
On 29 January 2012 08:52, Stefan Weil wrote:
> The parameters initrd_size and base are already included
> in the info parameter, so there is no need to pass them
> separately.
Thanks, applied.
Cheers
On 24 January 2012 20:32, Vasily Khoruzhick wrote:
> Signed-off-by: Vasily Khoruzhick
Thanks, applied this patch.
Cheers
Thanks! Where can I get ISO of new drivers pack? for Ubuntu 10.04
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/818673
Title:
virtio: trying to map MMIO memory
Status in QEMU:
New
Bug descripti
On 7 February 2012 18:56, Peter Maydell wrote:
> The correct FPSID for the Cortex-A9 (according to the TRM) is
> 0x41033090 for the r0p0 that we claim to model.
Thanks, applied this patch.
Cheers
On 20 January 2012 13:06, Paolo Bonzini wrote:
> This lets the user specify the desired semantics. By default, the RTC
> will follow adjustments from the host's NTP client. "-rtc clock=vm" will
> improve determinism with both icount and qtest. Finally, the previous
> behavior is available with
On 20 January 2012 12:10, Paolo Bonzini wrote:
> I noticed some unused code in the twl92230, probably from before
> qdev-ification. This patch makes the machine use the chip's pwrbtn
> signal.
Thanks, applied this patch.
Cheers
I would like to know if some one is playing around with the patchset.
If yes, can any one make one response? I am very interested in rebasing
it, and then playing with it.
On Tue, Jan 24, 2012 at 6:42 PM, Stefan Hajnoczi wrote:
> On Tue, Jan 24, 2012 at 6:22 PM, Benjamin wrote:
>> Hello Stefan,
sorry, made one mistake
On Fri, Feb 17, 2012 at 2:34 PM, Zhi Yong Wu wrote:
> I would like to know if some one is playing around with the patchset.
>
> If yes, can you make one response? I am very interested in rebasing
> it, and then playing with it.
>
> On Fri, Feb 10, 2012 at 7:34 PM, Stefan H
Filename is now displayed at VGA splash screen
to see which BIOS on different VGAs will be used.
Signed-off-by: Gerhard Wiesinger
---
Makefile |2 +-
vgabios.c |3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 578721a..627b758 100644
--- a
I would like to know if some one is playing around with the patchset.
If yes, can you make one response? I am very interested in rebasing
it, and then playing with it.
On Fri, Feb 10, 2012 at 7:34 PM, Stefan Hajnoczi
wrote:
> From: Benjamin MARSILI
>
> Signed-off-by: Benjamin MARSILI
> Signed-
From: Zhi Yong Wu
As you have known, QEMU upstream currently doesn't support for -netdev
socket,listen; This patch makes it work now.
Signed-off-by: Zhi Yong Wu
---
net/socket.c | 17 +
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/net/socket.c b/net/socket
On 02/16/2012 01:08 PM, Peter Maydell wrote:
> On 16 February 2012 18:39, Meador Inge wrote:
>> On 02/15/2012 02:14 PM, Peter Maydell wrote:
>>> I think the right way to deal with both the problem you were seeing
>>> and this related issue is simply not to try to send the syscall
>>> request unti
Am 17.02.2012 02:47, schrieb Andreas Färber:
> Since QOM'ification, qdev_try_create() uses object_new() internally,
> which asserts "type != NULL" when the type is not registered.
> This was revealed by the combination of kvmclock's kvm_enabled() check
> and early QOM type registration.
>
> Check
Since QOM'ification, qdev_try_create() uses object_new() internally,
which asserts "type != NULL" when the type is not registered.
This was revealed by the combination of kvmclock's kvm_enabled() check
and early QOM type registration.
Check whether the class exists before calling object_new(), so
Currently, the "kvmclock" type is only registered when kvm_enabled().
This breaks when moving type registration to before command line
parsing (so that QOM types can be used for CPU and machine).
Since the QOM classes are lazy-initialized anyway and kvmclock_create()
has another kvm_enabled() che
2012/2/17 Roy Tam :
> 2012/2/17 Stefan Weil <932...@bugs.launchpad.net>:
>> The crash is caused by non-working thread local storage (TLS) in
>> coroutine-win32.c.
>>
>> It took me some time to analyze this bug because I don't get it in my native
>> w32 environment with gcc-4.6.2,
>> but I could re
2012/2/17 Stefan Weil <932...@bugs.launchpad.net>:
> The crash is caused by non-working thread local storage (TLS) in
> coroutine-win32.c.
>
> It took me some time to analyze this bug because I don't get it in my native
> w32 environment with gcc-4.6.2,
> but I could reproduce it with cross compil
On Thu, Feb 16, 2012 at 04:01:58PM +0100, Kevin Wolf wrote:
> Hi Christoph,
>
> I just talked to Stefan about our testing, both regarding the block
> layer and qemu in general, and we came to the conclusion that it would
> probably make sense to merge qemu-iotests into qemu.git.
>
> The immediate
On 02/15/2012 02:14 PM, Peter Maydell wrote:
> Here's tracing when it goes wrong:
> gdb_do_syscall: vm_stop(RUN_STATE_DEBUG)
> reply='Fread,0003,04000188,0200'
> gdb_chr_receive bytes 1042
> # got the data back before the state change
> Got ACK
> dropping char $, vm_stop(RUN_STATE_PAUSED)
On 16.02.2012, at 21:41, Scott Wood wrote:
> On 02/16/2012 01:38 PM, Avi Kivity wrote:
>> On 02/16/2012 09:34 PM, Alexander Graf wrote:
>>> On 16.02.2012, at 20:24, Avi Kivity wrote:
>>>
On 02/15/2012 04:08 PM, Alexander Graf wrote:
>>
>> Well, the scatter/gather registers I propos
On 16.02.2012, at 20:38, Avi Kivity wrote:
> On 02/16/2012 09:34 PM, Alexander Graf wrote:
>> On 16.02.2012, at 20:24, Avi Kivity wrote:
>>
>>> On 02/15/2012 04:08 PM, Alexander Graf wrote:
>
> Well, the scatter/gather registers I proposed will give you just one
> register or all of
On Thu, 2012-02-16 at 21:28 +0200, Avi Kivity wrote:
> On 02/16/2012 03:04 AM, Michael Ellerman wrote:
> > >
> > > ioctl is good for hardware devices and stuff that you want to enumerate
> > > and/or control permissions on. For something like KVM that is really a
> > > core kernel service, a sysca
Will be used in the next patch.
Signed-off-by: Alon Levy
---
hw/qxl-render.c|2 +-
hw/qxl.c | 63 +++
hw/qxl.h |2 +-
ui/spice-display.c | 24 +--
ui/spice-display.h | 10
5 files chang
Removes the last user of QXL_SYNC when using update drivers that use the
_ASYNC io ports.
The last user is qxl_render_update, it is called both by qxl_hw_update
which is the vga_hw_update_ptr passed to graphic_console_init, and by
qxl_hw_screen_dump.
Signed-off-by: Alon Levy
---
hw/qxl-render.c
On Thu, 16 Feb 2012, Eric Blake wrote:
> On 02/16/2012 12:23 PM, malc wrote:
> > On Thu, 16 Feb 2012, Michael S. Tsirkin wrote:
> >
> >> Use scanf instead of manual string scanning.
> >>
> >> +
> >> +/* Parse [[:]:] */
> >> +sscanf(addr, "%x:%x:%x%n", &dom, &bus, &slot, &n);
> >
> > ssca
> i see an error message has been added, which is great (i killed a
> couple hours of $%!@ until i noticed the truncated length was *exactly
> 32* bytes; silent truncation), but it would really be great if this
> restriction could be lifted, or at least mitigated by expanding the
> field some.
>
>
The crash is caused by non-working thread local storage (TLS) in
coroutine-win32.c.
It took me some time to analyze this bug because I don't get it in my native
w32 environment with gcc-4.6.2,
but I could reproduce it with cross compiled w32 code. SwitchToFiber crashed
because it was called wit
** Changed in: qemu
Status: New => Confirmed
** Changed in: qemu
Assignee: (unassigned) => Stefan Weil (ubuntu-weilnetz)
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/932487
Title:
win
On 02/16/2012 01:38 PM, Avi Kivity wrote:
> On 02/16/2012 09:34 PM, Alexander Graf wrote:
>> On 16.02.2012, at 20:24, Avi Kivity wrote:
>>
>>> On 02/15/2012 04:08 PM, Alexander Graf wrote:
>
> Well, the scatter/gather registers I proposed will give you just one
> register or all of them
On 02/16/2012 12:23 PM, malc wrote:
> On Thu, 16 Feb 2012, Michael S. Tsirkin wrote:
>
>> Use scanf instead of manual string scanning.
>>
>> +
>> +/* Parse [[:]:] */
>> +sscanf(addr, "%x:%x:%x%n", &dom, &bus, &slot, &n);
>
> sscanf can fail.
Worse, the *scanf family has undefined behavio
On Thu, Feb 16, 2012 at 06:25:03PM +0100, Michal Privoznik wrote:
> This command returns an array of:
>
> [ifname, ipaddr, ipaddr_family, prefix, hwaddr]
>
> for each interface in the system that has an IP address.
> Currently, only IPv4 and IPv6 are supported.
Cool stuff, seems pretty useful.
On 2012-02-16 19:55, Avi Kivity wrote:
> kvm-unit-tests.git x86/apic.flat is failing ioapic tests with
>
> qemu-system-x86_64 -vnc :99 -device testdev,chardev=x -chardev null,id=x
> -smp 2 -kernel ./x86/apic.flat -serial stdio
> ...
> ioapic interrupt: FAIL
> ioapic simultaneous interrupt: FAIL
>
On 02/16/2012 09:34 PM, Alexander Graf wrote:
> On 16.02.2012, at 20:24, Avi Kivity wrote:
>
> > On 02/15/2012 04:08 PM, Alexander Graf wrote:
> >>>
> >>> Well, the scatter/gather registers I proposed will give you just one
> >>> register or all of them.
> >>
> >> One register is hardly any use.
On 02/16/2012 04:46 PM, Anthony Liguori wrote:
>> What will it buy us? Surely not speed. Entering a guest is not much
>> (if at all) faster than exiting to userspace and any non trivial
>> operation will require exit to userspace anyway,
>
>
> You can emulate the PIT/RTC entirely within the guest u
On 16.02.2012, at 20:24, Avi Kivity wrote:
> On 02/15/2012 04:08 PM, Alexander Graf wrote:
>>>
>>> Well, the scatter/gather registers I proposed will give you just one
>>> register or all of them.
>>
>> One register is hardly any use. We either need all ways of a respective
>> address to do a
On 02/16/2012 03:04 AM, Michael Ellerman wrote:
> >
> > ioctl is good for hardware devices and stuff that you want to enumerate
> > and/or control permissions on. For something like KVM that is really a
> > core kernel service, a syscall makes much more sense.
>
> Yeah maybe. That distinction is a
On 02/15/2012 04:08 PM, Alexander Graf wrote:
> >
> > Well, the scatter/gather registers I proposed will give you just one
> > register or all of them.
>
> One register is hardly any use. We either need all ways of a respective
> address to do a full fledged lookup or all of them.
I should have
On Thu, 16 Feb 2012, Michael S. Tsirkin wrote:
> Use scanf instead of manual string scanning.
>
> Signed-off-by: Michael S. Tsirkin
> ---
> hw/pci.c | 81
> +-
> 1 files changed, 38 insertions(+), 43 deletions(-)
>
> diff --git a/h
Use scanf instead of manual string scanning.
Signed-off-by: Michael S. Tsirkin
---
hw/pci.c | 81 +-
1 files changed, 38 insertions(+), 43 deletions(-)
diff --git a/hw/pci.c b/hw/pci.c
index 5827c0e..a8c0b69 100644
--- a/hw/pci.c
+++
On 16 February 2012 18:39, Meador Inge wrote:
> On 02/15/2012 02:14 PM, Peter Maydell wrote:
>> I think the right way to deal with both the problem you were seeing
>> and this related issue is simply not to try to send the syscall
>> request until we have really stopped the CPU. That is, when not
On Thu, 16 Feb 2012 19:30:13 +0100
Markus Armbruster wrote:
> > We're probably taking shortcuts so that this
> > function really sees a closed -> closed transition when we really have
> > closed -> open -> closed.
>
> Let's figure out how this stuff really works.
>
> 1. Gues
Kevin Wolf writes:
> Am 16.02.2012 14:14, schrieb Luiz Capitulino:
>> On Thu, 16 Feb 2012 10:25:43 +0100
>> Markus Armbruster wrote:
>>
>>> Luiz Capitulino writes:
>>>
It's emitted whenever the tray is moved by the guest or by HMP/QMP
commands.
>>>
>>> I like the simplicity of this p
kvm-unit-tests.git x86/apic.flat is failing ioapic tests with
qemu-system-x86_64 -vnc :99 -device testdev,chardev=x -chardev null,id=x
-smp 2 -kernel ./x86/apic.flat -serial stdio
...
ioapic interrupt: FAIL
ioapic simultaneous interrupt: FAIL
This happens because the test is invoking gsi 16, whi
Replace object_delete() with object_unref().
In the existing implementation, object_delete()
calls object_unref(), then frees the object's storage.
Running object_delete() on an object with reference count
different from one (1) causes program failure.
In the existing im
Removed unused pl080_init().
Signed-off-by: Alexander Barabash
diff --git a/hw/primecell.h b/hw/primecell.h
index de7d6f2..ded0446 100644
--- a/hw/primecell.h
+++ b/hw/primecell.h
@@ -5,9 +5,6 @@
/* Also includes some devices that are currently only used by the
ARM boards. */
-/
+1
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
Removed unused arm_sysctl_init().
Renamed arm_sysctl_init1() into arm_sysctl_init().
Signed-off-by: Alexander Barabash
diff --git a/hw/arm_sysctl.c b/hw/arm_sysctl.c
index 149c639..5f1237b 100644
--- a/hw/arm_sysctl.c
+++ b/hw/arm_sysctl.c
@@ -378,7 +378,7 @@ static void arm_sysctl
On 16 February 2012 18:18, Peter Maydell wrote:
> On 16 February 2012 17:37, Alexander Barabash
> wrote:
>>
>> Removed unused arm_sysctl_init().
>> Renamed arm_sysctl_init1() into arm_sysctl_init().
>>
>> Signed-off-by: Alexander Barabash
>
> This also is textually identical to a patch
+1
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
Am 16.02.2012 18:37, schrieb Alexander Barabash:
>
> Removed unused arm_sysctl_init().
> Renamed arm_sysctl_init1() into arm_sysctl_init().
>
> Signed-off-by: Alexander Barabash
This I believe I already reviewed in a patchset from Peter.
Not "trivial" but ARM.
Andreas
>
> diff -
On 16 February 2012 17:37, Alexander Barabash
wrote:
>
> Removed unused arm_sysctl_init().
> Renamed arm_sysctl_init1() into arm_sysctl_init().
>
> Signed-off-by: Alexander Barabash
This also is textually identical to a patch I just submitted
this week. Are you sure you aren't somehow l
Michael S. Tsirkin (2):
pci: don't export an internal function
pci: rewrite devaddr parsing
hw/pci.c | 83 +
hw/pci.h |2 -
2 files changed, 39 insertions(+), 46 deletions(-)
--
1.7.9.111.gf3fb0
Make an internal function, pci_parse_devaddr,
static.
Signed-off-by: Michael S. Tsirkin
---
hw/pci.c |2 +-
hw/pci.h |2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/hw/pci.c b/hw/pci.c
index f580bb5..5827c0e 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -478,7 +478,7 @@ s
On 16 February 2012 17:39, Alexander Barabash
wrote:
>
> Add object_property_get_child().
>
> Adding a direct accessor to a child property.
>
> In the existing implementation, object_property_get() must be used,
> with with a visitor, implementing the 'type_str' callback,
> receivin
Object model lifecycle changes aren't trivial IMHO.
[no comment on actual patch contents implied]
-- PMM
On 16 February 2012 17:38, Alexander Barabash
wrote:
>
> Replace object_delete() with object_unref().
>
> In the existing implementation, object_delete()
> calls object_unref(), then
On 16 February 2012 17:36, Alexander Barabash
wrote:
>
> Removed unused pl080_init().
I posted the equivalent of this patch recently and it is in
arm-devs.next -- please don't commit to qemu-trivial.
Thanks
-- PMM
Add object_property_get_child().
Adding a direct accessor to a child property.
In the existing implementation, object_property_get() must be used,
with with a visitor, implementing the 'type_str' callback,
receiving the child's canonical path.
In the new implementation,
This command returns an array of:
[ifname, ipaddr, ipaddr_family, prefix, hwaddr]
for each interface in the system that has an IP address.
Currently, only IPv4 and IPv6 are supported.
Signed-off-by: Michal Privoznik
---
qapi-schema-guest.json | 16 +
qga/guest-agent-commands.c | 15
+1
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
+1
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
+1
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
This allows us to reduce the size of the surfaces bar minimally while
not breaking current drivers. To completely disable the bar, or make it
zero sized, would break them.
Signed-off-by: Alon Levy
---
hw/qxl.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/qxl.c
+1
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
It was a long journey.
But now it seem like we've managed to fix this problem.
https://bugzilla.redhat.com/show_bug.cgi?id=771390#c45
I put new drivers here:
http://people.redhat.com/vrozenfe/vioscsi.vfd
Best regards,
Vadim.
--
You received this bug notification because you are a member of qem
Fixes a warning from gtk-doc.
Signed-off-by: Andreas Färber
---
include/qemu/object.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/qemu/object.h b/include/qemu/object.h
index 69cc2ab..c871254 100644
--- a/include/qemu/object.h
+++ b/include/qemu/object.h
@@ -
Hey,
I've taken the liberty of rebasing Anthony's gtk-doc patches to verify the
documentation I'm adding in the CPU series. Here's some warning fixes that
came out of this endeavor.
Two open issues remain:
* Identifier extensions (e.g., #Objects) lead to warnings.
* Some structs are not picked up
Fixes gtk-doc warnings.
Signed-off-by: Andreas Färber
---
include/qemu/object.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/qemu/object.h b/include/qemu/object.h
index c871254..5179c0c 100644
--- a/include/qemu/object.h
+++ b/include/qemu/object.h
@@ -486,
On 02/15/2012 10:46 PM, Anthony Liguori wrote:
> Please respond to this note with an '+1', or an Ack, to vote for this icon.
ACK
if this doesn't thread correctly ... RE:
http://lists.gnu.org/archive/html/qemu-devel/2011-09/msg03694.html
On Thu, 29 Sep 2011 16:45:37 +0100, Daniel P. Berrange wrote:
> On Thu, Sep 29, 2011 at 08:52:14PM +0530, Aneesh Kumar K.V wrote:
>> On Wed, 28 Sep 2011 16:18:07 +0100, Daniel P. Berrange w
+1
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
On Tuesday 07 February 2012, Alexander Graf wrote:
> >>
> >> Not sure we'll ever get there. For PPC, it will probably take another 1-2
> >> years until we get the 32-bit targets stabilized. By then we will have new
> >> 64-bit support though. And then the next gen will come out giving us even
>
On Tuesday 07 February 2012, Alexander Graf wrote:
> On 07.02.2012, at 07:58, Michael Ellerman wrote:
>
> > On Mon, 2012-02-06 at 13:46 -0600, Scott Wood wrote:
> >> You're exposing a large, complex kernel subsystem that does very
> >> low-level things with the hardware. It's a potential source o
On 02/16/2012 06:54 AM, Jan Kiszka wrote:
On 2012-02-16 13:51, Anthony Liguori wrote:
On 02/16/2012 06:01 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
+static ICCBusDeviceInfo cpu_device_info = {
+.qdev.name = "cpu-pc",
+.qdev.size = sizeof(CPUPC),
+.qdev.reset =
Am 16.02.2012 00:16, schrieb Igor Mammedov:
> Convert pc cpu to qdev device that is attached to icc bus, later
> hot-plug ability of icc bus will allow to implement cpu hot-plug.
>
> Signed-off-by: Igor Mammedov
This conflicts with CPU QOM'ification across targets (and no longer
applies due to t
On 02/16/2012 02:13 PM, Roy Tam wrote:
> * Before a Thread can call SwitchToFiber() it must call
> ConvertThreadToFiber(), but there is no way prior to Vista
> to know if a Thread created by alien code is already a
> Fiber, and the documentation is spectacularly unclear on the
> c
Am 16.02.2012 10:33, schrieb Igor Mammedov:
> On 02/16/2012 12:35 AM, Anthony Liguori wrote:
>> On 02/15/2012 05:16 PM, Igor Mammedov wrote:
>>> Adds ability to hot-add cpus if guest was started with options
>>> -smp X,maxcpus=Y
>>> where X< Y.
>>> For simplicity sake this implementation doesn't al
On 02/14/2012 05:13 PM, Jan Kiszka wrote:
> This enables acceleration for MMIO-based TPR registers accesses of
> 32-bit Windows guest systems. It is mostly useful with KVM enabled,
> either on older Intel CPUs (without flexpriority feature, can also be
> manually disabled for testing) or any curren
On 2012-02-16 16:21, Avi Kivity wrote:
> On 02/14/2012 05:13 PM, Jan Kiszka wrote:
>> Note that KVM without in-kernel irqchip will report the address after
>> the instruction that triggered a write access. In contrast, read
>> accesses will return the precise information.
>>
>
> Well this is wierd
On 02/14/2012 05:13 PM, Jan Kiszka wrote:
> Note that KVM without in-kernel irqchip will report the address after
> the instruction that triggered a write access. In contrast, read
> accesses will return the precise information.
>
Well this is wierd. We could retro-doc one or the other behaviour,
Hi Christoph,
I just talked to Stefan about our testing, both regarding the block
layer and qemu in general, and we came to the conclusion that it would
probably make sense to merge qemu-iotests into qemu.git.
The immediate benefit would be that we could include some short-running
tests into 'mak
On 02/16/2012 02:57 AM, Gleb Natapov wrote:
On Wed, Feb 15, 2012 at 03:59:33PM -0600, Anthony Liguori wrote:
On 02/15/2012 07:39 AM, Avi Kivity wrote:
On 02/07/2012 08:12 PM, Rusty Russell wrote:
I would really love to have this, but the problem is that we'd need a
general purpose bytecode VM
On Thu, 16 Feb 2012 14:31:56 +0100
Kevin Wolf wrote:
> Am 16.02.2012 14:14, schrieb Luiz Capitulino:
> > On Thu, 16 Feb 2012 10:25:43 +0100
> > Markus Armbruster wrote:
> >
> >> Luiz Capitulino writes:
> >>
> >>> It's emitted whenever the tray is moved by the guest or by HMP/QMP
> >>> commands
Am 16.02.2012 14:14, schrieb Luiz Capitulino:
> On Thu, 16 Feb 2012 10:25:43 +0100
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
>>
>>> It's emitted whenever the tray is moved by the guest or by HMP/QMP
>>> commands.
>>
>> I like the simplicity of this patch. A few remarks inline.
>>
On Thu, 16 Feb 2012 11:14:47 -0200
Luiz Capitulino wrote:
> On Thu, 16 Feb 2012 10:25:43 +0100
> Markus Armbruster wrote:
>
> > Luiz Capitulino writes:
> >
> > > It's emitted whenever the tray is moved by the guest or by HMP/QMP
> > > commands.
> >
> > I like the simplicity of this patch. A
On Thu, 16 Feb 2012 10:25:43 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > It's emitted whenever the tray is moved by the guest or by HMP/QMP
> > commands.
>
> I like the simplicity of this patch. A few remarks inline.
>
> > Signed-off-by: Luiz Capitulino
> > ---
> > QMP/q
2012/2/16 Kevin Wolf :
> Am 16.02.2012 12:01, schrieb Paolo Bonzini:
>> On 02/16/2012 11:34 AM, Kevin Wolf wrote:
>>> Remember that I saw a similar crash a while ago? It was definitely a
>>> NULL pointer access somewhere inside SwitchToFiber. I can't remember
>>> exactly what came out of it, but I
On 2012-02-16 13:59, Anthony Liguori wrote:
> On 02/16/2012 06:50 AM, Jan Kiszka wrote:
>> On 2012-02-16 13:42, Anthony Liguori wrote:
>>> On 02/16/2012 05:25 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
> Introduce a new structure CPUS as the controller of ICC (INTERRUP
On 02/16/2012 06:50 AM, Jan Kiszka wrote:
On 2012-02-16 13:42, Anthony Liguori wrote:
On 02/16/2012 05:25 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
Introduce a new structure CPUS as the controller of ICC (INTERRUPT
CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold API
On 2012-02-16 10:12, Gleb Natapov wrote:
> Call to kvm_cpu_synchronize_state() is missing.
> kvm_arch_stop_on_emulation_error may
> look at outdated registers here.
>
> Signed-off-by: Gleb Natapov
> diff --git a/target-i386/kvm.c b/target-i386/kvm.c
> index 7079e87..51d0ae7 100644
> --- a/target
On 2012-02-16 13:51, Anthony Liguori wrote:
> On 02/16/2012 06:01 AM, Jan Kiszka wrote:
>> On 2012-02-16 00:16, Igor Mammedov wrote:
>>> +static ICCBusDeviceInfo cpu_device_info = {
>>> +.qdev.name = "cpu-pc",
>>> +.qdev.size = sizeof(CPUPC),
>>> +.qdev.reset = cpu_device_reset,
>>> +
On 02/16/2012 06:01 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
+static ICCBusDeviceInfo cpu_device_info = {
+.qdev.name = "cpu-pc",
+.qdev.size = sizeof(CPUPC),
+.qdev.reset = cpu_device_reset,
+.init = cpu_device_init,
+.qdev.props = (Property[]) {
+
On 2012-02-16 13:42, Anthony Liguori wrote:
> On 02/16/2012 05:25 AM, Jan Kiszka wrote:
>> On 2012-02-16 00:16, Igor Mammedov wrote:
>>> Introduce a new structure CPUS as the controller of ICC (INTERRUPT
>>> CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead
>>> of sysbus. So we can
Your mail has not CCed to qemu-devel mail, and only sent to me.
Help you fwd to qemu-devel mail list.
On Thu, Feb 16, 2012 at 12:44 PM, Khansa Butt wrote:
> +1
>
>
> On Thu, Feb 16, 2012 at 6:56 AM, Zhi Yong Wu wrote:
>>
>> On Wed, Feb 15, 2012 at 10:34 PM, Anthony Liguori
>> wrote:
>> > Pleas
On 02/15/2012 05:16 PM, Igor Mammedov wrote:
Convert pc cpu to qdev device that is attached to icc bus, later
hot-plug ability of icc bus will allow to implement cpu hot-plug.
Signed-off-by: Igor Mammedov
Obviously, this needs to go to QOM, but also, this is a shallow conversion.
Beginning wi
On 02/16/2012 05:25 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
Introduce a new structure CPUS as the controller of ICC (INTERRUPT
CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead
of sysbus. So we can support APIC hot-plug feature.
This is repost of origina
The performance test will also check for nesting. It will do
a certain quantity of cycles, and each of one will do a depth
nesting process.
This is useful for benchmarking the creation of coroutines,
given that nesting is creation-intensive (and the other perf
test does not benchmark that).
Signe
On 2012-02-16 00:16, Igor Mammedov wrote:
> +static ICCBusDeviceInfo cpu_device_info = {
> +.qdev.name = "cpu-pc",
> +.qdev.size = sizeof(CPUPC),
> +.qdev.reset = cpu_device_reset,
> +.init = cpu_device_init,
> +.qdev.props = (Property[]) {
> +DEFINE_PROP_STRING("model",
On Wed, Feb 15, 2012 at 07:55:47PM +0100, Jan Kiszka wrote:
> On 2012-02-15 19:45, Michael S. Tsirkin wrote:
> > Remove ugly macros for field names,
> > change done by the following script:
> >
> > s#\bifq_prev\b#m_prev#g;
> > s#\bifq_next\b#m_next#g;
> > s#\bifs_prev\b#m_prevpkt#g;
> > s#\bifs_ne
1 - 100 of 134 matches
Mail list logo