qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 05/16] Introduce os-posix.c and create os_setup_


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 05/16] Introduce os-posix.c and create os_setup_signal_handling()
Date: Thu, 03 Jun 2010 13:50:50 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Thunderbird/3.0.4

On 06/03/2010 09:48 AM, address@hidden wrote:
> --- a/sysemu.h
> +++ b/sysemu.h
> @@ -79,6 +79,9 @@ int qemu_loadvm_state(QEMUFile *f);
>  /* SLIRP */
>  void do_info_slirp(Monitor *mon);
>  
> +/* OS specific functions */
> +void os_setup_signal_handling(void);
> +

Can this go in your qemu-os-posix.h?


r~



reply via email to

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