On 10/24/2011 10:34 PM, Stefan Weil wrote:
Am 24.10.2011 21:43, schrieb Anthony Liguori:
On 10/24/2011 02:39 PM, Stefan Weil wrote:
stdint.h defines the POSIX data types and is needed
for MinGW-w64 (and maybe other hosts).
Signed-off-by: Stefan Weil
---
main-loop.c | 1 +
1 files changed, 1 ins
g_malloc0 needs g_free instead of free.
While fixing this, I also replaced g_malloc0 by g_new0
as was suggested by Stuart Brady.
Cc: Blue Swirl
Signed-off-by: Stefan Weil
---
target-sparc/cpu_init.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/target-sparc/cpu
The CPU state contains two bitmaps, initialized from the CPU spec
which describes which instructions are implemented on the CPU. A
couple of bits are defined which cover instructions (VSX and DFP)
which are not currently implemented in TCG. So far, these are only
used to handle the case of -cpu h
On Tue, Oct 25, 2011 at 01:33:49PM +1100, David Gibson wrote:
> The CPU state contains two bitmaps, initialized from the CPU spec
> which describes which instructions are implemented on the CPU. A
> couple of bits are defined which cover instructions (VSX and DFP)
> which are not currently impleme
On 10/24/2011 01:25 PM, Michael S. Tsirkin wrote:
> On Mon, Oct 24, 2011 at 02:54:59PM +1030, Rusty Russell wrote:
>> On Sat, 22 Oct 2011 13:43:11 +0800, Jason Wang wrote:
>>> This make let virtio-net driver can send gratituous packet by a new
>>> config bit - VIRTIO_NET_S_ANNOUNCE in each config
The Buildbot has detected a new failure on builder qmp_x86_64_debian_6_0 while
building qemu.
Full details are available at:
http://buildbot.b1-systems.de/qemu/builders/qmp_x86_64_debian_6_0/builds/71
Buildbot URL: http://buildbot.b1-systems.de/qemu/
Buildslave for this Build: yuzuki
Build Rea
The Buildbot has detected a new failure on builder qmp_i386_debian_6_0 while
building qemu.
Full details are available at:
http://buildbot.b1-systems.de/qemu/builders/qmp_i386_debian_6_0/builds/71
Buildbot URL: http://buildbot.b1-systems.de/qemu/
Buildslave for this Build: yuzuki
Build Reason:
The CPU state contains two bitmaps, initialized from the CPU spec
which describes which instructions are implemented on the CPU. A
couple of bits are defined which cover instructions (VSX and DFP)
which are not currently implemented in TCG. So far, these are only
used to handle the case of -cpu h
On 2011年10月24日 22:09, Peter Maydell wrote:
On 29 September 2011 08:30, wrote:
From: Bill Carson
This patch add some A15 codes which enables ARM KVM could run
Guest OS build with Versatile Express Cortex-A15x4 tile.
Thanks for sending this; I have somewhat belatedly written
up some comments
At 10/24/2011 11:58 PM, Dave Anderson Write:
>
>
> - Original Message -
>
No, an ELF image of the guest's physical memory.
>>>
>>> Well then that should be pretty straight forward to support. Depending upon
>>> how similar it would be to the "standard" kdump ELF format, the only ot
On 24.10.2011, at 17:09, David Gibson wrote:
> On Mon, Oct 24, 2011 at 04:43:18PM -0700, Alexander Graf wrote:
>>
>> On 24.10.2011, at 16:08, David Gibson wrote:
>>
>>> [snip]
>> Reading through the patch again I think I see your point now :). Yes,
>> the kvmppc_host_cpu_def function
On Mon, 24 Oct 2011 19:29:37 +0200
Alon Levy wrote:
> On Mon, Oct 24, 2011 at 01:45:16PM -0200, Luiz Capitulino wrote:
> > On Mon, 24 Oct 2011 17:13:14 +0200
> > Gerd Hoffmann wrote:
> >
> > > On 10/24/11 14:02, Alon Levy wrote:
> > > > Make screen_dump monitor command an async command to allow
On Mon, Oct 24, 2011 at 04:43:18PM -0700, Alexander Graf wrote:
>
> On 24.10.2011, at 16:08, David Gibson wrote:
>
> > [snip]
> Reading through the patch again I think I see your point now :). Yes,
> the kvmppc_host_cpu_def function only tries to fetch the host CPU
> capabilities
On 09/19/2011 09:41 AM, Michael Roth wrote:
Visitor interfaces to read values from a QEMUFile
Signed-off-by: Michael Roth
---
Makefile.objs |1 +
qapi/qemu-file-input-visitor.c | 350
qapi/qemu-file-input-visitor.h | 26 +++
3
On 24.10.2011, at 16:08, David Gibson wrote:
> [snip]
Reading through the patch again I think I see your point now :). Yes, the
kvmppc_host_cpu_def function only tries to fetch the host CPU capabilities.
So yes, there is basically only the masking part with what we can actua
On Mon, Oct 24, 2011 at 10:25:26AM -0700, Alexander Graf wrote:
> On 23.10.2011, at 22:29, David Gibson wrote:
> > On Thu, Oct 20, 2011 at 11:49:40PM -0700, Alexander Graf wrote:
[snip]
> >>> This gets further complicated in the case of the w-i-p patch I have to
> >>> properly advertise page sizes,
On Mon, Oct 24, 2011 at 08:53:54PM +0200, Alexander Graf wrote:
> The -cpu host feature tries to find out the host capabilities based
> on device tree information. However, we don't always have that available
> because it's an optional property in dt.
>
> So instead of force unsetting values depen
[snip]
> >> Reading through the patch again I think I see your point now :). Yes, the
> >> kvmppc_host_cpu_def function only tries to fetch the host CPU capabilities.
> >>
> >> So yes, there is basically only the masking part with what we can actually
> >> virtualize missing. But for now we can
On 24.10.2011, at 16:00, Jordan Justen wrote:
> Avi,
>
> Alex pointed out that my patch below should not work for kvm, because
> kvm currently does not support executing from a rom region. This
> surprised me, because I thought I had been testing with kvm enabled.
> But, it turns out I wasn't,
Avi,
Alex pointed out that my patch below should not work for kvm, because
kvm currently does not support executing from a rom region. This
surprised me, because I thought I had been testing with kvm enabled.
But, it turns out I wasn't, and in fact this patch does not work with
kvm enabled. (Sor
Signed-off-by: Benoit Canet
---
hw/syborg_virtio.c | 26 ++
1 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/hw/syborg_virtio.c b/hw/syborg_virtio.c
index 00c7be8..af0c370 100644
--- a/hw/syborg_virtio.c
+++ b/hw/syborg_virtio.c
@@ -62,6 +62,7 @@ enum {
Signed-off-by: Benoit Canet
---
hw/syborg_fb.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_fb.c b/hw/syborg_fb.c
index ae3e0eb..3b71c72 100644
--- a/hw/syborg_fb.c
+++ b/hw/syborg_fb.c
@@ -65,6 +65,7 @@ enum {
typedef struct {
Signed-off-by: Hervé Poussineau
---
hw/isa-bus.c | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/hw/isa-bus.c b/hw/isa-bus.c
index 7c94f0b..3207680 100644
--- a/hw/isa-bus.c
+++ b/hw/isa-bus.c
@@ -130,12 +130,11 @@ ISADevice *isa_create(ISABus *bus, const char *
Signed-off-by: Hervé Poussineau
---
hw/mips_malta.c |3 +--
hw/pc.h |2 +-
hw/piix4.c |3 ++-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hw/mips_malta.c b/hw/mips_malta.c
index 98177f3..78d99e7 100644
--- a/hw/mips_malta.c
+++ b/hw/mips_malta.c
@@ -94
Signed-off-by: Benoit Canet
---
hw/syborg_pointer.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_pointer.c b/hw/syborg_pointer.c
index b91214d..a0f8b32 100644
--- a/hw/syborg_pointer.c
+++ b/hw/syborg_pointer.c
@@ -44,6 +44,7 @@ t
Signed-off-by: Benoit Canet
---
hw/realview.c | 21 +++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/hw/realview.c b/hw/realview.c
index 14281b0..4eb320e 100644
--- a/hw/realview.c
+++ b/hw/realview.c
@@ -26,10 +26,26 @@ typedef struct {
SysBusDevice bu
Signed-off-by: Benoit Canet
---
hw/pl181.c | 40
1 files changed, 36 insertions(+), 4 deletions(-)
diff --git a/hw/pl181.c b/hw/pl181.c
index e13ea8e..cef2530 100644
--- a/hw/pl181.c
+++ b/hw/pl181.c
@@ -38,20 +38,45 @@ typedef struct {
uint32_t da
Signed-off-by: Benoit Canet
---
hw/syborg_fb.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_fb.c b/hw/syborg_fb.c
index ae3e0eb..3b71c72 100644
--- a/hw/syborg_fb.c
+++ b/hw/syborg_fb.c
@@ -65,6 +65,7 @@ enum {
typedef struct {
Signed-off-by: Benoit Canet
---
hw/syborg_keyboard.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_keyboard.c b/hw/syborg_keyboard.c
index 82b9dc0..03d2183 100644
--- a/hw/syborg_keyboard.c
+++ b/hw/syborg_keyboard.c
@@ -51,6 +51,7
On Sun, Oct 23, 2011 at 04:27, Blue Swirl wrote:
> On Tue, Oct 18, 2011 at 21:17, Jordan Justen wrote:
>> On Tue, Oct 18, 2011 at 11:05, Blue Swirl wrote:
>>> On Mon, Oct 17, 2011 at 7:16 PM, Jordan Justen
>>> wrote:
rom_add_file_buf is similar to rom_add_file, except the rom's
conten
Signed-off-by: Hervé Poussineau
---
hw/sun4u.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/sun4u.c b/hw/sun4u.c
index 1e45192..c67576a 100644
--- a/hw/sun4u.c
+++ b/hw/sun4u.c
@@ -530,10 +530,12 @@ static ISABus *
pci_ebus_init(PCIBus *bus, int devfn)
{
On 10/24/2011 03:20 PM, Corey Bryant wrote:
On 10/24/2011 03:21 PM, Anthony Liguori wrote:
On 10/24/2011 02:13 PM, Corey Bryant wrote:
Right, it's not desirable, but isn't that the best we can do without
libcap or FS capabilities?
I think the best we can do is not let it run in those cases.
Signed-off-by: Benoit Canet
---
hw/realview.c | 21 +++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/hw/realview.c b/hw/realview.c
index 14281b0..bf95051 100644
--- a/hw/realview.c
+++ b/hw/realview.c
@@ -26,10 +26,26 @@ typedef struct {
SysBusDevice bu
NULL is a valid bus/device, so there is no change in behaviour.
Signed-off-by: Hervé Poussineau
---
arch_init.c|8
arch_init.h|2 +-
hw/adlib.c |2 +-
hw/alpha_dp264.c | 10 ++
hw/alpha_typhoon.c |7 ---
hw/audiodev.h |8 +
Signed-off-by: Benoit Canet
---
hw/syborg_keyboard.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_keyboard.c b/hw/syborg_keyboard.c
index 82b9dc0..03d2183 100644
--- a/hw/syborg_keyboard.c
+++ b/hw/syborg_keyboard.c
@@ -51,6 +51,7
Signed-off-by: Benoit Canet
---
hw/integratorcp.c | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index 39322cb..0212ed6 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -310,6 +310,19 @@ typedef struct icp_pic_
Signed-off-by: Hervé Poussineau
---
hw/alpha_dp264.c |4 ++--
hw/alpha_sys.h |3 ++-
hw/alpha_typhoon.c | 10 +-
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/hw/alpha_dp264.c b/hw/alpha_dp264.c
index a87d6ef..455f380 100644
--- a/hw/alpha_dp264.c
+++ b/h
Signed-off-by: Benoit Canet
---
hw/integratorcp.c | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index 1ffe7d8..114907a 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -310,6 +310,19 @@ typedef struct icp_pic_
Signed-off-by: Benoit Canet
---
hw/mst_fpga.c | 29 -
1 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/hw/mst_fpga.c b/hw/mst_fpga.c
index 7bcd5d7..cf9957b 100644
--- a/hw/mst_fpga.c
+++ b/hw/mst_fpga.c
@@ -34,6 +34,7 @@
typedef struct mst_irq_stat
Signed-off-by: Benoit Canet
---
hw/syborg_serial.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_serial.c b/hw/syborg_serial.c
index c83f82c..b73a009 100644
--- a/hw/syborg_serial.c
+++ b/hw/syborg_serial.c
@@ -58,6 +58,7 @@ enum {
Signed-off-by: Benoit Canet
---
hw/syborg_interrupt.c | 29 -
1 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_interrupt.c b/hw/syborg_interrupt.c
index 1b0f3bb..512910a 100644
--- a/hw/syborg_interrupt.c
+++ b/hw/syborg_interrupt.c
@@ -55,6
This version fix coding style issues.
These patches apply against akivity memory/master.
They convert syborg to memory API and various
arm related component to VMState.
Omap boards where not modified because Linaro is
currently refactoring them.
Xscale was left apart too.
Benoît Canet (15):
Signed-off-by: Benoit Canet
---
hw/marvell_88w8618_audio.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/marvell_88w8618_audio.c b/hw/marvell_88w8618_audio.c
index f8c5242..67bb70b 100644
--- a/hw/marvell_88w8618_audio.c
+++ b/hw/marvell_
Signed-off-by: Benoit Canet
---
hw/bitbang_i2c.c | 92 +++--
1 files changed, 61 insertions(+), 31 deletions(-)
diff --git a/hw/bitbang_i2c.c b/hw/bitbang_i2c.c
index 431359d..b711144 100644
--- a/hw/bitbang_i2c.c
+++ b/hw/bitbang_i2c.c
@@ -19,37
Signed-off-by: Benoit Canet
---
hw/integratorcp.c | 24
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index 7ad68b7..39322cb 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -35,6 +35,29 @@ typedef struct
Signed-off-by: Hervé Poussineau
---
hw/isa-bus.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/isa-bus.c b/hw/isa-bus.c
index 3207680..5af790b 100644
--- a/hw/isa-bus.c
+++ b/hw/isa-bus.c
@@ -53,8 +53,10 @@ ISABus *isa_bus_new(DeviceState *dev, MemoryRegion
*a
Signed-off-by: Benoit Canet
---
hw/syborg_interrupt.c | 29 -
1 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_interrupt.c b/hw/syborg_interrupt.c
index 1b0f3bb..512910a 100644
--- a/hw/syborg_interrupt.c
+++ b/hw/syborg_interrupt.c
@@ -55,6
Signed-off-by: Benoit Canet
---
hw/syborg_virtio.c | 30 ++
1 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/hw/syborg_virtio.c b/hw/syborg_virtio.c
index 00c7be8..c2dbf36 100644
--- a/hw/syborg_virtio.c
+++ b/hw/syborg_virtio.c
@@ -62,6 +62,7 @@ enum
Signed-off-by: Hervé Poussineau
---
hw/pc.h |2 +-
hw/pc_piix.c |3 +--
hw/piix_pci.c |8 +---
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/hw/pc.h b/hw/pc.h
index c43fa73..127940c 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -181,7 +181,7 @@ struct PCII440FXSta
Signed-off-by: Benoit Canet
---
hw/bitbang_i2c.c | 92 +++--
1 files changed, 61 insertions(+), 31 deletions(-)
diff --git a/hw/bitbang_i2c.c b/hw/bitbang_i2c.c
index 431359d..453f1da 100644
--- a/hw/bitbang_i2c.c
+++ b/hw/bitbang_i2c.c
@@ -19,37
Signed-off-by: Benoit Canet
---
hw/pl181.c | 40
1 files changed, 36 insertions(+), 4 deletions(-)
diff --git a/hw/pl181.c b/hw/pl181.c
index e13ea8e..cef2530 100644
--- a/hw/pl181.c
+++ b/hw/pl181.c
@@ -38,20 +38,45 @@ typedef struct {
uint32_t da
Signed-off-by: Benoit Canet
---
hw/syborg_timer.c | 27 ++-
1 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_timer.c b/hw/syborg_timer.c
index 50c813e..dfee457 100644
--- a/hw/syborg_timer.c
+++ b/hw/syborg_timer.c
@@ -53,6 +53,7 @@ enum {
ty
Signed-off-by: Benoit Canet
---
hw/syborg_rtc.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_rtc.c b/hw/syborg_rtc.c
index 69f6ccf..375664f 100644
--- a/hw/syborg_rtc.c
+++ b/hw/syborg_rtc.c
@@ -35,12 +35,14 @@ enum {
typedef s
Signed-off-by: Benoit Canet
---
hw/integratorcp.c | 24
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index 7ad68b7..1ffe7d8 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -35,6 +35,29 @@ typedef struct
These patches apply against akivity memory/master.
They convert syborg to memory API and various
arm related component to VMState.
Omap boards where not modified because Linaro is
currently refactoring them.
Xscale was left apart too.
This version fix coding style issues.
>From Benoît Canet #
Signed-off-by: Benoit Canet
---
hw/syborg_serial.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_serial.c b/hw/syborg_serial.c
index c83f82c..b73a009 100644
--- a/hw/syborg_serial.c
+++ b/hw/syborg_serial.c
@@ -58,6 +58,7 @@ enum {
Signed-off-by: Benoit Canet
---
hw/syborg_pointer.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_pointer.c b/hw/syborg_pointer.c
index b91214d..a0f8b32 100644
--- a/hw/syborg_pointer.c
+++ b/hw/syborg_pointer.c
@@ -44,6 +44,7 @@ t
Signed-off-by: Hervé Poussineau
---
hw/mips_fulong2e.c |6 ++
hw/vt82c686.c |4 ++--
hw/vt82c686.h |2 +-
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/hw/mips_fulong2e.c b/hw/mips_fulong2e.c
index e6e120c..5e87665 100644
--- a/hw/mips_fulong2e.c
+++ b/
Signed-off-by: Benoit Canet
---
hw/syborg_rtc.c | 28 +++-
1 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_rtc.c b/hw/syborg_rtc.c
index 69f6ccf..375664f 100644
--- a/hw/syborg_rtc.c
+++ b/hw/syborg_rtc.c
@@ -35,12 +35,14 @@ enum {
typedef s
Signed-off-by: Hervé Poussineau
---
arch_init.c | 10 +-
arch_init.h |2 +-
hw/adlib.c |2 +-
hw/audiodev.h |8
hw/cs4231a.c|2 +-
hw/gus.c|2 +-
hw/mips_jazz.c |2 +-
hw/mips_malta.c |2 +-
hw/pc.h |2 +-
hw/
Signed-off-by: Benoit Canet
---
hw/syborg_timer.c | 27 ++-
1 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/hw/syborg_timer.c b/hw/syborg_timer.c
index 50c813e..dfee457 100644
--- a/hw/syborg_timer.c
+++ b/hw/syborg_timer.c
@@ -53,6 +53,7 @@ enum {
ty
For compilations with -DNDEBUG, the default case did not return
a value which caused a compiler warning.
Signed-off-by: Stefan Weil
---
hw/ppce500_spin.c | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/hw/ppce500_spin.c b/hw/ppce500_spin.c
index cccd940..5b5ffe
Signed-off-by: Benoit Canet
---
hw/mst_fpga.c | 29 -
1 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/hw/mst_fpga.c b/hw/mst_fpga.c
index 7bcd5d7..cf9957b 100644
--- a/hw/mst_fpga.c
+++ b/hw/mst_fpga.c
@@ -34,6 +34,7 @@
typedef struct mst_irq_stat
These patches apply against akivity memory/master.
They convert syborg to memory API and various
arm related component to VMState.
Omap boards where not modified because Linaro is
currently refactoring them.
Xscale was left apart too.
Benoît Canet (14):
mst_fpga: convert to memory API
syborg
Am 24.10.2011 21:43, schrieb Anthony Liguori:
On 10/24/2011 02:39 PM, Stefan Weil wrote:
stdint.h defines the POSIX data types and is needed
for MinGW-w64 (and maybe other hosts).
Signed-off-by: Stefan Weil
---
main-loop.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --gi
The MinGW-w64 gcc complains about wrong parameters for
gen_helper_fpadd16_s and three other functions.
gen_helper_fpadd16_s is declared like this (hidden in lots of macros):
static inline void
gen_helper_fpadd16s(TCGv_i32 retval, TCGv_ptr arg1,
TCGv_i32 arg2, TCGv_i32 arg3);
On 10/24/2011 03:21 PM, Anthony Liguori wrote:
On 10/24/2011 02:13 PM, Corey Bryant wrote:
Right, it's not desirable, but isn't that the best we can do without
libcap or FS capabilities?
I think the best we can do is not let it run in those cases. :) I'd
like see if
others in the community ha
Cache options must be enabled for the cores that have cache to avoid
illegal instruction exceptions.
Signed-off-by: Max Filippov
---
target-xtensa/overlay_tool.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/target-xtensa/overlay_tool.h b/target-xtensa/overlay_too
Signed-off-by: Hervé Poussineau
---
hw/i8259.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/i8259.c b/hw/i8259.c
index 4446339..7331e0e 100644
--- a/hw/i8259.c
+++ b/hw/i8259.c
@@ -469,9 +469,9 @@ static int pic_initfn(ISADevice *dev)
memory_region_init_io(
Signed-off-by: Hervé Poussineau
---
hw/isa-bus.c |5 -
hw/isa.h |6 ++
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/hw/isa-bus.c b/hw/isa-bus.c
index dcbb134..7c94f0b 100644
--- a/hw/isa-bus.c
+++ b/hw/isa-bus.c
@@ -22,11 +22,6 @@
#include "isa.h"
#include
Current patches are a rework of my patches already available at [1].
They don't provide full support for multiple ISA buses (yet), but
add a ISABus or ISADevice argument to all ISA functions.
They are mostly mechanically touching every instanciation of ISA
devices, so number of lines is quite high
Signed-off-by: Hervé Poussineau
---
hw/audiodev.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/audiodev.h b/hw/audiodev.h
index 8e930b2..d60c349 100644
--- a/hw/audiodev.h
+++ b/hw/audiodev.h
@@ -11,7 +11,7 @@ int Adlib_init(qemu_irq *pic);
int GUS_init(qemu_irq
On 10/24/2011 02:39 PM, Stefan Weil wrote:
stdint.h defines the POSIX data types and is needed
for MinGW-w64 (and maybe other hosts).
Signed-off-by: Stefan Weil
---
main-loop.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/main-loop.c b/main-loop.c
index bfecdb7..d9
stdint.h defines the POSIX data types and is needed
for MinGW-w64 (and maybe other hosts).
Signed-off-by: Stefan Weil
---
main-loop.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/main-loop.c b/main-loop.c
index bfecdb7..d9585f8 100644
--- a/main-loop.c
+++ b/main-loop
On 10/24/2011 02:13 PM, Corey Bryant wrote:
Right, it's not desirable, but isn't that the best we can do without
libcap or FS capabilities?
I think the best we can do is not let it run in those cases. :) I'd like see if
others in the community have an opinion on this though.
IMHO, it should
On 10/24/2011 09:13 AM, Corey Bryant wrote:
On 10/23/2011 09:22 AM, Blue Swirl wrote:
On Fri, Oct 21, 2011 at 15:07, Corey Bryant wrote:
The ideal way to use qemu-bridge-helper is to give it an fscap of using:
setcap cap_net_admin=ep qemu-bridge-helper
Unfortunately, most distros still do n
On 10/24/2011 02:58 PM, Blue Swirl wrote:
On Mon, Oct 24, 2011 at 18:38, Corey Bryant wrote:
On 10/24/2011 01:10 PM, Blue Swirl wrote:
On Mon, Oct 24, 2011 at 14:13, Corey Bryant
wrote:
On 10/23/2011 09:22 AM, Blue Swirl wrote:
On Fri, Oct 21, 2011 at 15:07, Corey Bryant
wrote:
On Mon, Oct 24, 2011 at 18:38, Corey Bryant wrote:
>
>
> On 10/24/2011 01:10 PM, Blue Swirl wrote:
>>
>> On Mon, Oct 24, 2011 at 14:13, Corey Bryant
>> wrote:
>>>
>>>
>>> On 10/23/2011 09:22 AM, Blue Swirl wrote:
On Fri, Oct 21, 2011 at 15:07, Corey Bryant
wrote:
>
> The i
On 10/24/2011 01:43 PM, Eduardo Habkost wrote:
On Mon, Sep 05, 2011 at 09:55:20AM +0200, Markus Armbruster wrote:
Gerd Hoffmann writes:
Hi,
This patch series intends to make unit testing easier. It adds a new
"make check" target which can be used to run all unit tests which are
currently
The -cpu host feature tries to find out the host capabilities based
on device tree information. However, we don't always have that available
because it's an optional property in dt.
So instead of force unsetting values depending on an unreliable source
of information, let's just try to be clever a
On Mon, Sep 05, 2011 at 09:55:20AM +0200, Markus Armbruster wrote:
> Gerd Hoffmann writes:
>
> > Hi,
> >
> > This patch series intends to make unit testing easier. It adds a new
> > "make check" target which can be used to run all unit tests which are
> > currently in the tree. It also enable
On 10/24/2011 01:10 PM, Blue Swirl wrote:
On Mon, Oct 24, 2011 at 14:13, Corey Bryant wrote:
On 10/23/2011 09:22 AM, Blue Swirl wrote:
On Fri, Oct 21, 2011 at 15:07, Corey Bryant
wrote:
The ideal way to use qemu-bridge-helper is to give it an fscap of using:
setcap cap_net_admin=ep
Hello developers,
there are plenty of reports in the internet that the Windows 98
installer crashes or hangs in qemu. I took the effort to track down what
causes these problems, and I think I found out the core reason, which
seems to be a bug in the Microsoft DOS Extender DOSX.
The Windows 95/Win
Hi,
Qemu Manager 7.0 with QEMU 0.11.1 (last qemu with KQEMU
accelerator) on German Windows XP, German Keyboard: I cannot type
any characters which require the AltGr key. And "| @ \" are very
important!
No reaction at all, when I press AltGr and any of the sensitive
keys, so no wrong charact
On 24.10.2011, at 10:55, Alexander Graf wrote:
>
> On 24.10.2011, at 10:25, Alexander Graf wrote:
>
>>
>> On 23.10.2011, at 22:29, David Gibson wrote:
>>
>>> On Thu, Oct 20, 2011 at 11:49:40PM -0700, Alexander Graf wrote:
On 20.10.2011, at 22:06, David Gibson wrote:
> On
On 24.10.2011, at 10:25, Alexander Graf wrote:
>
> On 23.10.2011, at 22:29, David Gibson wrote:
>
>> On Thu, Oct 20, 2011 at 11:49:40PM -0700, Alexander Graf wrote:
>>>
>>> On 20.10.2011, at 22:06, David Gibson wrote:
>>>
On Thu, Oct 20, 2011 at 07:40:00PM -0700, Alexander Graf wrote:
>>
On Mon, Oct 24, 2011 at 05:29:47PM +0200, Gerd Hoffmann wrote:
> On 10/24/11 14:02, Alon Levy wrote:
> > Split qxl_spice_update_area_complete from qxl_render_update, use
> > SPICE_INTERFACE_QXL_MINOR 2 introduced spice_qxl_update_area_dirty_async
> > to retrive the dirty rectangles asyncronously (t
On Mon, Oct 24, 2011 at 01:45:16PM -0200, Luiz Capitulino wrote:
> On Mon, 24 Oct 2011 17:13:14 +0200
> Gerd Hoffmann wrote:
>
> > On 10/24/11 14:02, Alon Levy wrote:
> > > Make screen_dump monitor command an async command to allow next for qxl
> > > to implement it as a initiating call to red_wo
On 23.10.2011, at 22:29, David Gibson wrote:
> On Thu, Oct 20, 2011 at 11:49:40PM -0700, Alexander Graf wrote:
>>
>> On 20.10.2011, at 22:06, David Gibson wrote:
>>
>>> On Thu, Oct 20, 2011 at 07:40:00PM -0700, Alexander Graf wrote:
On 20.10.2011, at 17:41, David Gibson wrote:
> On Th
On Mon, Oct 24, 2011 at 14:13, Corey Bryant wrote:
>
>
> On 10/23/2011 09:22 AM, Blue Swirl wrote:
>>
>> On Fri, Oct 21, 2011 at 15:07, Corey Bryant
>> wrote:
>>>
>>> The ideal way to use qemu-bridge-helper is to give it an fscap of using:
>>>
>>> setcap cap_net_admin=ep qemu-bridge-helper
>>>
>
On Mon, Oct 24, 2011 at 13:44, Corey Bryant wrote:
>
>
> On 10/23/2011 09:10 AM, Blue Swirl wrote:
>>
>> On Fri, Oct 21, 2011 at 15:07, Corey Bryant
>> wrote:
>>>
>>> > We go to great lengths to restrict ourselves to just cap_net_admin as
>>> > an OS
>>> > enforced security mechanism. However,
On 10/21/2011 12:18 PM, Kevin Wolf wrote:
The following changes since commit c2e2343e1faae7bbc77574c12a25881b1b696808:
hw/arm_gic.c: Fix save/load of irq_target array (2011-10-21 17:19:56 +0200)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git for-anthony
Pulled.
On 10/21/2011 11:26 AM, Paolo Bonzini wrote:
The following changes since commit c76eaf13975130768070ecd2d4f3107eb69ab757:
hw/9pfs: Fix broken compilation caused by wrong trace events (2011-10-20
15:30:59 -0500)
are available in the git repository at:
git://github.com/bonzini/qemu.git spl
2011/10/24 Bob Breuer :
> Kai Tietz wrote:
>> Hi,
>>
>> For trunk-version I have a tentative patch for this issue. On 4.6.x
>> and older branches this doesn't work, as here we can't differenciate
>> that easy between ms- and sysv-abi.
>>
>> But could somebody give this patch a try?
>>
>> Regards,
- Original Message -
> > > No, an ELF image of the guest's physical memory.
> >
> > Well then that should be pretty straight forward to support. Depending upon
> > how similar it would be to the "standard" kdump ELF format, the only other
> > issue is how to determine the physical base
On Mon, 24 Oct 2011 17:13:14 +0200
Gerd Hoffmann wrote:
> On 10/24/11 14:02, Alon Levy wrote:
> > Make screen_dump monitor command an async command to allow next for qxl
> > to implement it as a initiating call to red_worker and completion on
> > callback, to fix a deadlock when issueing a screen
On 10/24/2011 05:10 PM, Kevin Wolf wrote:
> -bdrv_get_geometry(s->qdev.conf.bs,&nb_sectors);
> -nb_sectors /= s->cluster_size;
> -if (nb_sectors) {
> -nb_sectors--;
> +if (s->qdev.blocksize) {
When would it be 0? And wouldn't we crash with a zero blocksize anyway?
Am 24.10.2011 17:28, schrieb Paolo Bonzini:
> On 10/24/2011 05:28 PM, Kevin Wolf wrote:
>>> scsi-block is a new device that supports device passthrough of Linux
block devices (i.e. /dev/sda, not /dev/sg0). It uses SG_IO for commands
other than I/O commands, and regular AIO read/writes
On Mon, 24 Oct 2011 13:02:05 +0100
Peter Maydell wrote:
> On 24 October 2011 12:35, Paolo Bonzini wrote:
> > On 10/24/2011 01:04 PM, Juan Quintela wrote:
> >> Please send in any agenda items you are interested in covering.
> >
> > - What's left to merge for 1.0.
>
> Things on my list, FWIW:
>
On 10/24/2011 05:25 PM, Dave Anderson wrote:
>
> - Original Message -
> > On 10/24/2011 04:25 PM, Dave Anderson wrote:
> > > > The question is that: 'virsh dump' can not be used when host pci device
> > > > is used by guest. We are discussing how to fix the problem. We have
> > > > determi
1 - 100 of 183 matches
Mail list logo