On Fri, Nov 23, 2012 at 02:40:10PM +0100, Alexander Graf wrote:
>
> On 23.11.2012, at 11:18, Jens Freimann wrote:
>
> > When resetting vcpus on s390/kvm we have to clear registers, psw
> > and prefix as described in the z/Architecture PoP, otherwise a
> > reboot won't work. IPL PSW and prefix are
On Fri, Nov 23, 2012 at 03:32:16PM +0100, Christian Borntraeger wrote:
> On 23/11/12 14:40, Alexander Graf wrote:
> >
> > On 23.11.2012, at 11:18, Jens Freimann wrote:
> >
> >> When resetting vcpus on s390/kvm we have to clear registers, psw
> >> and prefix as described in the z/Architecture PoP,
Il 24/11/2012 10:27, Wenchao Xia ha scritto:
> Libqblock was placed in new directory ./libqblock, libtool will build
> dynamic library there, source files of block layer remains in ./block.
> So block related source code will generate 3 sets of binary, first is old
> ones used in qemu, second and
Il 26/11/2012 02:33, David Gibson ha scritto:
> The virtio-scsi config space is, by specification, in guest endian (which
> is ill-defined, but there you go). In virtio_scsi_get_config() we set up
> all the fields in there, using stl_raw(). Which is a problem for the
> max_channel and max_target
Il 26/11/2012 01:12, Andreas Färber ha scritto:
> qdev_free() was trivially wrapping object_delete(). Inline it and drop
> the wrapper as a further step to QOM'ify qdev.
The reference counts of devices and buses are completely disconnected
from reality, and that's why object_delete() works.
I'd p
On Sun, Nov 25, 2012 at 10:47:00AM +, Peter Maydell wrote:
> On 25 November 2012 07:50, 陳韋任 (Wei-Ren Chen)
> wrote:
> > ping?
>
> This is v1 of the patch, you've sent a v2 and should be pinging that
> instead... Also (a) it won't go in before 1.3 release now so not
> much point in being to
Am 26.11.2012 06:31, schrieb walimis:
On Sat, Nov 24, 2012 at 11:03:13PM +0100, Stefan Weil wrote:
There are several ARM and MIPS boards which are manufactured with
either Intel (pflash_cfi01.c) or AMD (pflash_cfi02.c) flash memory.
The Linux kernel supports both and first probes for AMD flash
> Which raises the question of how to distinguish whether it's a new request to
> bs that must go through the filters or whether it actually comes from the last
> filter in the chain. As you can see, we don't have a well thought out plan
> yet,
> just rough ideas (otherwise it would probably be im
On Sat, Nov 24, 2012 at 11:03:13PM +0100, Stefan Weil wrote:
>There are several ARM and MIPS boards which are manufactured with
>either Intel (pflash_cfi01.c) or AMD (pflash_cfi02.c) flash memory.
>
>The Linux kernel supports both and first probes for AMD flash which
>resulted in one or two warning
On 11/21/2012 11:43 AM, Evgeny Voevodin wrote:
This set of patches moves global variables to tcg_ctx:
gen_opc_instr
gen_opparam_icount
gen_opc_pc
Build tested for all targets.
Execution tested on Exynos4210 target.
After this patchset was aplied,
I noticed no speed-up or slow-down of code gener
On Sun, Nov 25, 2012 at 5:51 AM, Peter Maydell wrote:
> You need to give more detail -- what is the command line you
> are running, the kernel / image you are trying to run, etc,
> have you confirmed that that kernel/image/commandline work ok
> on a Linux QEMU and it's not just that we're correctl
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/debugcon.c | 13 +
1 Datei geändert, 9 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/hw/debugcon.c b/hw/debugcon.c
index 14ab326..02846ed 10
Introduce type constant and cast macro.
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/sga.c | 12
1 Datei geändert, 8 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/hw/sga.c b/hw/sga.c
index a666349..d828f45 100644
--- a/hw/sga.c
+++ b/hw/sga.c
@@ -3
Introduce type constant and cast macro to obsolete DO_UPCAST() and
container_of(). Prepares for ISA realizefn.
Unify function naming scheme while at it.
Signed-off-by: Andreas Färber
---
hw/vga-isa.c | 29 +
1 Datei geändert, 17 Zeilen hinzugefügt(+), 12 Zeilen ent
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/serial-isa.c | 13 -
hw/serial.h |1 +
2 Dateien geändert, 9 Zeilen hinzugefügt(+), 5 Zeilen entfernt(-)
diff --git a/hw/serial-isa.c b/hw/seri
Hi Stuart & Alex,
"syms" and "str" could not be free since "symbols" is a global variable which
need stay in the memory during the whole life of VM. So it will not be free and
reload when reset.
The only change is to the previous patch of elf loader (hw/elf_ops.h) as below:
@@ -232,7 +235,9 @@
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/cirrus_vga.c | 17 +++--
1 Datei geändert, 11 Zeilen hinzugefügt(+), 6 Zeilen entfernt(-)
diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c
index 40efa8a.
Introduce type constant.
Prepares for PIC realizefn.
Signed-off-by: Andreas Färber
---
hw/kvm/i8259.c |8 +---
1 Datei geändert, 5 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-)
diff --git a/hw/kvm/i8259.c b/hw/kvm/i8259.c
index 2aaf14a..973cc08 100644
--- a/hw/kvm/i8259.c
+++ b/hw/kvm/i8
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/mc146818rtc.c | 38 +-
hw/mc146818rtc.h |2 ++
2 Dateien geändert, 23 Zeilen hinzugefügt(+), 17 Zeilen entfernt(-)
diff --g
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/pcspk.c | 11 +++
hw/pcspk.h |4 +++-
2 Dateien geändert, 10 Zeilen hinzugefügt(+), 5 Zeilen entfernt(-)
diff --git a/hw/pcspk.c b/hw/pcspk.c
index ad6
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/parallel.c | 13 +
1 Datei geändert, 9 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/hw/parallel.c b/hw/parallel.c
index c4705bc..65447d3 10
Introduce type constant and cast macro to obsolete DO_UPCAST() and
container_of().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/m48t59.c | 37 ++---
1 Datei geändert, 22 Zeilen hinzugefügt(+), 15 Zeilen entfernt(-)
diff --git a/hw/m48t59.c
Drop ISADeviceClass::init and the resulting no-op initfn and let
children implement their own realizefn. Adapt error handling.
Signed-off-by: Andreas Färber
---
hw/applesmc.c | 10 --
hw/cirrus_vga.c | 10 +-
hw/debugcon.c | 21 +
hw/fdc.c
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for PIT realizefn.
Signed-off-by: Andreas Färber
---
hw/i8254.h |3 ++-
hw/kvm/i8254.c | 21 -
2 Dateien geändert, 14 Zeilen hinzugefügt(+), 10 Zeilen entfernt(-)
diff --git a/hw/i8254.h b/hw
Whether the device was initialized or not is QOM-level information and
currently unused. Drop it from qdev. This leaves the boolean state of
whether or not DeviceClass::init was called or not, a.k.a. "realized".
Suggested-by: Anthony Liguori
Signed-off-by: Andreas Färber
---
hw/qdev-addr.c
Signed-off-by: Andreas Färber
---
hw/isa-bus.c | 14 ++
1 Datei geändert, 10 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/hw/isa-bus.c b/hw/isa-bus.c
index 144a88e..2b1fc40 100644
--- a/hw/isa-bus.c
+++ b/hw/isa-bus.c
@@ -124,9 +124,6 @@ static int isa_qdev_init(DeviceS
The virtio-scsi config space is, by specification, in guest endian (which
is ill-defined, but there you go). In virtio_scsi_get_config() we set up
all the fields in there, using stl_raw(). Which is a problem for the
max_channel and max_target fields, which are 16-bit, not 32-bit. For
little-endi
qdev_free() was trivially wrapping object_delete(). Inline it and drop
the wrapper as a further step to QOM'ify qdev.
Signed-off-by: Andreas Färber
Cc: Paolo Bonzini
---
hw/acpi_piix4.c |2 +-
hw/pci-hotplug.c |2 +-
hw/pci_bridge.c |2 +-
hw/pcie.c|2 +
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/i82374.c | 12
1 Datei geändert, 8 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/hw/i82374.c b/hw/i82374.c
index 4a922c3..82de0b0 100644
--
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/pckbd.c | 18 --
1 Datei geändert, 12 Zeilen hinzugefügt(+), 6 Zeilen entfernt(-)
diff --git a/hw/pckbd.c b/hw/pckbd.c
index 5bb3e0a..a3291ec 10064
It used a wrong struct type name since its introduction in
8f04ee0882aec9fe91fb70f767edf5dacff59835 (isa: pic: convert to QEMU
Object Model), apparently it is unused so far.
Signed-off-by: Andreas Färber
---
hw/i8259_internal.h |2 +-
1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfern
Hello Anthony and Paolo,
As announced at KVM Forum, I have been preparing a new approach to incrementally
get us Anthony's QOM realizefn concept. A previous attempt by Paolo and me had
been turned down for making this available at Object-level and over questions
whether BlockDriverState may need i
Add a typedef for the state struct and rename from Status to State.
Add type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/applesmc.c | 35 ---
1 Datei geändert, 20 Zeilen hinzugefügt(+), 15 Ze
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/wdt_ib700.c | 14 +-
1 Datei geändert, 9 Zeilen hinzugefügt(+), 5 Zeilen entfernt(-)
diff --git a/hw/wdt_ib700.c b/hw/wdt_ib700.c
index 7f6c21d..136589
Based on earlier patches by Paolo and me, introduce the QOM realizefn at
device level only, as requested by Anthony.
For now this just wraps the qdev initfn.
Signed-off-by: Paolo Bonzini
Signed-off-by: Andreas Färber
Cc: Anthony Liguori
---
hw/qdev-core.h |4 +++
hw/qdev.c | 100 +++
Introduce type constant.
Prepares for PIC realizefn.
Signed-off-by: Andreas Färber
---
hw/i8259.c | 23 ++-
1 Datei geändert, 14 Zeilen hinzugefügt(+), 9 Zeilen entfernt(-)
diff --git a/hw/i8259.c b/hw/i8259.c
index 55c2cb9..e03db77 100644
--- a/hw/i8259.c
+++ b/hw/i8259.
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/ne2000-isa.c | 12
1 Datei geändert, 8 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/hw/ne2000-isa.c b/hw/ne2000-isa.c
index 69982a9..5aabe
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/sb16.c | 16 +---
1 Datei geändert, 9 Zeilen hinzugefügt(+), 7 Zeilen entfernt(-)
diff --git a/hw/sb16.c b/hw/sb16.c
index 523ab0d..b7e93a4 100644
---
Introduce type constant and avoid DO_UPCAST().
Prepares for PIT realizefn.
Signed-off-by: Andreas Färber
---
hw/i8254.c |6 +++---
hw/i8254.h |4 +++-
2 Dateien geändert, 6 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/hw/i8254.c b/hw/i8254.c
index bea5f92..2a01217 100644
--
Introduce type constant and cast macro to obsolete DO_UPCAST().
Reuse type constant for PC machine compatibility settings.
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
Cc: Markus Armbruster
---
hw/fdc.c | 23 +--
hw/fdc.h |2 ++
hw/pc_piix.c |
Add the designated Error-reporting argument, even if currently unused.
Signed-off-by: Andreas Färber
---
hw/qdev.c |6 +++---
1 Datei geändert, 3 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-)
diff --git a/hw/qdev.c b/hw/qdev.c
index c2d9b48..e7c9493 100644
--- a/hw/qdev.c
+++ b/hw/qdev.c
@@ -
Introduce type constant and cast macro to obsolete DO_UPCAST() and
container_of(). Prepares for ISA realizefn.
Remove reserved underscore from struct name while at it.
Signed-off-by: Andreas Färber
---
hw/vmmouse.c | 16 ++--
1 Datei geändert, 10 Zeilen hinzugefügt(+), 6 Zeilen en
Instead of having the parent provide PITCommonClass::init,
let the children override DeviceClass::realize themselves.
This pushes the responsibility for saving and calling the parent's
realizefn to the children.
Signed-off-by: Andreas Färber
Cc: Anthony Liguori
---
hw/i8254.c | 20 ++
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Drop reserved underscore from struct name while at it.
Signed-off-by: Andreas Färber
---
hw/vmport.c | 14 +-
1 Datei geändert, 9 Zeilen hinzugefügt(+), 5 Zeilen entfernt(-)
diff --git a/h
Instead of having the parent provide PICCommonClass::init,
let the children override DeviceClass::realize themselves.
This pushes the responsibility of saving and calling the parent's
realizefn to the children.
Signed-off-by: Andreas Färber
Cc: Anthony Liguori
---
hw/i8259.c | 25 +++
Introduce type constant and cast macro to obsolete DO_UPCAST().
Add missing braces.
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/ide/isa.c | 41 +
1 Datei geändert, 25 Zeilen hinzugefügt(+), 16 Zeilen entfernt(-)
diff --git a/hw/ide
Introduce type constant and cast macro to obsolete DO_UPCAST().
Prepares for ISA realizefn.
Signed-off-by: Andreas Färber
---
hw/pc.c | 16 ++--
1 Datei geändert, 10 Zeilen hinzugefügt(+), 6 Zeilen entfernt(-)
diff --git a/hw/pc.c b/hw/pc.c
index 5fc2076..e878106 100644
--- a/hw/
Eliminate DO_UPCAST() for PICCommonState. Prepares for ISA realizefn.
Also give the i8259_common type registration functions unique names
while at it.
Signed-off-by: Andreas Färber
---
hw/i8259.c | 18 ++
hw/i8259_common.c | 10 +-
hw/i8259_internal.h |
On Fri, Nov 23, 2012 at 04:01:58PM +0200, Michael S. Tsirkin wrote:
> On Fri, Nov 23, 2012 at 02:44:15PM +0100, Alexander Graf wrote:
> >
> > On 23.11.2012, at 14:44, Michael S. Tsirkin wrote:
> >
> > > On Fri, Nov 23, 2012 at 11:59:51PM +1100, David Gibson wrote:
> > >>> Look, even if solution u
No change in functionality.
Clarify that the only difference between level triggered and
edge triggered interrupts is on the leading edge.
Signed-off-by: Matthew Ogilvie
---
hw/i8259.c | 26 +-
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/hw/i8259.c b/h
These are normally ifdefed out and don't matter. But if you enable
them, they ought to be correct.
Signed-off-by: Matthew Ogilvie
---
hw/cirrus_vga.c | 4 ++--
hw/i8259.c | 3 ++-
hw/ide/cmd646.c | 5 +++--
hw/ide/via.c| 5 +++--
4 files changed, 10 insertions(+), 7 deletions(-)
diff
On Sun, Nov 25, 2012 at 3:01 PM, Andreas Färber wrote:
> Thanks, queued for the v1.4 merge window:
> https://github.com/afaerber/qemu-cpu/commits/memory-ioport
>
> Julien: When pinging a patch series, please make sure it actually still
> applies. This needed to be rebased both onto the target_phy
There may be risk of problems with migration if these are just
fixed blindly, but at least comment what it ought to be changed to.
Signed-off-by: Matthew Ogilvie
---
hw/i8254.c| 31 ++-
hw/i8254_common.c | 40
2 files c
Someday it should be fixed properly, but doing so may
break migration. So go with an incremental approach instead.
Signed-off-by: Matthew Ogilvie
---
hw/i8259.c | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/hw/i8259.c b/hw/i8259.c
index 9b2ec40..71cc09a
Intel's definition of "edge triggered" means: "asserted with a
low-to-high transition at the time an interrupt is registered and
then kept high until the interrupt is served via one of the
EOI mechanisms or goes away unhandled."
So the only difference between edge triggered and level triggered
is
This series makes a series of mostly-unrelated fixes to allow
running an old Microport UNIX (ca 1987) guest under qemu.
Changes since version 6:
* Patches 1 through 6 haven't changed, other than resolving
a couple of simple conflicts.
* Patch 7 "fixes" IRQ0 by just making it work like b
This patch fixes i8254 output line logic to match the spec, and
eliminates compatibility logic that was added as a transition
strategy for fixing the i8254 without breaking migration.
Tentatively, the idea is to apply this patch sometime in the
distant future (years from now?) after versions of qe
Under normal operation this patch should have no effect. But
it adds some redundant (no-change) calls to qemu_set_irq(),
so that if a running host image is migrated from a future version
of qemu that has various fixes to the i8254 output line logic,
this version can still deliver exactly the corre
This patch adds some optional compatibility hacks (default
disabled) to allow Microport UNIX to function under qemu.
I've tried to structure it to be easy to add more hacks for other
old CGA programs, if anyone ever needs them.
Microport UNIX System V/386 v 2.1 (ca 1987) tries to program
the CGA
The feature was added in commit cb5a7aa8c32141bb Sep 2008.
My description is based on "Better VGA retrace emulation (needed
for some DOS games/demos)" from
http://www.boblycat.org/~malc/code/patches/qemu/index.html
Signed-off-by: Matthew Ogilvie
---
qemu-options.hx | 8 +++-
1 file changed,
Without this patch, the -hdachs argument had to occur either
BEFORE the corresponding "-hda" option, or AFTER the plain
disk image name (if neither -hda nor -drive is used). Otherwise
it would effectively be ignored.
Option -hdachs still has no effect on -drive, but that seems best.
Signed-off-b
On 25 November 2012 20:40, Tim Penhey wrote:
> Peter, if you try to run the cmake file for lp:unity you should hit it.
I'm afraid that's way too little detail. Assume I know nothing about
launchpad, cmake or unity, and give me a set of instructions I
can run on a machine which isn't necessarily r
Peter, if you try to run the cmake file for lp:unity you should hit it.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/955379
Title:
cmake hangs with qemu-arm-static
Status in QEMU:
New
Status in
It used a wrong struct type name since its introduction in
8f04ee0882aec9fe91fb70f767edf5dacff59835 (isa: pic: convert to QEMU
Object Model), apparently it is unused so far.
Signed-off-by: Andreas Färber
---
hw/i8259_internal.h |2 +-
1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfern
Am 12.11.2012 22:48, schrieb Eduardo Habkost:
> This creates the following class hierarchy:
>
> - TYPE_X86_CPU ("-cpu")
> - TYPE_X86_DEFCPU "-cpu-predefined": abstract base class for the
>predefined CPU models
>- "-cpu-model-": a class for each predefined CPU model
> - TYPE_X86_HOST_CPU
Am 22.11.2012 16:31, schrieb Eduardo Habkost:
> When adding the Haswell CPU model, I intended to make it a superset of the
> features present on the SandyBridge model, but I have removed the SEP and
> RDTSCP features from the feature list by mistake. This patch adds the missing
> SEP and RDTSCP fea
Am 24.11.2012 15:07, schrieb Aurelien Jarno:
> SSSE3 support has been added to TCG more than 4 years ago in commit
> 4242b1bd8acc19cffdaad4ac23213d72a72b. It has been disabled by
> mistake in commit 551a2dec8fa55006a68393b9d6fb63577d2b3f1c.
>
> Signed-off-by: Aurelien Jarno
Reviewed-by: Andr
On 2012-11-25 16:40, Avi Kivity wrote:
> On 11/25/2012 05:01 PM, Andreas Färber wrote:
>>
>> Note that there are still some register_ioport_*() usages left:
>> $ git grep register_ioport -- hw/ | grep -v isa_register_ioport | wc --lines
>> 32
>>
>
> For the record, my plan for when that number dro
On 11/25/2012 05:01 PM, Andreas Färber wrote:
>
> Note that there are still some register_ioport_*() usages left:
> $ git grep register_ioport -- hw/ | grep -v isa_register_ioport | wc --lines
> 32
>
For the record, my plan for when that number drops to zero was to use
address_space_rw() (or fri
Am 25.11.2012 10:10, schrieb Avi Kivity:
> On 09/19/2012 02:50 PM, Julien Grall wrote:
>> This is the tenth version of patch series about ioport registration.
>>
>> Some part of QEMU still use register_ioport* functions to register ioport.
>> These functions doesn't allow to use Memory Listener on
On Sat, Nov 24, 2012 at 09:39:35AM -0800, Richard Henderson wrote:
> In addition to better compile-time detection, perform runtime detection.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/i386/tcg-target.c | 34 +-
> tcg/i386/tcg-target.h | 5 -
> 2 files
When migrating a host with with a spice agent running the mouse becomes
non operational after the migration due to the agent state being
inconsistent between the guest and the client if the client is using
semi-seamless or switch host migration.
After migration the target client has never received
On 11/25/2012 02:42 PM, Andreas Färber wrote:
> Am 25.11.2012 10:10, schrieb Avi Kivity:
>> On 09/19/2012 02:50 PM, Julien Grall wrote:
>>> This is the tenth version of patch series about ioport registration.
>>>
>>> Some part of QEMU still use register_ioport* functions to register ioport.
>>> The
Am 19.09.2012 13:50, schrieb Julien Grall:
> This patch replaces all register_ioport* by a MemorySection.
MemoryRegion fwiw. No need to resend.
Andreas
> It permits to use the new Memory stuff like listener.
>
> Moreover, the PCI is added as an argument for apm_init, so we
> can register IO ins
On 11/25/2012 12:45 PM, Jan Kiszka wrote:
> On 2012-11-25 11:18, Avi Kivity wrote:
>> On 11/05/2012 02:37 PM, Jan Kiszka wrote:
As I noted, init and destroy cannot cause a topology update.
>>>
>>> Ah, right. Why are we wrapping them in transaction_begin/commit at all then?
>>>
>>
>> We a
Am 25.11.2012 10:10, schrieb Avi Kivity:
> On 09/19/2012 02:50 PM, Julien Grall wrote:
>> This is the tenth version of patch series about ioport registration.
>>
>> Some part of QEMU still use register_ioport* functions to register ioport.
>> These functions doesn't allow to use Memory Listener on
Am 19.09.2012 13:50, schrieb Julien Grall:
> This function permits to retrieve ISA IO address space.
> It will be usefull when we need to pass IO address space as argument.
>
> Signed-off-by: Julien Grall
Reviewed-by: Andreas Färber
A note below:
> ---
> hw/isa-bus.c |9 +
> hw/i
On 25 November 2012 05:04, Pi LFS wrote:
> I've compiled it using the apple-gcc42 toolchain from homebrew.
> qemu-system-arm starts up with a white window, CPU usage goes up but window
> just hangs there. I can access the menus and click the window to switch
> input focus, that's about it.
> There
On 25 November 2012 07:50, 陳韋任 (Wei-Ren Chen) wrote:
> ping?
This is v1 of the patch, you've sent a v2 and should be pinging that
instead... Also (a) it won't go in before 1.3 release now so not
much point in being too eager with the pings (b) you could cc
qemu-trivial.
-- PMM
On 2012-11-25 11:18, Avi Kivity wrote:
> On 11/05/2012 02:37 PM, Jan Kiszka wrote:
>>>
>>> As I noted, init and destroy cannot cause a topology update.
>>
>> Ah, right. Why are we wrapping them in transaction_begin/commit at all then?
>>
>
> We aren't.
>
>
> void memory_region_destroy(MemoryRegi
On 11/05/2012 02:37 PM, Jan Kiszka wrote:
>>
>> As I noted, init and destroy cannot cause a topology update.
>
> Ah, right. Why are we wrapping them in transaction_begin/commit at all then?
>
We aren't.
void memory_region_destroy(MemoryRegion *mr)
{
assert(QTAILQ_EMPTY(&mr->subregions));
Hi All Which code i can refresh the screen manually?
Thanksfrom Peter
On 09/19/2012 02:50 PM, Julien Grall wrote:
> This is the tenth version of patch series about ioport registration.
>
> Some part of QEMU still use register_ioport* functions to register ioport.
> These functions doesn't allow to use Memory Listener on it.
Acked-by: Avi Kivity
Unfortunately, I n
On 11/24/2012 03:09 AM, Julien Grall wrote:
> ping ?
>
Sorry, I must have missed this (twice).
--
error compiling committee.c: too many arguments to function
84 matches
Mail list logo