qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH qom-cpu for-1.4] cpu-defs.h: Drop qemu_work_item prototype
@ 2013-01-18 18:30 Andreas Färber
  2013-01-19 14:00 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Färber @ 2013-01-18 18:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber

Commit c64ca8140e9c21cd0d44c10fbe1247cb4ade8e6e (cpu: Move
queued_work_{first,last} to CPUState) moved the qemu_work_item fields
away. Clean up the now unused prototype.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 include/exec/cpu-defs.h |    2 --
 1 Datei geändert, 2 Zeilen entfernt(-)

diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
index d0cf85a..2911b9f 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -134,8 +134,6 @@ typedef struct icount_decr_u16 {
 } icount_decr_u16;
 #endif
 
-struct qemu_work_item;
-
 typedef struct CPUBreakpoint {
     target_ulong pc;
     int flags; /* BP_* */
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH qom-cpu for-1.4] cpu-defs.h: Drop qemu_work_item prototype
  2013-01-18 18:30 [Qemu-devel] [PATCH qom-cpu for-1.4] cpu-defs.h: Drop qemu_work_item prototype Andreas Färber
@ 2013-01-19 14:00 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2013-01-19 14:00 UTC (permalink / raw)
  To: Andreas Färber; +Cc: qemu-devel

Thanks, applied.

On Fri, Jan 18, 2013 at 6:30 PM, Andreas Färber <afaerber@suse.de> wrote:
> Commit c64ca8140e9c21cd0d44c10fbe1247cb4ade8e6e (cpu: Move
> queued_work_{first,last} to CPUState) moved the qemu_work_item fields
> away. Clean up the now unused prototype.
>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  include/exec/cpu-defs.h |    2 --
>  1 Datei geändert, 2 Zeilen entfernt(-)
>
> diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
> index d0cf85a..2911b9f 100644
> --- a/include/exec/cpu-defs.h
> +++ b/include/exec/cpu-defs.h
> @@ -134,8 +134,6 @@ typedef struct icount_decr_u16 {
>  } icount_decr_u16;
>  #endif
>
> -struct qemu_work_item;
> -
>  typedef struct CPUBreakpoint {
>      target_ulong pc;
>      int flags; /* BP_* */
> --
> 1.7.10.4
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-19 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18 18:30 [Qemu-devel] [PATCH qom-cpu for-1.4] cpu-defs.h: Drop qemu_work_item prototype Andreas Färber
2013-01-19 14:00 ` Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).