Re: [Qemu-devel] [PATCH] Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup

2010-12-04 Thread Kirill Batuzov
On 04.12.2010 23:11, Blue Swirl wrote: On Thu, Dec 2, 2010 at 1:12 PM, Kirill Batuzov wrote: Move the last found TB to the head of the list so it will be found more quickly next time it will be looked for. Signed-off-by: Kirill Batuzov Signed-off-by: Pavel Yushchenko --- This patch appeared

[Qemu-devel] Re: [PULL] More format checking

2010-12-04 Thread Blue Swirl
On Sat, Dec 4, 2010 at 9:02 PM, Stefan Weil wrote: > Am 04.12.2010 21:18, schrieb Blue Swirl: >> >> On Sat, Dec 4, 2010 at 7:24 PM, Stefan Weil wrote: >>> >>> Am 04.12.2010 19:35, schrieb Blue Swirl: On Wed, Dec 1, 2010 at 9:41 PM, Stefan Weil wrote: > > Am 24.11.2010 22:4

[Qemu-devel] Re: [PULL] More format checking

2010-12-04 Thread Stefan Weil
Am 04.12.2010 21:18, schrieb Blue Swirl: On Sat, Dec 4, 2010 at 7:24 PM, Stefan Weil wrote: Am 04.12.2010 19:35, schrieb Blue Swirl: On Wed, Dec 1, 2010 at 9:41 PM, Stefan Weil wrote: Am 24.11.2010 22:46, schrieb Stefan Weil: Hello, with these patches, hopefully all functions with prin

[Qemu-devel] Re: [PATCH] *-dis: Replace fprintf_ftype by fprintf_function (format checking)

2010-12-04 Thread Blue Swirl
Thanks, applied. On Mon, Nov 15, 2010 at 6:39 PM, Stefan Weil wrote: > This patch adds more printf format checking. > > Additional modifications were needed for this code change: > > * alpha-dis.c: The local definition of MAX conflicts with >  a previous definition from osdep.h, so add an #undef.

[Qemu-devel] Re: [PATCH] darwin-user: Use GCC_FMT_ATTR (format checking)

2010-12-04 Thread Blue Swirl
Thanks, applied. On Mon, Nov 15, 2010 at 8:00 PM, Stefan Weil wrote: > The redundant forward declaration of qerror in machload.c > is removed because it should be taken from qemu.h. > > Please note that this patch is untested because > I have no matching environment to compile it. > > Cc: Blue Sw

[Qemu-devel] Re: [PATCH] audio: Use GCC_FMT_ATTR (format checking)

2010-12-04 Thread Blue Swirl
Thanks, applied. On Mon, Nov 15, 2010 at 7:54 PM, Stefan Weil wrote: > Cc: Blue Swirl > Signed-off-by: Stefan Weil > --- >  audio/audio_pt_int.c |    3 ++- >  1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/audio/audio_pt_int.c b/audio/audio_pt_int.c > index f15cc70..908c569 1

[Qemu-devel] Re: [PATCH] target-sparc: Use fprintf_function (format checking)

2010-12-04 Thread Blue Swirl
Thanks, applied. On Mon, Nov 15, 2010 at 6:58 PM, Stefan Weil wrote: > This change was missing in commit > 9a78eead0c74333a394c0f7bbfc4423ac746fcd5. > > Cc: Blue Swirl > Signed-off-by: Stefan Weil > --- >  target-sparc/cpu.h |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) > > di

Re: [Qemu-devel] State of EHCI emulation for QEMU

2010-12-04 Thread David S. Ahern
On 12/04/10 02:05, Jan Kiszka wrote: > Am 04.12.2010 01:18, Gerd Hoffmann wrote: >> Hi, >> >>> as you may know, there is an experimental git repository at >>> >>> git://git.kiszka.org/qemu.git ehci >> >> Looking into this right now as I'm busy with various usb issues anyway. >> Current stat

[Qemu-devel] Re: [PULL] More format checking

2010-12-04 Thread Blue Swirl
On Sat, Dec 4, 2010 at 7:24 PM, Stefan Weil wrote: > Am 04.12.2010 19:35, schrieb Blue Swirl: >> >> On Wed, Dec 1, 2010 at 9:41 PM, Stefan Weil wrote: >>> >>> Am 24.11.2010 22:46, schrieb Stefan Weil: Hello, with these patches, hopefully all functions with printf like argument

Re: [Qemu-devel] [PATCH] Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup

2010-12-04 Thread Blue Swirl
On Thu, Dec 2, 2010 at 1:12 PM, Kirill Batuzov wrote: > Move the last found TB to the head of the list so it will be found more > quickly next time it will be looked for. > > Signed-off-by: Kirill Batuzov > Signed-off-by: Pavel Yushchenko > --- > > This patch appeared during investigation of pe

[Qemu-devel] [PATCH] mingw32: Fix definitions for PRId64, PRIx64, PRIu64, PRIo64

2010-12-04 Thread Stefan Weil
QEMU always uses POSIX format specifiers, even with mingw32. Therefore the old definitions of the PRI*64 macros were wrong. They should be removed, but as long as the mingw32 system include inttypes.h provides wrong definitions, too, we correct them here. Cc: Blue Swirl Signed-off-by: Stefan Wei

[Qemu-devel] Re: [PULL] More format checking

2010-12-04 Thread Stefan Weil
Am 04.12.2010 19:35, schrieb Blue Swirl: On Wed, Dec 1, 2010 at 9:41 PM, Stefan Weil wrote: Am 24.11.2010 22:46, schrieb Stefan Weil: Hello, with these patches, hopefully all functions with printf like arguments use gcc's format checking, so the TODO comment in HACKING can be removed. The

[Qemu-devel] Re: [PULL] More format checking

2010-12-04 Thread Blue Swirl
On Wed, Dec 1, 2010 at 9:41 PM, Stefan Weil wrote: > Am 24.11.2010 22:46, schrieb Stefan Weil: >> >> Hello, >> >> with these patches, hopefully all functions with printf like arguments >> use gcc's format checking, so the TODO comment in HACKING can be removed. >> >> The patch series was tested wi

[Qemu-devel] [Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-12-04 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu) Assignee: Dustin Kirkland (kirkland) => (unassigned) ** Changed in: qemu-kvm (Ubuntu Lucid) Assignee: Dustin Kirkland (kirkland) => (unassigned) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEM

RE: [Qemu-devel] [PATCH 00/16] linux-user updates

2010-12-04 Thread riku.voipio
>On 3 December 2010 13:36, wrote: >> Collection of recent linux-user patches that have been >> tested to be good. Patches have been sent to the list before, >> lets have a couple of days for comments and I'll request a pull >> from. > >I hate to quibble, but: > >> Peter Maydell (10): >> target-a

[Qemu-devel] Re: [PATCH 2/2] Do not register kvmclock savevm section if kvmclock is disabled.

2010-12-04 Thread Paolo Bonzini
On 12/03/2010 11:49 AM, Glauber Costa wrote: +/* This has to happen after vcpu setup*/ +void kvmclock_register_savevm(void) +{ +#ifdef KVM_CAP_ADJUST_CLOCK +if (kvmclock_enabled&& kvm_check_extension(kvm_state, KVM_CAP_ADJUST_CLOCK)) { +printf("registering kvmclock savevm section\n"

[Qemu-devel] Re: [PATCH 2/2] Do not register kvmclock savevm section if kvmclock is disabled.

2010-12-04 Thread Paolo Bonzini
On 12/03/2010 11:49 AM, Glauber Costa wrote: +/* This has to happen after vcpu setup*/ +void kvmclock_register_savevm(void) +{ +#ifdef KVM_CAP_ADJUST_CLOCK +if (kvmclock_enabled&& kvm_check_extension(kvm_state, KVM_CAP_ADJUST_CLOCK)) { +printf("registering kvmclock savevm section\n"

[Qemu-devel] Re: [PATCH 1/6] pci: untangle pci/msi dependency

2010-12-04 Thread Paolo Bonzini
On 12/02/2010 11:54 PM, Michael S. Tsirkin wrote: +bool assert = pcie_aer_root_does_trigger(root_cmd_set, root_status); Risky variable name, I think it would fail if someone includes assert.h. Paolo

Re: [Qemu-devel] [PATCH 02/14] ./block/iscsi/socket.c

2010-12-04 Thread Stefan Hajnoczi
On Fri, Dec 3, 2010 at 11:09 AM, wrote: > +int > +iscsi_connect_async(struct iscsi_context *iscsi, const char *portal, > +                   iscsi_command_cb cb, void *private_data) > +{ > +       int tpgt = -1; > +       int port = 3260; > +       char *str; > +       char *addr; > +       struc

[Qemu-devel] [Bug 427612] Re: kvm sends caps lock key up event twice

2010-12-04 Thread Jean-Baptiste Lallement
** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/427612 Title: kvm sends caps lock key up event twice Status in QEMU: New Statu

Re: [Qemu-devel] State of EHCI emulation for QEMU

2010-12-04 Thread Jan Kiszka
Am 04.12.2010 01:18, Gerd Hoffmann wrote: > Hi, > >> as you may know, there is an experimental git repository at >> >> git://git.kiszka.org/qemu.git ehci > > Looking into this right now as I'm busy with various usb issues anyway. > Current state: > http://cgit.freedesktop.org/spice/qemu/l