All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] sysemu: drop register_devices from header
@ 2013-04-30  9:41 Michael S. Tsirkin
  2013-04-30 13:20 ` Juan Quintela
  2013-05-02 15:55 ` Anthony Liguori
  0 siblings, 2 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2013-04-30  9:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Blue Swirl, Paolo Bonzini, Anthony Liguori, Stefan Hajnoczi,
	Juan Quintela

No user in sight.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 include/sysemu/sysemu.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 43b961c..5c2e048 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -175,8 +175,6 @@ void usb_info(Monitor *mon, const QDict *qdict);
 
 void rtc_change_mon_event(struct tm *tm);
 
-void register_devices(void);
-
 void add_boot_device_path(int32_t bootindex, DeviceState *dev,
                           const char *suffix);
 char *get_boot_devices_list(size_t *size);
-- 
MST

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

* Re: [Qemu-devel] [PATCH] sysemu: drop register_devices from header
  2013-04-30  9:41 [Qemu-devel] [PATCH] sysemu: drop register_devices from header Michael S. Tsirkin
@ 2013-04-30 13:20 ` Juan Quintela
  2013-05-02 15:55 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Juan Quintela @ 2013-04-30 13:20 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Blue Swirl, Paolo Bonzini, Anthony Liguori, qemu-devel,
	Stefan Hajnoczi

"Michael S. Tsirkin" <mst@redhat.com> wrote:
> No user in sight.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
>  include/sysemu/sysemu.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
> index 43b961c..5c2e048 100644
> --- a/include/sysemu/sysemu.h
> +++ b/include/sysemu/sysemu.h
> @@ -175,8 +175,6 @@ void usb_info(Monitor *mon, const QDict *qdict);
>  
>  void rtc_change_mon_event(struct tm *tm);
>  
> -void register_devices(void);
> -
>  void add_boot_device_path(int32_t bootindex, DeviceState *dev,
>                            const char *suffix);
>  char *get_boot_devices_list(size_t *size);

Reviewed-by: Juan Quintela <quintela@redhat.com>

find + grep don't find users around.

Thanks,  Juan.

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

* Re: [Qemu-devel] [PATCH] sysemu: drop register_devices from header
  2013-04-30  9:41 [Qemu-devel] [PATCH] sysemu: drop register_devices from header Michael S. Tsirkin
  2013-04-30 13:20 ` Juan Quintela
@ 2013-05-02 15:55 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-05-02 15:55 UTC (permalink / raw)
  To: Michael S. Tsirkin, qemu-devel
  Cc: Anthony Liguori, Juan Quintela, Blue Swirl, Stefan Hajnoczi,
	Paolo Bonzini

Applied.  Thanks.

Regards,

Anthony Liguori

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

end of thread, other threads:[~2013-05-02 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30  9:41 [Qemu-devel] [PATCH] sysemu: drop register_devices from header Michael S. Tsirkin
2013-04-30 13:20 ` Juan Quintela
2013-05-02 15:55 ` Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.