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
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
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
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.
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
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
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
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
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
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 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
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
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
** 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
>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
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"
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"
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
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
** 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
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
21 matches
Mail list logo