Re: [Qemu-devel] [PATCH] Fix some wording in qemu.1

2011-04-16 Thread Stefan Weil
Am 17.04.2011 03:25, schrieb Dan Church: Yeah, sorry about that. I pressed 'p' in Vim in the wrong place. Here's the final patch: --- qemu/qemu.1.orig 2011-04-16 14:33:06.0 -0500 +++ qemu/qemu.1 2011-04-16 14:56:56.0 -0500 @@ -271,11 +271,11 @@ Available types are: ide, scsi, sd,

Re: [Qemu-devel] [PATCH] Fix some wording in qemu.1

2011-04-16 Thread Dan Church
Yeah, sorry about that. I pressed 'p' in Vim in the wrong place. Here's the final patch: --- qemu/qemu.1.orig2011-04-16 14:33:06.0 -0500 +++ qemu/qemu.1 2011-04-16 14:56:56.0 -0500 @@ -271,11 +271,11 @@ Available types are: ide, scsi, sd, mtd, floppy, pflash, virtio. .IP "\fB

Re: [Qemu-devel] [PULL] Trivial patches for 10-16 April

2011-04-16 Thread Anthony Liguori
On 04/16/2011 06:33 AM, Stefan Hajnoczi wrote: The following changes since commit adc56dda0c4eed62149d28939b7d7e329ad95ae8: migration: move some declarations to migration.h (2011-04-15 20:14:54 +) are available in the git repository at: git://repo.or.cz/qemu/stefanha.git trivial-patch

Re: [Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue

2011-04-16 Thread Anthony Liguori
On 04/16/2011 05:10 PM, Marcelo Tosatti wrote: The following changes since commit adc56dda0c4eed62149d28939b7d7e329ad95ae8: migration: move some declarations to migration.h (2011-04-15 20:14:54 +) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.g

[Qemu-devel] QEMU-KVM and hardened (GRSEC/PaX) kernel

2011-04-16 Thread Антон Кочков
Good day! I'm trying to make working qemu-kvm with hardened gentoo on hardened kernel. When i'm using CONFIG_PAX_KERNPAGEXEC and CONFIG_PAX_MEM_UNDEREF qemu just start and go to infinite loop and take 100% of one of my CPU core. adn it even can't be killed. Also it is dont give answer for qemu moni

[Qemu-devel] [PATCH 4/6] Break up user and system cpu_interrupt implementations

2011-04-16 Thread Marcelo Tosatti
From: Jan Kiszka Both have only two lines in common, and we will convert the system service into a callback which is of no use for user mode operation. Signed-off-by: Jan Kiszka CC: Riku Voipio Signed-off-by: Marcelo Tosatti --- exec.c | 14 ++ 1 files changed, 10 insertions(+)

[Qemu-devel] [PATCH 3/6] kvm: create kvmclock when one of the flags are present

2011-04-16 Thread Marcelo Tosatti
From: Glauber Costa kvmclock presence can be signalled by two different flags. So for device creation, we have to test for both. Signed-off-by: Glauber Costa Signed-off-by: Avi Kivity --- hw/kvmclock.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/hw/kvmclock.c

[Qemu-devel] [PATCH 0/6] [PULL] qemu-kvm.git uq/master queue

2011-04-16 Thread Marcelo Tosatti
The following changes since commit adc56dda0c4eed62149d28939b7d7e329ad95ae8: migration: move some declarations to migration.h (2011-04-15 20:14:54 +) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Glauber Costa (3): kvm: use ker

[Qemu-devel] [PATCH 5/6] Redirect cpu_interrupt to callback handler

2011-04-16 Thread Marcelo Tosatti
From: Jan Kiszka This allows to override the interrupt handling of QEMU in system mode. KVM will make use of it to set a specialized handler. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- cpu-all.h | 14 +- exec.c|4 +++- 2 files changed, 16 insertions(+),

[Qemu-devel] [PATCH 1/6] kvm: use kernel-provided para_features instead of statically coming up with new capabilities

2011-04-16 Thread Marcelo Tosatti
From: Glauber Costa Use the features provided by KVM_GET_SUPPORTED_CPUID directly to mask out features from guest-visible cpuid. The old get_para_features() mechanism is kept for older kernels that do not implement it. Signed-off-by: Glauber Costa Signed-off-by: Avi Kivity --- target-i386/k

[Qemu-devel] [PATCH 2/6] kvm: add kvmclock to its second bit

2011-04-16 Thread Marcelo Tosatti
From: Glauber Costa We have two bits that can represent kvmclock in cpuid. They signal the guest which msr set to use. When we tweak flags involving this value - specially when we use "-", we have to act on both. Besides adding it to the kvm features list, we also have to "break" the assumption

[Qemu-devel] [PATCH 6/6] kvm: Install specialized interrupt handler

2011-04-16 Thread Marcelo Tosatti
From: Jan Kiszka KVM only requires to set the raised IRQ in CPUState and to kick the receiving vcpu if it is remote. Installing a specialized handler allows potential future changes to the TCG code path without risking KVM side effects. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti

Re: [Qemu-devel] is it just me or is ne2k broken in qemu?

2011-04-16 Thread Michael Tokarev
15.04.2011 18:17, Alex Williamson wrote: > On Thu, 2011-04-14 at 12:31 +0400, Michael Tokarev wrote: >> The NIC works for a while, but after a few packets, >> or a few 1000s of packets, it stalls. In tcpdump >> on the host I see many ARP requests coming from the >> guest and each has correspondin

Re: [Qemu-devel] [PATCH] Fix some wording in qemu.1

2011-04-16 Thread Stefan Weil
Am 16.04.2011 21:38, schrieb Dan Church: It was apparent that some parts of the man page were written by non-native English speaker(s), so I figured I'd help out somewhat: --- qemu/qemu.1.orig2011-04-16 14:33:06.0 -0500 +++ qemu/qemu.1 2011-04-16 14:36:38.0 -0500 @@ -271,11 +

[Qemu-devel] iPXE/Etherboot prompts twice for booting?

2011-04-16 Thread Michael Tokarev
I'm playing with iPXE ROM images again, and see iPXE prompts two times during bootup. Once like this: "Press Ctrl-B to configure", at early stage, even if -boot n is not selected. And second time when it actually tries to boot, like "Press Ctrl-B for the command line". The same behavor happens w

[Qemu-devel] [PATCH] Fix some wording in qemu.1

2011-04-16 Thread Dan Church
It was apparent that some parts of the man page were written by non-native English speaker(s), so I figured I'd help out somewhat: --- qemu/qemu.1.orig2011-04-16 14:33:06.0 -0500 +++ qemu/qemu.1 2011-04-16 14:36:38.0 -0500 @@ -271,11 +271,11 @@ Available types are: ide, scsi,

Re: [Qemu-devel] [PATCH] Fix buffer overrun in sched_getaffinity

2011-04-16 Thread Mike Frysinger
On Sat, Apr 16, 2011 at 05:16, Stefan Hajnoczi wrote: > On Tue, Apr 12, 2011 at 12:48:20PM +0900, Mike McCormack wrote: >> Zeroing of the cpu array should start from &cpus[kernel_ret] >> not &cpus[num_zeros_to_fill]. >> >> This fixes a crash in EFL's edje_cc running under qemu-arm. >> >> diff --git

[Qemu-devel] [PULL] Trivial patches for 10-16 April

2011-04-16 Thread Stefan Hajnoczi
The following changes since commit adc56dda0c4eed62149d28939b7d7e329ad95ae8: migration: move some declarations to migration.h (2011-04-15 20:14:54 +) are available in the git repository at: git://repo.or.cz/qemu/stefanha.git trivial-patches Brad Hards (4): Makefile: Clean up after

Re: [Qemu-devel] [PATCH] multiboot: Support quotable commas in module list

2011-04-16 Thread Stefan Hajnoczi
On Sat, Apr 16, 2011 at 10:42 AM, Adam Lackorzynski wrote: > > On Fri Apr 15, 2011 at 15:17:28 +0200, Kevin Wolf wrote: >> Am 15.04.2011 09:56, schrieb Adam Lackorzynski: >> > Support quoting of ',' (and '\') to allow commas in the parameter list of >> > modules. >> > >> > Signed-off-by: Adam Lack

Re: [Qemu-devel] [PATCH] multiboot: Support quotable commas in module list

2011-04-16 Thread Adam Lackorzynski
On Fri Apr 15, 2011 at 15:17:28 +0200, Kevin Wolf wrote: > Am 15.04.2011 09:56, schrieb Adam Lackorzynski: > > Support quoting of ',' (and '\') to allow commas in the parameter list of > > modules. > > > > Signed-off-by: Adam Lackorzynski > > Other options in qemu use double commas for escaping

Re: [Qemu-devel] [PATCH 0/7] Rework PCMCIA subsystem

2011-04-16 Thread Dmitry Eremin-Solenikov
Hi, What about this serie of patches? On 4/11/11, Dmitry Eremin-Solenikov wrote: > Please pull the following changeset that makes PCMCIA subsystem to use > QBus and Qdev for managing devices. Currently the only implementation > of PCMCIA host is a PXA2xx host and the only possible PCMCIA device

Re: [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100

2011-04-16 Thread Dmitry Eremin-Solenikov
Hello, What about this version of patches? On 4/14/11, Dmitry Eremin-Solenikov wrote: > Basic implementation of DEC/Intel SA-1100/SA-1110 chips emulation. > Implemented: > - IRQs > - GPIO > - PPC > - RTC > - UARTs (no IrDA/etc.) > - OST reused from pxa25x > > Everything else is TODO (esp.

Re: [Qemu-devel] [PATCH] Fix buffer overrun in sched_getaffinity

2011-04-16 Thread Stefan Hajnoczi
On Tue, Apr 12, 2011 at 12:48:20PM +0900, Mike McCormack wrote: > Zeroing of the cpu array should start from &cpus[kernel_ret] > not &cpus[num_zeros_to_fill]. > > This fixes a crash in EFL's edje_cc running under qemu-arm. > > Signed-off-by: Mike McCormack > --- > linux-user/syscall.c |2 +-

Re: [Qemu-devel] [PATCH 1/3] slirp: Implement TFTP Blocksize option

2011-04-16 Thread Stefan Hajnoczi
On Mon, Apr 11, 2011 at 07:10:52PM +, Herve Poussineau wrote: > From: Herv? Poussineau > > This option is described in RFC 1783. As this is only an optional field, > we may ignore it in some situations and handle it in some others. > Here, if client requests a block size bigger than the block

Re: [Qemu-devel] Para-virtualized ram-based filesystem?

2011-04-16 Thread Stefan Hajnoczi
Resent because Stuart dropped from the recipients list. On Sat, Apr 16, 2011 at 9:52 AM, Stefan Hajnoczi wrote: > On Sat, Apr 16, 2011 at 1:27 AM, Brad Hards wrote: >> On Saturday 16 April 2011 09:58:32 Ritchie, Stuart wrote: >>> How does that sound? >> As a general user: Confusing. >> >> Is the

Re: [Qemu-devel] Para-virtualized ram-based filesystem?

2011-04-16 Thread Stefan Hajnoczi
On Sat, Apr 16, 2011 at 1:27 AM, Brad Hards wrote: > On Saturday 16 April 2011 09:58:32 Ritchie, Stuart wrote: >> How does that sound? > As a general user: Confusing. > > Is there a concrete example (specific applications, specific performance > issues, > specific requirements) that you can share

Re: [Qemu-devel] [PATCH] raw-posix: Linearize direct I/O on Linux NFS

2011-04-16 Thread Stefan Hajnoczi
On Sat, Apr 16, 2011 at 12:00 AM, Anthony Liguori wrote: > 3) We have no way to detect when we no longer need a work around which makes > (2) really unappealing. I agree. > 4) That leaves us with: >    a) waiting for NFS to get fixed properly and just living with worse > performance on older ker

Re: [Qemu-devel] [Qemu-trivial] Bug #757654: UHCI fails to signal stall response patch

2011-04-16 Thread Stefan Hajnoczi
On Fri, Apr 15, 2011 at 9:57 PM, Jan Vesely wrote: > I'm sending a patch for bug #757654. The bug does not really break > anything it just makes USB error detection harder. > It's a quick fix and might need some polishing but it works (I am > currently using it). > > thx, > jan > > PS: I guess you

Re: [Qemu-devel] Bug #757654: UHCI fails to signal stall response patch

2011-04-16 Thread Jan Vesely
On Sat, Apr 16, 2011 at 8:33 AM, Brad Hards wrote: > On Sat, 16 Apr 2011 06:57:00 am Jan Vesely wrote: >> +        s->status |= UHCI_STS_USBERR; > This is per UHCI 1.1D Section 4.1.5. Looks good. > >> +        *int_mask |= 0x02; >> +        if (td->ctrl & TD_CTRL_IOC) >> +            *int_mask |=