Commit 3d53f5c36ff6 introduced a segfault by erroneously making fw_cfg a
'void **' and passing it around in different ways.
Signed-off-by: Eduard - Gabriel Munteanu
---
hw/pc.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/pc.c b/hw/pc.c
index fee08c9..4a4a706 10
On 05/19/2010 11:02 PM, Udo Lembke wrote:
Unrelated, what are your smp issues?
If i use one cpu i got a good io-performance:
e.g. over 500MB/s at the profile "install" of the io-benchmark
h2benchw.exe.
( aio=threads | SAS-Raid-0 |
ftp://ftp.heise.de/pub/ct/ctsi/h2benchw.zip | hwbenchw.exe -p
On 05/20/2010 12:09 AM, Kevin Wolf wrote:
Actually it's not that obvious. If the actual problem
here (besides the mis-comparison) is due to missing
barriers or flushes. Avi asked a good question in that
thread.
It's obvious that it's a hack. It doesn't fix anything, it just disables a
On 05/20/2010 01:33 AM, Michael S. Tsirkin wrote:
Virtio is already way too bouncy due to the indirection between the
avail/used rings and the descriptor pool. A device with out of order
completion (like virtio-blk) will quickly randomize the unused
descriptor indexes, so every descriptor fetc
20.05.2010 02:30, Anthony Liguori wrote:
On 05/19/2010 05:29 PM, Andre Przywara wrote:
Michael Tokarev wrote:
...
Also, thanks to Andre Przywara, whole winNT thing works but it requires
-cpu qemu64,level=1 (or level=2 or =3), -- _not_ with default CPU. This
[]
It'd be nice if we had more fle
Hi, Folks:
Could you provide pointer to the kvm device passthrough howto/FAQ?
I have two questions:
1. my host os, the Linux doesn't have the native device driver for some home
grown pci devices, the driver is in the guest os, does device passthrough work
in this case? Assuming I have VT-d.
2
This patch enables protocol drivers to use their create options which
are not supported by the format. For example, protcol drivers can use
a backing_file option with raw format.
Signed-off-by: MORITA Kazutaka
---
block.c |7 +++
block.h |1 +
qemu-img.c| 49 ++
On Thu, 20 May 2010 02:31:50 pm Rusty Russell wrote:
> On Wed, 19 May 2010 05:36:42 pm Avi Kivity wrote:
> > > Note that this is a exclusive->shared->exclusive bounce only, too.
> > >
> >
> > A bounce is a bounce.
>
> I tried to measure this to show that you were wrong, but I was only able
>
On Wed, 19 May 2010 05:36:42 pm Avi Kivity wrote:
> > Note that this is a exclusive->shared->exclusive bounce only, too.
> >
>
> A bounce is a bounce.
I tried to measure this to show that you were wrong, but I was only able
to show that you're right. How annoying. Test code below.
> Virtio
On Wed, May 19, 2010 at 11:06:42AM +0300, Avi Kivity wrote:
> On 05/19/2010 10:39 AM, Rusty Russell wrote:
>>
>> I think we're talking about the last 2 entries of the avail ring. That means
>> the worst case is 1 false bounce every time around the ring.
>
> It's low, but why introduce an inefficie
On 05/19/2010 05:29 PM, Andre Przywara wrote:
Michael Tokarev wrote:
...
Also, thanks to Andre Przywara, whole winNT thing works but it requires
-cpu qemu64,level=1 (or level=2 or =3), -- _not_ with default CPU. This
is also testing, but it's not obvious what to do witht the result...
Can't we
From: Jan Kiszka
Guest debugging under KVM is currently broken once io-threads are
enabled. Easily fixable by switching the fake on_vcpu to the real
run_on_cpu implementation.
Signed-off-by: Jan Kiszka
---
kvm-all.c | 12 +---
1 files changed, 1 insertions(+), 11 deletions(-)
diff -
Michael Tokarev wrote:
...
Also, thanks to Andre Przywara, whole winNT thing works but it requires
-cpu qemu64,level=1 (or level=2 or =3), -- _not_ with default CPU. This
is also testing, but it's not obvious what to do witht the result...
Can't we use the file based CPU models for that? Actual
On 05/19/2010 04:15 PM, Luiz Capitulino wrote:
Hi Anthony,
While investigating a QMP bug reported by a user, I've found a few issues
in our parser/lexer.
The patches in this series fix the problems I was able to solve, but we
still have the following issues:
1. Our 'private extension' is
On 05/19/2010 04:15 PM, Luiz Capitulino wrote:
The JSON escape sequence "\/" and "\\" are valid and should be
handled.
Signed-off-by: Luiz Capitulino
Good catch.
---
json-lexer.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/json-lexer.c b/json-lexer.c
in
QString supports adding a single char, 'buf' is unneeded.
Signed-off-by: Luiz Capitulino
---
json-lexer.c |7 +--
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/json-lexer.c b/json-lexer.c
index 5cc7e6c..1d9b81f 100644
--- a/json-lexer.c
+++ b/json-lexer.c
@@ -284,8 +284,
It's not needed, use qobject_put() instead and get a cleaner code.
Signed-off-by: Luiz Capitulino
---
json-streamer.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/json-streamer.c b/json-streamer.c
index 610ffea..f7e7a68 100644
--- a/json-streamer.c
+++ b/json-s
It's valid JSON and should be handled.
Signed-off-by: Luiz Capitulino
---
json-parser.c |4
qjson.c |3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/json-parser.c b/json-parser.c
index b55d763..83212bc 100644
--- a/json-parser.c
+++ b/json-parser.c
@@ -20
While there make the fail_unless() calls print error messages.
IMPORTANT: The test for "\/" is failing, don't know why.
Signed-off-by: Luiz Capitulino
---
check-qjson.c | 14 --
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/check-qjson.c b/check-qjson.c
index 109
The JSON escape sequence "\/" and "\\" are valid and should be
handled.
Signed-off-by: Luiz Capitulino
---
json-lexer.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/json-lexer.c b/json-lexer.c
index 0b145d1..5cc7e6c 100644
--- a/json-lexer.c
+++ b/json-lexer.c
@@ -
The 'lexer' variable is passed by the caller, it can contain anything
(eg. garbage).
Signed-off-by: Luiz Capitulino
---
json-lexer.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/json-lexer.c b/json-lexer.c
index 9d64920..0b145d1 100644
--- a/json-lexer.c
+++ b/json-le
Hi Anthony,
While investigating a QMP bug reported by a user, I've found a few issues
in our parser/lexer.
The patches in this series fix the problems I was able to solve, but we
still have the following issues:
1. Our 'private extension' is open to the public
Eg. The following input issu
Am Mittwoch, 19. Mai 2010 21:42 schrieb Michael Tokarev:
> 19.05.2010 23:38, Christoph Hellwig wrote:
> > On Wed, May 19, 2010 at 11:26:58PM +0400, Michael Tokarev wrote:
> >> Now the question is if the previous patch by Avi is actually
> >> worth to apply -- I mean this one:
> >> [Qemu-devel] [P
gcc does not like passing a NULL where an int value is expected:
block/vvfat.c: In function ‘checkpoint’:
block/vvfat.c:2868: error: passing argument 2 of ‘remove_mapping’ makes
integer from pointer without a cast
Signed-off-by: Riccardo Magliocchetti
---
block/vvfat.c |2 +-
1 files chan
KVM on lucid appears to prioritize pa:
#kvm -audio-help | grep ^Name
Name: pa
Name: alsa
Name: sdl
Name: oss
Name: none
Name: wav
but in effect alsa is still used... could it be related to the fact that
by default pulse-audio daemon is started per user, whereas kvm starts
the virtual machines befo
Hmm, I think upstream does prioritize pa over alsa. Marking incomplete,
need to check that.
--
kvm: use PulseAudio instead of ALSA
https://bugs.launchpad.net/bugs/393430
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: I
I confirm this same bug appears in Windows 95, Windows Me and several
XFree86 and X.Org versions, as well as DOS based Microsoft Mouse
drivers.
--
Windows 98 doesn't detect mouse on qemu and SeaBIOS.
https://bugs.launchpad.net/bugs/521994
You received this bug notification because you are a membe
Avi Kivity schrieb:
On 05/19/2010 12:57 PM, Udo Lembke wrote:
Jan Kiszka schrieb:
...
--enable-io-thread?
If you had it disabled, it would also answer my question if -smp works
without problems without that feature.
Jan
Hi,
i have a dumb question: what is the "--enable-io-thread"? Is this a
Hmm, I think upstream does prioritize pa over alsa. Marking incomplete,
need to check that.
** Changed in: qemu
Status: New => Incomplete
--
kvm: use PulseAudio instead of ALSA
https://bugs.launchpad.net/bugs/393430
You received this bug notification because you are a member of qemu-
dev
Signed-off-by: Riccardo Magliocchetti
---
linux-user/flatload.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/flatload.c b/linux-user/flatload.c
index 6a2c3f9..914de1f 100644
--- a/linux-user/flatload.c
+++ b/linux-user/flatload.c
@@ -338,7 +338,7 @@ failed:
The attached patch is a block driver for the distributed file system
Ceph (http://ceph.newdream.net/). This driver uses librados (which
is part of the Ceph server) for direct access to the Ceph object
store and is running entirely in userspace. Therefore it is
called "rbd" - rados block device.
To
** Changed in: qemu
Status: New => Invalid
--
test bug
https://bugs.launchpad.net/bugs/583025
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Invalid
Bug description:
asdf
2010/5/19 Blue Swirl :
> On 5/19/10, Richard Henderson wrote:
>> http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00922.html
>>
>> I would appreciate it if you would at least apply the first patch
>> from this series. The sparc target has been broken for a week.
>
> Okay. My setups do
On 05/19/2010 03:20 AM, Christoph Hellwig wrote:
On Tue, May 18, 2010 at 08:52:36AM -0500, Anthony Liguori wrote:
This should be filed in launchpad as a qemu bug and it should be tested
against the latest git. This bug sounds like we're using an int to
represent sector offset somewhere but
I've set up launchpad to automatically mail the list for bug traffic.
If this gets to be too much traffic, I can make a separate list.
Regards,
Anthony Liguori
19.05.2010 23:38, Christoph Hellwig wrote:
On Wed, May 19, 2010 at 11:26:58PM +0400, Michael Tokarev wrote:
Now the question is if the previous patch by Avi is actually
worth to apply -- I mean this one:
[Qemu-devel] [PATCH +stable] block: don't attempt to merge overlapping
requests
No, th
** Changed in: qemu
Status: New => Confirmed
--
Windows 98 doesn't detect mouse on qemu and SeaBIOS.
https://bugs.launchpad.net/bugs/521994
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Confirmed
Bug descriptio
Public bug reported:
asdf
** Affects: qemu
Importance: Undecided
Status: New
--
test bug
https://bugs.launchpad.net/bugs/583025
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
Bug description:
asdf
19.05.2010 21:09, Avi Kivity wrote:
On 05/19/2010 04:46 PM, Harald Dunkel wrote:
I am trying to run Solaris 10u8 as a guest in kvm (kernel
2.6.33.2). Problem: The virtual network devices don't work
with this Solaris version.
e1000 and pcnet work just by chance, as it seems. I can ping
the guest
On Wed, May 19, 2010 at 11:26:58PM +0400, Michael Tokarev wrote:
> Now the question is if the previous patch by Avi is actually
> worth to apply -- I mean this one:
> [Qemu-devel] [PATCH +stable] block: don't attempt to merge overlapping
> requests
No, that was just a hack, it shouldn't be appl
Marking this invalid against qemu as it doesn't support that non-
standard VESA resolution.
** Changed in: qemu
Status: New => Confirmed
** Changed in: qemu
Importance: Undecided => High
** Changed in: qemu
Status: Confirmed => Invalid
--
VNC heap corruption at 1400x1050 (with
Hi,
this patch is a block driver for the distributed file system Ceph
(http://ceph.newdream.net/). Ceph was included in the Linux v2.6.34
kernel. However, this driver uses librados (which is part of the Ceph
server) for direct access to the Ceph object store and is running entirely
in userspace. T
19.05.2010 22:53, Christoph Hellwig wrote:
The difference between the start sectors of two requests can be larger
than the size of the "int" type, which can lead to a not correctly
sorted multiwrite array and thus spurious I/O errors and filesystem
corruption due to incorrect request merges.
So
Signed-off-by: Blue Swirl
---
audio/audio_template.h |2 +-
block/curl.c| 14 ++-
block/qcow2.c |8 --
darwin-user/commpage.c |2 +-
darwin-user/syscall.c |2 +-
hw/vga.c|2 +-
hw/vhost_net.c |2 +-
ia64-dis.
On 5/17/10, Markus Armbruster wrote:
> Blue Swirl writes:
>
> > Signed-off-by: Blue Swirl
> > ---
> > audio/audio_template.h |2 +-
> > block/curl.c|9 ---
> > block/parallels.c |7 -
> > block/qcow2.c |8 --
> > darwin-user/commpa
On 5/19/10, Daniel P. Berrange wrote:
> The system emulators for each arch are using inconsistent
> naming for the default PCI bus "pci" vs "pci.0". Since it
> is conceivable we'll have multiple PCI buses in the future
> standardize on "pci.0" for all architectures. This ensures
> mgmt apps ca
On 05/19/2010 01:57 PM, Blue Swirl wrote:
On 5/19/10, Gerd Hoffmann wrote:
Then there would be no need of parsing.
You would need _two_ bitmaps (e.g. mask and cursor, so that mask=1
gives
transparent, mask=0 cursor=0 gives black and mask=0
On 5/19/10, Richard Henderson wrote:
> http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00922.html
>
> I would appreciate it if you would at least apply the first patch
> from this series. The sparc target has been broken for a week.
Okay. My setups don't have any problems and I was
Il 19/05/2010 19:19, Aurelien Jarno ha scritto:
On Wed, May 19, 2010 at 07:09:55PM +0200, Riccardo Magliocchetti wrote:
Il 19/05/2010 18:38, Aurelien Jarno ha scritto:
On Wed, May 19, 2010 at 01:51:35PM +0200, Riccardo Magliocchetti wrote:
Hello,
latest git does not compile on debian sid 32 b
On 5/19/10, Gerd Hoffmann wrote:
> >
> > >
> > > > Then there would be no need of parsing.
> > > >
> > >
> > > You would need _two_ bitmaps (e.g. mask and cursor, so that mask=1
> gives
> > > transparent, mask=0 cursor=0 gives black and mask=0 cursor=1 gives
> white).
> > >
> >
> > Yes, but it's
The difference between the start sectors of two requests can be larger
than the size of the "int" type, which can lead to a not correctly
sorted multiwrite array and thus spurious I/O errors and filesystem
corruption due to incorrect request merges.
So instead of doing the cute sector arithmetics
On 05/19/2010 12:10 PM, Shahar Havivi wrote:
> When closig Vm or removing usb on guest via usb_del monitor command,
> qemu does not return the control to the host, the user have to
> unplug and plug the device in order to use it on the host.
>
> v2:
> added empty methods to usb-bsd and usb-stub.
Some files use DEBUG as a preprocessor conditionals to enable debug
code and i find handy to pass -DDEBUG as extra cflags at configure
time.
Unfortunately this cannot be done if DEBUG name is used for other
purposes.
Signed-off-by: Riccardo Magliocchetti
---
hw/tc6393xb.c |8
1 file
Some files use DEBUG as a preprocessor conditionals to enable debug
code and i find handy to pass -DDEBUG as extra cflags at configure
time.
Unfortunately this cannot be done if DEBUG name is used for other
purposes.
Signed-off-by: Riccardo Magliocchetti
---
hw/msix.c |4 ++--
1 files change
Some files use DEBUG as a preprocessor conditionals to enable debug
code and i find handy to pass -DDEBUG as extra cflags at configure
time.
Unfortunately this cannot be done if DEBUG name is used for other
purposes.
Signed-off-by: Riccardo Magliocchetti
---
hw/e1000.c |4 ++--
1 files chang
Some files use DEBUG as a preprocessor conditionals to enable debug
code and i find handy to pass -DDEBUG as extra cflags at configure
time.
Unfortunately this cannot be done if DEBUG name is used for other
purposes.
Riccardo Magliocchetti (3):
Rename DEBUG field to TC_DEBUG to avoid name clashe
On 05/18/2010 11:47 PM, Aurelien Jarno wrote:
> The reg allocator is able to issue move if needed, so the only
> improvement this patch is for doing a ext8u on both "q" registers.
>
> OTOH the reg allocator knows this situation and will try to avoid this
> situation during the allocation. Cheating
When closig Vm or removing usb on guest via usb_del monitor command,
qemu does not return the control to the host, the user have to
unplug and plug the device in order to use it on the host.
v2:
added empty methods to usb-bsd and usb-stub.
release usb devices when main is out.
Signed-off-by: Shah
On Wed, May 19, 2010 at 06:49:29PM +0200, Riccardo Magliocchetti wrote:
> Fix compilation with DEBUG defined
>
> Signed-off-by: Riccardo Magliocchetti
Thanks, applied.
Cheers
> ---
> target-cris/mmu.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/target-cri
On Tue, May 18, 2010 at 10:12:54PM +0200, Stefan Weil wrote:
> Am 18.05.2010 19:43, schrieb Aurelien Jarno:
> >On Sun, Apr 11, 2010 at 06:44:18PM +0200, Stefan Weil wrote:
> >>This patch enhances the algorithm which finds the correct settings for SDL.
> >>For cross compilations (when cross_prefix i
On Tue, Apr 13, 2010 at 03:23:53PM -0700, Richard Henderson wrote:
> Signed-off-by: Richard Henderson
> ---
> tcg/i386/tcg-target.c | 13 +
> 1 files changed, 9 insertions(+), 4 deletions(-)
Thanks, applied.
> diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c
> index e684
Hi,
On Tue, Apr 13, 2010 at 03:59:20PM -0700, Richard Henderson wrote:
> Define OPC_MOVZBL and OPC_MOVZWL. Factor opcode emission to
> separate functions. Don't restrict the input register to the
> low 4 "q" registers; emit an AND instead if needed.
I am fine about the cleaning part, but I don'
On Tue, Apr 13, 2010 at 03:26:17PM -0700, Richard Henderson wrote:
> Setting the registers one by one is easier to read, and gets
> optimized by the compiler just the same.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/i386/tcg-target.c | 11 ++-
> 1 files changed, 6 insertions(+),
The system emulators for each arch are using inconsistent
naming for the default PCI bus "pci" vs "pci.0". Since it
is conceivable we'll have multiple PCI buses in the future
standardize on "pci.0" for all architectures. This ensures
mgmt apps can rely on a name when assigning PCI devices an
addres
On Wed, May 19, 2010 at 07:09:55PM +0200, Riccardo Magliocchetti wrote:
> Il 19/05/2010 18:38, Aurelien Jarno ha scritto:
>> On Wed, May 19, 2010 at 01:51:35PM +0200, Riccardo Magliocchetti wrote:
>>> Hello,
>>>
>>> latest git does not compile on debian sid 32 bit (kernel 64 bit),
>>> gcc 4.4.4:
>>
Il 19/05/2010 18:38, Aurelien Jarno ha scritto:
On Wed, May 19, 2010 at 01:51:35PM +0200, Riccardo Magliocchetti wrote:
Hello,
latest git does not compile on debian sid 32 bit (kernel 64 bit),
gcc 4.4.4:
CCalpha-linux-user/syscall.o
cc1: warnings being treated as errors
/home/rm/src/qemu
On 05/19/2010 04:46 PM, Harald Dunkel wrote:
Hi folks,
Please post kvm issues to the kvm mailing list.
I am trying to run Solaris 10u8 as a guest in kvm (kernel
2.6.33.2). Problem: The virtual network devices don't work
with this Solaris version.
e1000 and pcnet work just by chance, as
On 05/18/2010 05:29 PM, Chris Wright wrote:
sourceforge bug tracker...
- sucks
- unclear if there's active triage
- anthony prefers the launchpad instance
Kernel bugs can go to bugzilla.kernel.org. Of course it isn't always
clear if a bug is a kernel or qemu bug. Recommend we ask users
On 05/19/2010 09:52 AM, Luiz Capitulino wrote:
On Tue, 18 May 2010 17:38:27 -0500
Anthony Liguori wrote:
Hi,
In an effort to improve the 0.13 release quality, I'd like to host a Bug
Day on June 1st, 2010. I've setup a quick wiki page with some more info
(http://wiki.qemu.org/BugDay/June2
On 05/19/2010 11:34 AM, Sheng Yang wrote:
Signed-off-by: Sheng Yang
---
target-i386/cpuid.c | 32
Can send to Anthony directly, while tcg doesn't support xsave/ymm, all
the code here is generic.
1 files changed, 32 insertions(+), 0 deletions(-)
dif
Fix launchpad #563883
Signed-off-by: Riccardo Magliocchetti
---
qemu-monitor.hx |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index a8f194c..ed7def9 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -979,7 +979,7 @@ ETEXI
On 05/19/2010 11:34 AM, Sheng Yang wrote:
From: Dexuan Cui
Enable XSAVE/XRSTORE for guest.
Change from V1:
1. Use FPU API.
2. Fix CPUID issue.
3. Save/restore all possible guest xstate fields when switching. Because we
don't know which fields guest has already touched.
Signed-off-by: Dexuan C
On 19 mai 2010, at 18:28, Anthony Liguori wrote:
> On 05/19/2010 10:15 AM, Bernhard Kohl wrote:
>> Hi,
>>
>> could you please run "git update-server-info" on the server
>> and enable the hooks? At least seabios.git and vgabios.git
>> cannot be accessed via http://.
>
> Sure. I'd prefer people d
Fix compilation with DEBUG defined
Signed-off-by: Riccardo Magliocchetti
---
target-cris/mmu.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target-cris/mmu.c b/target-cris/mmu.c
index 2a5ded8..d09e921 100644
--- a/target-cris/mmu.c
+++ b/target-cris/mmu.c
@@ -31,7 +3
Use TARGET_FMT_plx as format placeholder for target_phys_addr_t
Signed-off-by: Riccardo Magliocchetti
---
hw/gt64xxx.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/gt64xxx.c b/hw/gt64xxx.c
index 55971b9..7691e1d 100644
--- a/hw/gt64xxx.c
+++ b/hw/gt64xxx.c
@@ -276
On 05/19/2010 10:15 AM, Bernhard Kohl wrote:
Hi,
could you please run "git update-server-info" on the server
and enable the hooks? At least seabios.git and vgabios.git
cannot be accessed via http://.
Sure. I'd prefer people didn't use http because it's pretty inefficient
but I understand it'
On Wed, May 19, 2010 at 01:51:35PM +0200, Riccardo Magliocchetti wrote:
> Hello,
>
> latest git does not compile on debian sid 32 bit (kernel 64 bit),
> gcc 4.4.4:
>
> CCalpha-linux-user/syscall.o
> cc1: warnings being treated as errors
> /home/rm/src/qemu/linux-user/syscall.c: In function ‘
Julian Pidancet wrote:
> So after all, why not implementing our own VT switching and using
> directly the fbdev interface.
It's a good idea. VT switching isn't hard to track reliably.
Being able to tell qemu, through the monitor, to attach/detach from a
particular VT might be a nice easy bonus t
This is a new version of the (now reverted) following commit:
0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d
The 'quit' Monitor command (implemented by do_quit()) calls
exit() directly, this is problematic under QMP because QEMU
exits before having a chance to send the ok response.
Clients don't know
On 05/19/2010 12:57 PM, Udo Lembke wrote:
Jan Kiszka schrieb:
...
--enable-io-thread?
If you had it disabled, it would also answer my question if -smp works
without problems without that feature.
Jan
Hi,
i have a dumb question: what is the "--enable-io-thread"? Is this a
kvm-switch?
It's
It's a global variable already, do_quit() will use it.
Signed-off-by: Luiz Capitulino
---
sysemu.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sysemu.h b/sysemu.h
index 48ee66c..879446a 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -128,6 +128,7 @@ extern int max_cpus;
ex
Hi Anthony,
The following QMP/Monitor patches have been sent to the list and look good
to me. I have also tested most of them.
Please, note that I didn't add the QMP doc patches, since they are still under
discussion.
The changes (since 0d5d46993840c1e6a04c1db38a554aad4ee83835) are available
On 05/19/2010 02:52 PM, Stefano Stabellini wrote:
> On Wed, 19 May 2010, Gerd Hoffmann wrote:
>>Hi,
>>
>>> I think the only way to fix this is to handle VT acquire and release
>>> events ourselves.
>>
>> Hmm. I suspect sdl and directfb wanna do this too, so I'm not sure this
>> will actually
This reverts commit 0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d.
Next commits will do the same thing in a better way.
Signed-off-by: Luiz Capitulino
---
monitor.c |3 +--
sysemu.h |2 --
vl.c | 18 --
3 files changed, 1 insertions(+), 22 deletions(-)
diff --git a/m
- Change from GPL to LGPL
- Add license text when missing
- Minor cosmetic changes to make all headers look the same
Signed-off-by: Luiz Capitulino
---
check-qdict.c |3 +++
check-qfloat.c |5 -
check-qint.c|3 +++
check-qlist.c |4 ++--
check-qstring.c |3 +++
q
From: Markus Armbruster
Signed-off-by: Markus Armbruster
---
QMP/qmp-spec.txt | 55 ++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/QMP/qmp-spec.txt b/QMP/qmp-spec.txt
index f3c0327..9d30a8c 100644
--- a/QMP/qmp-spec.txt
+
From: Markus Armbruster
Short story: We don't want pci_add in QMP. Long story follows.
pci_add can do two things:
* Hot plug a PCI NIC. device_add is more general.
* Hot plug a PCI disk controller, and a drive connected to it.
The controller is either virtio-blk-pci (if=virtio) or lsi53c8
From: Markus Armbruster
We don't want pci_del in QMP. Use device_del instead.
This reverts commit 6848d827162fea039f2658414a4adb6164a4f9b0.
Conflicts:
hw/pci-hotplug.c
sysemu.h
Signed-off-by: Markus Armbruster
---
hw/pci-hotplug.c |5 ++---
qemu-monitor.hx |3 +--
Michael Tokarev wrote:
> Anthony Liguori wrote:
> []
> > For the Bug Day, anything is interesting IMHO. My main interest is to
> > get as many people involved in testing and bug fixing as possible. If
> > folks are interested in testing specific things like unusual or older
> > OSes, I'm happy to
It's the post-update hook that needs chmod +x, I believe.
Stefan
On Wed, 19 May 2010, Gerd Hoffmann wrote:
>Hi,
>
> >> Which makes me think we should just go the direct route. No SDL. No
> >> directfb. No other funky library which provides us with nothing but
> >> bugs. Programming fbdev isn't that hard after all. Especially if you
> >> skip all the (I
Hi,
Which makes me think we should just go the direct route. No SDL. No
directfb. No other funky library which provides us with nothing but
bugs. Programming fbdev isn't that hard after all. Especially if you
skip all the (IMHO pointless) video mode switching bits.
Agreed, actually I wa
Hi,
could you please run "git update-server-info" on the server
and enable the hooks? At least seabios.git and vgabios.git
cannot be accessed via http://.
And the cgit does not show any tags for all repositories on
http://git.qemu.org/
Thanks,
Bernhard
Jan Kiszka schrieb:
...
--enable-io-thread?
If you had it disabled, it would also answer my question if -smp works
without problems without that feature.
Jan
Hi,
i have a dumb question: what is the "--enable-io-thread"? Is this a
kvm-switch?
My kvm 0.12.4 don't accept this switch. I'm kno
Hi,
With qemu 0.12.4 (and earier revisions), I see:
unknown keycodes `sun(type6_usb)_aliases(qwerty)', please report to
qemu-devel@nongnu.org
Let me know if you need anything further.
Thanks,
--S
On Tue, 18 May 2010 17:38:27 -0500
Anthony Liguori wrote:
> Hi,
>
> In an effort to improve the 0.13 release quality, I'd like to host a Bug
> Day on June 1st, 2010. I've setup a quick wiki page with some more info
> (http://wiki.qemu.org/BugDay/June2010).
Tuesday is our call conf day and o
http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00922.html
I would appreciate it if you would at least apply the first patch
from this series. The sparc target has been broken for a week.
CCsparc64-softmmu/translate.o
/home/rth/qemu/qemu/target-sparc/translate.c: In function 'ge
Signed-off-by: Huacai Chen
---
Makefile.target |2 +-
hw/mips_fulong2e.c | 421 ++
target-mips/translate_init.c | 35
3 files changed, 457 insertions(+), 1 deletions(-)
create mode 100644 hw/mips_fulong2e.c
diff --git a/
Signed-off-by: Huacai Chen
---
hw/usb-uhci.c | 30 ++
hw/usb-uhci.h |1 +
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c
index 624d55b..5fd5388 100644
--- a/hw/usb-uhci.c
+++ b/hw/usb-uhci.c
@@ -1152,6 +1152,26 @@ st
Signed-off-by: Huacai Chen
---
Makefile.objs|1 +
default-configs/mips64el-softmmu.mak |1 +
hw/ide.h |1 +
hw/ide/via.c | 185 ++
4 files changed, 188 insertions(+), 0 deletio
1 - 100 of 160 matches
Mail list logo