qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 01/13] remove unused function


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v3 01/13] remove unused function
Date: Mon, 31 Oct 2011 13:10:39 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

Are you planning on spinning a v4 with TeLeMan's suggestions by tomorrow?

Regards,

Anthony Liguori

On 10/21/2011 11:26 AM, Paolo Bonzini wrote:
Reviewed-by: Anthony Liguori<address@hidden>
Signed-off-by: Paolo Bonzini<address@hidden>
---
  hw/mac_dbdma.c |    5 -----
  hw/mac_dbdma.h |    1 -
  2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/hw/mac_dbdma.c b/hw/mac_dbdma.c
index 5affdd1..1791ec1 100644
--- a/hw/mac_dbdma.c
+++ b/hw/mac_dbdma.c
@@ -661,11 +661,6 @@ void DBDMA_register_channel(void *dbdma, int nchan, 
qemu_irq irq,
      ch->io.channel = ch;
  }

-void DBDMA_schedule(void)
-{
-    qemu_notify_event();
-}
-
  static void
  dbdma_control_write(DBDMA_channel *ch)
  {
diff --git a/hw/mac_dbdma.h b/hw/mac_dbdma.h
index 933e17c..6d1abe6 100644
--- a/hw/mac_dbdma.h
+++ b/hw/mac_dbdma.h
@@ -41,5 +41,4 @@ struct DBDMA_io {
  void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq,
                              DBDMA_rw rw, DBDMA_flush flush,
                              void *opaque);
-void DBDMA_schedule(void);
  void* DBDMA_init (MemoryRegion **dbdma_mem);




reply via email to

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