qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/12] hw/char: riscv_htif: Drop {to,from}host_size in HTIFSt


From: Daniel Henrique Barboza
Subject: Re: [PATCH 02/12] hw/char: riscv_htif: Drop {to,from}host_size in HTIFState
Date: Tue, 27 Dec 2022 14:29:46 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0



On 12/27/22 03:48, Bin Meng wrote:
These are not used anywhere. Drop them.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
---

Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>


  include/hw/char/riscv_htif.h | 2 --
  1 file changed, 2 deletions(-)

diff --git a/include/hw/char/riscv_htif.h b/include/hw/char/riscv_htif.h
index f888ac1b30..3eccc1914f 100644
--- a/include/hw/char/riscv_htif.h
+++ b/include/hw/char/riscv_htif.h
@@ -33,8 +33,6 @@ typedef struct HTIFState {
hwaddr tohost_offset;
      hwaddr fromhost_offset;
-    uint64_t tohost_size;
-    uint64_t fromhost_size;
      MemoryRegion mmio;
      MemoryRegion *address_space;
      MemoryRegion *main_mem;




reply via email to

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