qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/5] define image_file_reset and image_blob_rese


From: Wei-Ren Chen
Subject: Re: [Qemu-devel] [PATCH 1/5] define image_file_reset and image_blob_reset
Date: Fri, 26 Oct 2012 17:28:38 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

> +typedef struct ImageFile ImageFile;
> +struct ImageFile {
> +    char *name;
> +    char *dir;
> +    target_phys_addr_t addr;

   target_phys_addr_t has been replaced with hwaddr,
see [1].

> +};
> +
> +typedef struct ImageBlob ImageBlob;
> +struct ImageBlob {
> +    char *name;
> +    target_phys_addr_t addr;
  
  ditto.

Regards,
chenwj

[1]
http://git.qemu.org/qemu.git/commit/?id=51ef67270b1d10e1fcf3de7368dccad1ba0bf9d1

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj



reply via email to

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