qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RESEND][PATCH 2/13] Refactor and enhance break/watchpo


From: Blue Swirl
Subject: Re: [Qemu-devel] [RESEND][PATCH 2/13] Refactor and enhance break/watchpoint API
Date: Sun, 7 Sep 2008 22:11:00 +0300

On 9/7/08, Anthony Liguori <address@hidden> wrote:
> Does anyone have any objections to this series?  It literally touches every
> architectures so I don't want to commit it without some Ack'ing for the
> appropriate architecture maintainers.

Sparc part is OK.

+
+#ifndef CONFIG_USER_ONLY
+const int xlat_gdb_type[] = {
+    [GDB_WATCHPOINT_WRITE]  = BP_GDB | BP_MEM_WRITE,

"static" missing.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]