blob: b5ec266d5f650a0489ecb9f8d85988e1d0de142a [file] [log] [blame]
bellard0824d6f2003-06-24 13:42:40 +00001/*
bellard80cabfa2004-03-14 12:20:30 +00002 * QEMU System Emulator
ths5fafdf22007-09-16 21:08:06 +00003 *
bellard68d0f702008-01-06 17:21:48 +00004 * Copyright (c) 2003-2008 Fabrice Bellard
ths5fafdf22007-09-16 21:08:06 +00005 *
bellard1df912c2003-06-25 16:20:35 +00006 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 * THE SOFTWARE.
bellard0824d6f2003-06-24 13:42:40 +000023 */
bellard0824d6f2003-06-24 13:42:40 +000024#include <unistd.h>
bellard0824d6f2003-06-24 13:42:40 +000025#include <fcntl.h>
26#include <signal.h>
27#include <time.h>
bellard0824d6f2003-06-24 13:42:40 +000028#include <errno.h>
bellard67b915a2004-03-31 23:37:16 +000029#include <sys/time.h>
bellardc88676f2006-08-06 13:36:11 +000030#include <zlib.h>
Paolo Bonzini1de7afc2012-12-17 18:20:00 +010031#include "qemu/bitmap.h"
bellard67b915a2004-03-31 23:37:16 +000032
Juan Quintela71e72a12009-07-27 16:12:56 +020033/* Needed early for CONFIG_BSD etc. */
blueswir1d40cdb12009-03-07 16:52:02 +000034#include "config-host.h"
35
bellard67b915a2004-03-31 23:37:16 +000036#ifndef _WIN32
Paul Brook5cea8592009-05-30 00:52:44 +010037#include <libgen.h>
bellard67b915a2004-03-31 23:37:16 +000038#include <sys/times.h>
bellardf1510b22003-06-25 00:07:40 +000039#include <sys/wait.h>
bellard67b915a2004-03-31 23:37:16 +000040#include <termios.h>
bellard67b915a2004-03-31 23:37:16 +000041#include <sys/mman.h>
bellardf1510b22003-06-25 00:07:40 +000042#include <sys/ioctl.h>
blueswir124646c72008-11-07 16:55:48 +000043#include <sys/resource.h>
bellardf1510b22003-06-25 00:07:40 +000044#include <sys/socket.h>
bellardc94c8d62004-09-13 21:37:34 +000045#include <netinet/in.h>
blueswir124646c72008-11-07 16:55:48 +000046#include <net/if.h>
blueswir124646c72008-11-07 16:55:48 +000047#include <arpa/inet.h>
bellard9d728e82004-09-05 23:09:03 +000048#include <dirent.h>
bellard7c9d8e02005-11-15 22:16:05 +000049#include <netdb.h>
thscb4b9762007-09-13 12:39:35 +000050#include <sys/select.h>
Prerna Saxenaab6540d2010-08-09 11:48:32 +010051
Juan Quintela71e72a12009-07-27 16:12:56 +020052#ifdef CONFIG_BSD
bellard7d3505c2004-05-12 19:32:15 +000053#include <sys/stat.h>
Aurelien Jarnoa167ba52009-11-29 18:00:41 +010054#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
Juergen Lock92c0e652010-03-25 22:07:12 +010055#include <sys/sysctl.h>
blueswir124646c72008-11-07 16:55:48 +000056#else
57#include <util.h>
blueswir1128ab2f2008-08-15 18:33:42 +000058#endif
Aurelien Jarnobbe813a2009-11-30 15:42:59 +010059#else
blueswir1223f0d72008-09-30 18:12:18 +000060#ifdef __linux__
bellard7d3505c2004-05-12 19:32:15 +000061#include <malloc.h>
thsbd494f42007-09-16 20:03:23 +000062
bellarde57a8c02005-11-10 23:58:52 +000063#include <linux/ppdev.h>
ths5867c882007-02-17 23:44:43 +000064#include <linux/parport.h>
blueswir1223f0d72008-09-30 18:12:18 +000065#endif
Eduardo Otubo452dfbe2012-08-14 18:44:07 -030066
67#ifdef CONFIG_SECCOMP
Paolo Bonzini9c17d612012-12-17 18:20:04 +010068#include "sysemu/seccomp.h"
Eduardo Otubo452dfbe2012-08-14 18:44:07 -030069#endif
70
blueswir1223f0d72008-09-30 18:12:18 +000071#ifdef __sun__
thsd5d10bc2007-02-17 22:54:49 +000072#include <sys/stat.h>
73#include <sys/ethernet.h>
74#include <sys/sockio.h>
thsd5d10bc2007-02-17 22:54:49 +000075#include <netinet/arp.h>
thsd5d10bc2007-02-17 22:54:49 +000076#include <netinet/in_systm.h>
77#include <netinet/ip.h>
78#include <netinet/ip_icmp.h> // must come after ip.h
79#include <netinet/udp.h>
80#include <netinet/tcp.h>
81#include <net/if.h>
82#include <syslog.h>
83#include <stropts.h>
bellard67b915a2004-03-31 23:37:16 +000084#endif
bellard7d3505c2004-05-12 19:32:15 +000085#endif
bellardec530c82006-04-25 22:36:06 +000086#endif
bellard67b915a2004-03-31 23:37:16 +000087
ths8a16d272008-07-19 09:56:24 +000088#if defined(CONFIG_VDE)
89#include <libvdeplug.h>
90#endif
91
bellard67b915a2004-03-31 23:37:16 +000092#ifdef _WIN32
aliguori49dc7682009-03-08 16:26:59 +000093#include <windows.h>
bellard67b915a2004-03-31 23:37:16 +000094#endif
95
bellard73332e52004-04-04 20:22:28 +000096#ifdef CONFIG_SDL
Stefan Weil59a36a22009-06-18 20:11:03 +020097#if defined(__APPLE__) || defined(main)
Stefan Weil66936652009-06-13 13:19:11 +020098#include <SDL.h>
malc880fec52009-02-15 20:18:41 +000099int qemu_main(int argc, char **argv, char **envp);
100int main(int argc, char **argv)
101{
Stefan Weil59a36a22009-06-18 20:11:03 +0200102 return qemu_main(argc, argv, NULL);
malc880fec52009-02-15 20:18:41 +0000103}
104#undef main
105#define main qemu_main
bellard96bcd4f2004-07-10 16:26:15 +0000106#endif
bellard73332e52004-04-04 20:22:28 +0000107#endif /* CONFIG_SDL */
bellard0824d6f2003-06-24 13:42:40 +0000108
bellard5b0753e2005-03-01 21:37:28 +0000109#ifdef CONFIG_COCOA
110#undef main
111#define main qemu_main
112#endif /* CONFIG_COCOA */
113
Anthony Liguori69e5bb62011-08-22 08:12:52 -0500114#include <glib.h>
115
blueswir1511d2b12009-03-07 15:32:56 +0000116#include "hw/hw.h"
117#include "hw/boards.h"
118#include "hw/usb.h"
119#include "hw/pcmcia.h"
Paolo Bonzini0d09e412013-02-05 17:06:20 +0100120#include "hw/i386/pc.h"
121#include "hw/isa/isa.h"
blueswir1511d2b12009-03-07 15:32:56 +0000122#include "hw/bt.h"
Paolo Bonzini0d09e412013-02-05 17:06:20 +0100123#include "sysemu/watchdog.h"
124#include "hw/i386/smbios.h"
125#include "hw/xen/xen.h"
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +0200126#include "hw/qdev.h"
Gerd Hoffmann45a50b12009-10-01 16:42:33 +0200127#include "hw/loader.h"
Paolo Bonzinib4a42f82013-02-04 11:37:52 +0100128#include "monitor/qdev.h"
Paolo Bonzinidccfcd02013-04-08 16:55:25 +0200129#include "sysemu/bt.h"
Paolo Bonzini1422e322012-10-24 08:43:34 +0200130#include "net/net.h"
Mark McLoughlin68ac40d2009-11-25 18:48:54 +0000131#include "net/slirp.h"
Paolo Bonzini83c90892012-12-17 18:19:49 +0100132#include "monitor/monitor.h"
Paolo Bonzini28ecbae2012-11-28 12:06:30 +0100133#include "ui/console.h"
Paolo Bonzini9c17d612012-12-17 18:20:04 +0100134#include "sysemu/sysemu.h"
Paolo Bonzini022c62c2012-12-17 18:19:49 +0100135#include "exec/gdbstub.h"
Paolo Bonzini1de7afc2012-12-17 18:20:00 +0100136#include "qemu/timer.h"
Paolo Bonzinidccfcd02013-04-08 16:55:25 +0200137#include "sysemu/char.h"
Paolo Bonzini1de7afc2012-12-17 18:20:00 +0100138#include "qemu/cache-utils.h"
Paolo Bonzini9c17d612012-12-17 18:20:04 +0100139#include "sysemu/blockdev.h"
Paolo Bonzini0d09e412013-02-05 17:06:20 +0100140#include "hw/block/block.h"
Paolo Bonzinicaf71f82012-12-17 18:19:50 +0100141#include "migration/block.h"
Paolo Bonzinibdee56f2013-04-02 18:28:41 +0200142#include "sysemu/tpm.h"
Paolo Bonzini9c17d612012-12-17 18:20:04 +0100143#include "sysemu/dma.h"
blueswir1511d2b12009-03-07 15:32:56 +0000144#include "audio/audio.h"
Paolo Bonzinicaf71f82012-12-17 18:19:50 +0100145#include "migration/migration.h"
Paolo Bonzini9c17d612012-12-17 18:20:04 +0100146#include "sysemu/kvm.h"
Paolo Bonzini7b1b5d12012-12-17 18:19:43 +0100147#include "qapi/qmp/qjson.h"
Paolo Bonzini1de7afc2012-12-17 18:20:00 +0100148#include "qemu/option.h"
149#include "qemu/config-file.h"
Jes Sorensen59a52642010-06-10 11:42:25 +0200150#include "qemu-options.h"
Luiz Capitulino1fa9a5e2011-09-12 17:54:20 -0300151#include "qmp-commands.h"
Paolo Bonzini1de7afc2012-12-17 18:20:00 +0100152#include "qemu/main-loop.h"
Venkateswararao Jujjuri (JV)758e8e32010-06-14 13:34:41 -0700153#ifdef CONFIG_VIRTFS
Gautham R Shenoy74db9202010-04-29 17:44:43 +0530154#include "fsdev/qemu-fsdev.h"
155#endif
Paolo Bonzini9c17d612012-12-17 18:20:04 +0100156#include "sysemu/qtest.h"
blueswir1511d2b12009-03-07 15:32:56 +0000157
Paolo Bonzini76cad712012-10-24 11:12:21 +0200158#include "disas/disas.h"
bellardfc01f7e2003-06-30 10:03:06 +0000159
Paolo Bonzini1de7afc2012-12-17 18:20:00 +0100160#include "qemu/sockets.h"
blueswir1511d2b12009-03-07 15:32:56 +0000161
Jan Kiszkad918f232009-06-24 14:42:30 +0200162#include "slirp/libslirp.h"
blueswir1511d2b12009-03-07 15:32:56 +0000163
Stefan Hajnoczi94b0b5f2010-11-16 12:20:25 +0000164#include "trace.h"
Lluíse4858972011-08-31 20:31:03 +0200165#include "trace/control.h"
Paolo Bonzini1de7afc2012-12-17 18:20:00 +0100166#include "qemu/queue.h"
Paolo Bonzini9c17d612012-12-17 18:20:04 +0100167#include "sysemu/cpus.h"
168#include "sysemu/arch_init.h"
Paolo Bonzini1de7afc2012-12-17 18:20:00 +0100169#include "qemu/osdep.h"
Blue Swirl72cf2d42009-09-12 07:36:22 +0000170
Gerd Hoffmann29b00402010-03-11 11:13:27 -0300171#include "ui/qemu-spice.h"
Anthony Liguori68d98d32012-06-25 14:36:33 -0500172#include "qapi/string-input-visitor.h"
Gerd Hoffmann29b00402010-03-11 11:13:27 -0300173
blueswir19dc63a12008-10-04 07:25:46 +0000174//#define DEBUG_NET
175//#define DEBUG_SLIRP
bellard330d0412003-07-26 18:11:40 +0000176
bellard1bfe8562004-07-08 21:17:50 +0000177#define DEFAULT_RAM_SIZE 128
bellard313aa562003-08-10 21:52:11 +0000178
Amit Shah98b19252010-01-20 00:36:52 +0530179#define MAX_VIRTIO_CONSOLES 1
Alexander Graf3ef669e2013-01-24 12:18:52 +0100180#define MAX_SCLP_CONSOLES 1
Amit Shah98b19252010-01-20 00:36:52 +0530181
Gerd Hoffmann45240512013-03-08 11:42:24 +0100182static const char *data_dir[16];
183static int data_dir_idx;
j_mayer1192dad2007-10-05 13:08:35 +0000184const char *bios_name = NULL;
malccb5a7aa2008-09-28 00:42:12 +0000185enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
Anthony Liguori993fbfd2009-05-21 16:54:00 -0500186DisplayType display_type = DT_DEFAULT;
Blue Swirl4fdcac02012-10-28 11:04:47 +0000187static int display_remote;
bellard3d11d0e2004-12-12 16:56:30 +0000188const char* keyboard_layout = NULL;
Anthony Liguoric227f092009-10-01 16:12:16 -0500189ram_addr_t ram_size;
Marcelo Tosattic9027602010-03-01 20:25:08 -0300190const char *mem_path = NULL;
191#ifdef MAP_POPULATE
192int mem_prealloc = 0; /* force preallocation of physical target memory */
193#endif
bellardc4b1fcc2004-03-14 21:44:30 +0000194int nb_nics;
bellard7c9d8e02005-11-15 22:16:05 +0000195NICInfo nd_table[MAX_NICS];
Paolo Bonzinid399f672009-07-27 23:17:51 +0200196int autostart;
balrogf6503052008-02-17 11:42:19 +0000197static int rtc_utc = 1;
198static int rtc_date_offset = -1; /* -1 means no change */
Alex Bligh884f17c2013-08-21 16:03:04 +0100199QEMUClockType rtc_clock;
Gerd Hoffmann64465292009-12-08 13:11:45 +0100200int vga_interface_type = VGA_NONE;
blueswir1dbed7e42008-10-01 19:38:09 +0000201static int full_screen = 0;
202static int no_frame = 0;
ths667acca2006-12-11 02:08:05 +0000203int no_quit = 0;
bellard8d11df92004-08-24 21:13:40 +0000204CharDriverState *serial_hds[MAX_SERIAL_PORTS];
bellard6508fe52005-01-15 12:02:56 +0000205CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];
aliguori9ede2fd2009-01-15 20:05:25 +0000206CharDriverState *virtcon_hds[MAX_VIRTIO_CONSOLES];
Alexander Graf3ef669e2013-01-24 12:18:52 +0100207CharDriverState *sclp_hds[MAX_SCLP_CONSOLES];
bellarda09db212005-04-30 16:10:35 +0000208int win2k_install_hack = 0;
aurel321b530a62009-04-05 20:08:59 +0000209int singlestep = 0;
bellard6a00d602005-11-21 23:25:50 +0000210int smp_cpus = 1;
Jes Sorensen6be68d72009-07-23 17:03:42 +0200211int max_cpus = 0;
Andre Przywaradc6b1c02009-08-19 15:42:40 +0200212int smp_cores = 1;
213int smp_threads = 1;
Jes Sorensen821601e2011-03-16 13:33:36 +0100214#ifdef CONFIG_VNC
ths73fc9742006-12-22 02:09:07 +0000215const char *vnc_display;
Jes Sorensen821601e2011-03-16 13:33:36 +0100216#endif
bellard6515b202006-05-03 22:02:44 +0000217int acpi_enabled = 1;
aliguori16b29ae2008-12-17 23:28:44 +0000218int no_hpet = 0;
bellard52ca8d62006-06-14 16:03:05 +0000219int fd_bootchk = 1;
Blue Swirl4fdcac02012-10-28 11:04:47 +0000220static int no_reboot;
aurel32b2f76162008-04-11 21:35:52 +0000221int no_shutdown = 0;
balrog9467cd42007-05-01 01:34:14 +0000222int cursor_hide = 1;
balroga171fe32007-04-30 01:48:07 +0000223int graphic_rotate = 0;
Markus Armbruster09aaa162009-08-21 10:31:34 +0200224const char *watchdog;
Gleb Natapov2e55e842010-12-08 13:35:07 +0200225QEMUOptionRom option_rom[MAX_OPTION_ROMS];
ths9ae02552007-01-05 17:39:04 +0000226int nb_option_roms;
pbrook8e716212007-01-20 17:12:09 +0000227int semihosting_enabled = 0;
balrog2b8f2d42007-07-27 22:08:46 +0000228int old_param = 0;
thsc35734b2007-03-19 15:17:08 +0000229const char *qemu_name;
ths3780e192007-06-21 21:08:02 +0000230int alt_grab = 0;
Dustin Kirkland0ca9f8a2009-09-17 15:48:04 -0500231int ctrl_grab = 0;
blueswir166508602007-05-01 14:16:52 +0000232unsigned int nb_prom_envs = 0;
233const char *prom_envs[MAX_PROM_ENVS];
Jan Kiszka95387492009-07-02 00:19:02 +0200234int boot_menu;
Amos Kongc8a6ae82013-03-19 14:23:27 +0800235bool boot_strict;
wayne3d3b8302011-07-27 18:04:55 +0800236uint8_t *boot_splash_filedata;
Markus Armbrusterd09acb92013-01-23 18:25:08 +0100237size_t boot_splash_filedata_size;
wayne3d3b8302011-07-27 18:04:55 +0800238uint8_t qemu_extra_params_fw[2];
bellard0824d6f2003-06-24 13:42:40 +0000239
Gleb Natapov1ca4d092010-12-08 13:35:05 +0200240typedef struct FWBootEntry FWBootEntry;
241
242struct FWBootEntry {
243 QTAILQ_ENTRY(FWBootEntry) link;
244 int32_t bootindex;
245 DeviceState *dev;
246 char *suffix;
247};
248
Blue Swirl4fdcac02012-10-28 11:04:47 +0000249static QTAILQ_HEAD(, FWBootEntry) fw_boot_order =
250 QTAILQ_HEAD_INITIALIZER(fw_boot_order);
Gleb Natapov1ca4d092010-12-08 13:35:05 +0200251
aliguori268a3622009-04-21 22:30:27 +0000252int nb_numa_nodes;
253uint64_t node_mem[MAX_NODES];
Chegu Vinodee785fe2012-07-16 21:31:30 -0700254unsigned long *node_cpumask[MAX_NODES];
aliguori268a3622009-04-21 22:30:27 +0000255
blueswir18fcb1b92008-09-18 18:29:08 +0000256uint8_t qemu_uuid[16];
Markus Armbrusterfc3b3292013-08-16 15:18:31 +0200257bool qemu_uuid_set;
blueswir18fcb1b92008-09-18 18:29:08 +0000258
Jan Kiszka76e30d02009-07-02 00:19:02 +0200259static QEMUBootSetHandler *boot_set_handler;
260static void *boot_set_opaque;
261
Gerd Hoffmannfd42dee2010-06-04 14:08:07 +0200262static NotifierList exit_notifiers =
263 NOTIFIER_LIST_INITIALIZER(exit_notifiers);
264
Gleb Natapov4cab9462010-12-08 13:35:08 +0200265static NotifierList machine_init_done_notifiers =
266 NOTIFIER_LIST_INITIALIZER(machine_init_done_notifiers);
267
liguangd5286af2013-01-24 13:03:27 +0800268static bool tcg_allowed = true;
liguangd5286af2013-01-24 13:03:27 +0800269bool xen_allowed;
Blue Swirld745bef2010-03-29 19:23:49 +0000270uint32_t xen_domid;
271enum xen_mode xen_mode = XEN_EMULATE;
Jan Kiszkad5ab9712011-08-02 16:10:21 +0200272static int tcg_tb_size;
Blue Swirld745bef2010-03-29 19:23:49 +0000273
Gerd Hoffmann998bbd72009-12-08 13:11:41 +0100274static int default_serial = 1;
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +0100275static int default_parallel = 1;
Gerd Hoffmann986c5f72009-12-08 13:11:54 +0100276static int default_virtcon = 1;
Alexander Graf3ef669e2013-01-24 12:18:52 +0100277static int default_sclp = 1;
Gerd Hoffmannabdeed02009-12-08 13:11:43 +0100278static int default_monitor = 1;
Gerd Hoffmannac33f8f2009-12-16 14:25:39 +0100279static int default_floppy = 1;
280static int default_cdrom = 1;
281static int default_sdcard = 1;
Paolo Bonzini7f1b17f2012-05-10 09:39:17 +0200282static int default_vga = 1;
Gerd Hoffmann998bbd72009-12-08 13:11:41 +0100283
284static struct {
285 const char *driver;
286 int *flag;
287} default_list[] = {
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +0100288 { .driver = "isa-serial", .flag = &default_serial },
289 { .driver = "isa-parallel", .flag = &default_parallel },
Gerd Hoffmannd8bcbab2009-12-16 14:25:40 +0100290 { .driver = "isa-fdc", .flag = &default_floppy },
Markus Armbrusteraf6bf132011-05-18 18:31:02 +0200291 { .driver = "ide-cd", .flag = &default_cdrom },
292 { .driver = "ide-hd", .flag = &default_cdrom },
Gerd Hoffmannd8bcbab2009-12-16 14:25:40 +0100293 { .driver = "ide-drive", .flag = &default_cdrom },
Markus Armbrusteraf6bf132011-05-18 18:31:02 +0200294 { .driver = "scsi-cd", .flag = &default_cdrom },
Amit Shah392ecf52010-01-21 16:19:23 +0530295 { .driver = "virtio-serial-pci", .flag = &default_virtcon },
296 { .driver = "virtio-serial-s390", .flag = &default_virtcon },
297 { .driver = "virtio-serial", .flag = &default_virtcon },
Paolo Bonzini7f1b17f2012-05-10 09:39:17 +0200298 { .driver = "VGA", .flag = &default_vga },
299 { .driver = "isa-vga", .flag = &default_vga },
300 { .driver = "cirrus-vga", .flag = &default_vga },
301 { .driver = "isa-cirrus-vga", .flag = &default_vga },
302 { .driver = "vmware-svga", .flag = &default_vga },
303 { .driver = "qxl-vga", .flag = &default_vga },
Gerd Hoffmann998bbd72009-12-08 13:11:41 +0100304};
305
Paolo Bonzini4d454572012-11-26 16:03:42 +0100306static QemuOptsList qemu_rtc_opts = {
307 .name = "rtc",
308 .head = QTAILQ_HEAD_INITIALIZER(qemu_rtc_opts.head),
309 .desc = {
310 {
311 .name = "base",
312 .type = QEMU_OPT_STRING,
313 },{
314 .name = "clock",
315 .type = QEMU_OPT_STRING,
316 },{
317 .name = "driftfix",
318 .type = QEMU_OPT_STRING,
319 },
320 { /* end of list */ }
321 },
322};
323
324static QemuOptsList qemu_sandbox_opts = {
325 .name = "sandbox",
326 .implied_opt_name = "enable",
327 .head = QTAILQ_HEAD_INITIALIZER(qemu_sandbox_opts.head),
328 .desc = {
329 {
330 .name = "enable",
331 .type = QEMU_OPT_BOOL,
332 },
333 { /* end of list */ }
334 },
335};
336
337static QemuOptsList qemu_trace_opts = {
338 .name = "trace",
339 .implied_opt_name = "trace",
340 .head = QTAILQ_HEAD_INITIALIZER(qemu_trace_opts.head),
341 .desc = {
342 {
343 .name = "events",
344 .type = QEMU_OPT_STRING,
345 },{
346 .name = "file",
347 .type = QEMU_OPT_STRING,
348 },
349 { /* end of list */ }
350 },
351};
352
353static QemuOptsList qemu_option_rom_opts = {
354 .name = "option-rom",
355 .implied_opt_name = "romfile",
356 .head = QTAILQ_HEAD_INITIALIZER(qemu_option_rom_opts.head),
357 .desc = {
358 {
359 .name = "bootindex",
360 .type = QEMU_OPT_NUMBER,
361 }, {
362 .name = "romfile",
363 .type = QEMU_OPT_STRING,
364 },
365 { /* end of list */ }
366 },
367};
368
369static QemuOptsList qemu_machine_opts = {
370 .name = "machine",
371 .implied_opt_name = "type",
372 .merge_lists = true,
373 .head = QTAILQ_HEAD_INITIALIZER(qemu_machine_opts.head),
374 .desc = {
375 {
376 .name = "type",
377 .type = QEMU_OPT_STRING,
378 .help = "emulated machine"
379 }, {
380 .name = "accel",
381 .type = QEMU_OPT_STRING,
382 .help = "accelerator list",
383 }, {
384 .name = "kernel_irqchip",
385 .type = QEMU_OPT_BOOL,
386 .help = "use KVM in-kernel irqchip",
387 }, {
388 .name = "kvm_shadow_mem",
389 .type = QEMU_OPT_SIZE,
390 .help = "KVM shadow MMU size",
391 }, {
392 .name = "kernel",
393 .type = QEMU_OPT_STRING,
394 .help = "Linux kernel image file",
395 }, {
396 .name = "initrd",
397 .type = QEMU_OPT_STRING,
398 .help = "Linux initial ramdisk file",
399 }, {
400 .name = "append",
401 .type = QEMU_OPT_STRING,
402 .help = "Linux kernel command line",
403 }, {
404 .name = "dtb",
405 .type = QEMU_OPT_STRING,
406 .help = "Linux kernel device tree file",
407 }, {
408 .name = "dumpdtb",
409 .type = QEMU_OPT_STRING,
410 .help = "Dump current dtb to a file and quit",
411 }, {
412 .name = "phandle_start",
Markus Armbrusterc1b71b02013-07-04 15:09:23 +0200413 .type = QEMU_OPT_NUMBER,
Paolo Bonzini4d454572012-11-26 16:03:42 +0100414 .help = "The first phandle ID we may generate dynamically",
415 }, {
416 .name = "dt_compatible",
417 .type = QEMU_OPT_STRING,
418 .help = "Overrides the \"compatible\" property of the dt root node",
419 }, {
420 .name = "dump-guest-core",
421 .type = QEMU_OPT_BOOL,
422 .help = "Include guest memory in a core dump",
423 }, {
424 .name = "mem-merge",
425 .type = QEMU_OPT_BOOL,
426 .help = "enable/disable memory merge support",
427 },{
428 .name = "usb",
429 .type = QEMU_OPT_BOOL,
430 .help = "Set on/off to enable/disable usb",
431 },
432 { /* End of list */ }
433 },
434};
435
436static QemuOptsList qemu_boot_opts = {
437 .name = "boot-opts",
Markus Armbruster6ef47162013-06-14 13:15:01 +0200438 .implied_opt_name = "order",
439 .merge_lists = true,
Paolo Bonzini4d454572012-11-26 16:03:42 +0100440 .head = QTAILQ_HEAD_INITIALIZER(qemu_boot_opts.head),
441 .desc = {
Paolo Bonzini4d454572012-11-26 16:03:42 +0100442 {
443 .name = "order",
444 .type = QEMU_OPT_STRING,
445 }, {
446 .name = "once",
447 .type = QEMU_OPT_STRING,
448 }, {
449 .name = "menu",
Markus Armbruster6ef47162013-06-14 13:15:01 +0200450 .type = QEMU_OPT_BOOL,
Paolo Bonzini4d454572012-11-26 16:03:42 +0100451 }, {
452 .name = "splash",
453 .type = QEMU_OPT_STRING,
454 }, {
455 .name = "splash-time",
456 .type = QEMU_OPT_STRING,
457 }, {
458 .name = "reboot-timeout",
459 .type = QEMU_OPT_STRING,
Amos Kongc8a6ae82013-03-19 14:23:27 +0800460 }, {
461 .name = "strict",
462 .type = QEMU_OPT_STRING,
Paolo Bonzini4d454572012-11-26 16:03:42 +0100463 },
464 { /*End of list */ }
465 },
466};
467
468static QemuOptsList qemu_add_fd_opts = {
469 .name = "add-fd",
470 .head = QTAILQ_HEAD_INITIALIZER(qemu_add_fd_opts.head),
471 .desc = {
472 {
473 .name = "fd",
474 .type = QEMU_OPT_NUMBER,
475 .help = "file descriptor of which a duplicate is added to fd set",
476 },{
477 .name = "set",
478 .type = QEMU_OPT_NUMBER,
479 .help = "ID of the fd set to add fd to",
480 },{
481 .name = "opaque",
482 .type = QEMU_OPT_STRING,
483 .help = "free-form string used to describe fd",
484 },
485 { /* end of list */ }
486 },
487};
488
489static QemuOptsList qemu_object_opts = {
490 .name = "object",
491 .implied_opt_name = "qom-type",
492 .head = QTAILQ_HEAD_INITIALIZER(qemu_object_opts.head),
493 .desc = {
494 { }
495 },
496};
497
Stefan Bergerd1a0cf72013-02-27 12:47:49 -0500498static QemuOptsList qemu_tpmdev_opts = {
499 .name = "tpmdev",
500 .implied_opt_name = "type",
501 .head = QTAILQ_HEAD_INITIALIZER(qemu_tpmdev_opts.head),
502 .desc = {
Stefan Bergerbb716232013-04-22 10:41:39 -0400503 /* options are defined in the TPM backends */
Stefan Bergerd1a0cf72013-02-27 12:47:49 -0500504 { /* end of list */ }
505 },
506};
507
Satoru Moriya888a6bc2013-04-19 16:42:06 +0200508static QemuOptsList qemu_realtime_opts = {
509 .name = "realtime",
510 .head = QTAILQ_HEAD_INITIALIZER(qemu_realtime_opts.head),
511 .desc = {
512 {
513 .name = "mlock",
514 .type = QEMU_OPT_BOOL,
515 },
516 { /* end of list */ }
517 },
518};
519
Seiji Aguchi5e2ac512013-07-03 23:02:46 -0400520static QemuOptsList qemu_msg_opts = {
521 .name = "msg",
522 .head = QTAILQ_HEAD_INITIALIZER(qemu_msg_opts.head),
523 .desc = {
524 {
525 .name = "timestamp",
526 .type = QEMU_OPT_BOOL,
527 },
528 { /* end of list */ }
529 },
530};
531
Markus Armbruster7f9d6e52013-07-04 15:09:19 +0200532/**
533 * Get machine options
534 *
535 * Returns: machine options (never null).
536 */
537QemuOpts *qemu_get_machine_opts(void)
538{
539 QemuOptsList *list;
540 QemuOpts *opts;
541
542 list = qemu_find_opts("machine");
543 assert(list);
544 opts = qemu_opts_find(list, NULL);
545 if (!opts) {
546 opts = qemu_opts_create_nofail(list);
547 }
548 return opts;
549}
550
Ronnie Sahlberg31459f42012-08-06 18:24:55 +1000551const char *qemu_get_vm_name(void)
552{
553 return qemu_name;
554}
555
wayne3d3b8302011-07-27 18:04:55 +0800556static void res_free(void)
557{
558 if (boot_splash_filedata != NULL) {
Anthony Liguori7267c092011-08-20 22:09:37 -0500559 g_free(boot_splash_filedata);
wayne3d3b8302011-07-27 18:04:55 +0800560 boot_splash_filedata = NULL;
561 }
562}
563
Gerd Hoffmann998bbd72009-12-08 13:11:41 +0100564static int default_driver_check(QemuOpts *opts, void *opaque)
565{
566 const char *driver = qemu_opt_get(opts, "driver");
567 int i;
568
569 if (!driver)
570 return 0;
571 for (i = 0; i < ARRAY_SIZE(default_list); i++) {
572 if (strcmp(default_list[i].driver, driver) != 0)
573 continue;
574 *(default_list[i].flag) = 0;
575 }
576 return 0;
577}
578
bellard0824d6f2003-06-24 13:42:40 +0000579/***********************************************************/
Luiz Capitulinof5bbfba2011-07-29 15:04:45 -0300580/* QEMU state */
581
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300582static RunState current_run_state = RUN_STATE_PRELAUNCH;
Luiz Capitulinof5bbfba2011-07-29 15:04:45 -0300583
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300584typedef struct {
585 RunState from;
586 RunState to;
587} RunStateTransition;
588
589static const RunStateTransition runstate_transitions_def[] = {
590 /* from -> to */
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300591 { RUN_STATE_DEBUG, RUN_STATE_RUNNING },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300592
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300593 { RUN_STATE_INMIGRATE, RUN_STATE_RUNNING },
Paolo Bonzini29ed72f2012-10-19 16:45:24 +0200594 { RUN_STATE_INMIGRATE, RUN_STATE_PAUSED },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300595
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300596 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_PAUSED },
Luiz Capitulino8a9236f2011-10-14 11:18:09 -0300597 { RUN_STATE_INTERNAL_ERROR, RUN_STATE_FINISH_MIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300598
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300599 { RUN_STATE_IO_ERROR, RUN_STATE_RUNNING },
Luiz Capitulino8a9236f2011-10-14 11:18:09 -0300600 { RUN_STATE_IO_ERROR, RUN_STATE_FINISH_MIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300601
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300602 { RUN_STATE_PAUSED, RUN_STATE_RUNNING },
Luiz Capitulino8a9236f2011-10-14 11:18:09 -0300603 { RUN_STATE_PAUSED, RUN_STATE_FINISH_MIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300604
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300605 { RUN_STATE_POSTMIGRATE, RUN_STATE_RUNNING },
Luiz Capitulino8a9236f2011-10-14 11:18:09 -0300606 { RUN_STATE_POSTMIGRATE, RUN_STATE_FINISH_MIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300607
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300608 { RUN_STATE_PRELAUNCH, RUN_STATE_RUNNING },
Luiz Capitulino8a9236f2011-10-14 11:18:09 -0300609 { RUN_STATE_PRELAUNCH, RUN_STATE_FINISH_MIGRATE },
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300610 { RUN_STATE_PRELAUNCH, RUN_STATE_INMIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300611
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300612 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_RUNNING },
613 { RUN_STATE_FINISH_MIGRATE, RUN_STATE_POSTMIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300614
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300615 { RUN_STATE_RESTORE_VM, RUN_STATE_RUNNING },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300616
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300617 { RUN_STATE_RUNNING, RUN_STATE_DEBUG },
618 { RUN_STATE_RUNNING, RUN_STATE_INTERNAL_ERROR },
619 { RUN_STATE_RUNNING, RUN_STATE_IO_ERROR },
620 { RUN_STATE_RUNNING, RUN_STATE_PAUSED },
621 { RUN_STATE_RUNNING, RUN_STATE_FINISH_MIGRATE },
622 { RUN_STATE_RUNNING, RUN_STATE_RESTORE_VM },
623 { RUN_STATE_RUNNING, RUN_STATE_SAVE_VM },
624 { RUN_STATE_RUNNING, RUN_STATE_SHUTDOWN },
625 { RUN_STATE_RUNNING, RUN_STATE_WATCHDOG },
Hu Taoede085b2013-04-26 11:24:40 +0800626 { RUN_STATE_RUNNING, RUN_STATE_GUEST_PANICKED },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300627
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300628 { RUN_STATE_SAVE_VM, RUN_STATE_RUNNING },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300629
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300630 { RUN_STATE_SHUTDOWN, RUN_STATE_PAUSED },
Luiz Capitulino8a9236f2011-10-14 11:18:09 -0300631 { RUN_STATE_SHUTDOWN, RUN_STATE_FINISH_MIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300632
Luiz Capitulinoad02b962012-04-27 13:33:36 -0300633 { RUN_STATE_DEBUG, RUN_STATE_SUSPENDED },
634 { RUN_STATE_RUNNING, RUN_STATE_SUSPENDED },
635 { RUN_STATE_SUSPENDED, RUN_STATE_RUNNING },
636 { RUN_STATE_SUSPENDED, RUN_STATE_FINISH_MIGRATE },
637
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300638 { RUN_STATE_WATCHDOG, RUN_STATE_RUNNING },
Luiz Capitulino8a9236f2011-10-14 11:18:09 -0300639 { RUN_STATE_WATCHDOG, RUN_STATE_FINISH_MIGRATE },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300640
Paolo Bonzinidf390762013-11-04 14:30:47 +0100641 { RUN_STATE_GUEST_PANICKED, RUN_STATE_RUNNING },
Hu Taofd2a2e12013-05-20 12:46:20 +0200642 { RUN_STATE_GUEST_PANICKED, RUN_STATE_FINISH_MIGRATE },
Hu Taoede085b2013-04-26 11:24:40 +0800643
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300644 { RUN_STATE_MAX, RUN_STATE_MAX },
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300645};
646
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300647static bool runstate_valid_transitions[RUN_STATE_MAX][RUN_STATE_MAX];
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300648
Luiz Capitulinof5bbfba2011-07-29 15:04:45 -0300649bool runstate_check(RunState state)
650{
651 return current_run_state == state;
652}
653
Blue Swirl4fdcac02012-10-28 11:04:47 +0000654static void runstate_init(void)
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300655{
656 const RunStateTransition *p;
657
658 memset(&runstate_valid_transitions, 0, sizeof(runstate_valid_transitions));
659
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300660 for (p = &runstate_transitions_def[0]; p->from != RUN_STATE_MAX; p++) {
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300661 runstate_valid_transitions[p->from][p->to] = true;
662 }
663}
664
665/* This function will abort() on invalid state transitions */
Luiz Capitulinof5bbfba2011-07-29 15:04:45 -0300666void runstate_set(RunState new_state)
667{
Luiz Capitulino207c5cd2011-10-13 10:59:07 -0300668 assert(new_state < RUN_STATE_MAX);
669
670 if (!runstate_valid_transitions[current_run_state][new_state]) {
671 fprintf(stderr, "ERROR: invalid runstate transition: '%s' -> '%s'\n",
672 RunState_lookup[current_run_state],
673 RunState_lookup[new_state]);
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -0300674 abort();
675 }
Kazuya Saito7e866002013-03-22 17:26:59 +0900676 trace_runstate_set(new_state);
Luiz Capitulinof5bbfba2011-07-29 15:04:45 -0300677 current_run_state = new_state;
678}
679
Luiz Capitulino13548692011-07-29 15:36:43 -0300680int runstate_is_running(void)
681{
Luiz Capitulino0461d5a2011-09-30 14:45:27 -0300682 return runstate_check(RUN_STATE_RUNNING);
Luiz Capitulino13548692011-07-29 15:36:43 -0300683}
684
Hu Taoede085b2013-04-26 11:24:40 +0800685bool runstate_needs_reset(void)
686{
687 return runstate_check(RUN_STATE_INTERNAL_ERROR) ||
Paolo Bonzinidf390762013-11-04 14:30:47 +0100688 runstate_check(RUN_STATE_SHUTDOWN);
Hu Taoede085b2013-04-26 11:24:40 +0800689}
690
Luiz Capitulino1fa9a5e2011-09-12 17:54:20 -0300691StatusInfo *qmp_query_status(Error **errp)
692{
693 StatusInfo *info = g_malloc0(sizeof(*info));
694
695 info->running = runstate_is_running();
696 info->singlestep = singlestep;
697 info->status = current_run_state;
698
699 return info;
700}
701
Luiz Capitulinof5bbfba2011-07-29 15:04:45 -0300702/***********************************************************/
Paolo Bonzini8f0056b2010-01-13 14:05:34 +0100703/* real time host monotonic timer */
bellard09b26c52006-04-12 21:09:08 +0000704
bellardc4b1fcc2004-03-14 21:44:30 +0000705/***********************************************************/
balrogf6503052008-02-17 11:42:19 +0000706/* host time/date access */
707void qemu_get_timedate(struct tm *tm, int offset)
708{
709 time_t ti;
balrogf6503052008-02-17 11:42:19 +0000710
711 time(&ti);
712 ti += offset;
713 if (rtc_date_offset == -1) {
714 if (rtc_utc)
Stefan Weileb7ff6f2013-01-07 23:08:13 +0100715 gmtime_r(&ti, tm);
balrogf6503052008-02-17 11:42:19 +0000716 else
Stefan Weileb7ff6f2013-01-07 23:08:13 +0100717 localtime_r(&ti, tm);
balrogf6503052008-02-17 11:42:19 +0000718 } else {
719 ti -= rtc_date_offset;
Stefan Weileb7ff6f2013-01-07 23:08:13 +0100720 gmtime_r(&ti, tm);
balrogf6503052008-02-17 11:42:19 +0000721 }
balrogf6503052008-02-17 11:42:19 +0000722}
723
724int qemu_timedate_diff(struct tm *tm)
725{
726 time_t seconds;
727
728 if (rtc_date_offset == -1)
729 if (rtc_utc)
730 seconds = mktimegm(tm);
Gleb Natapovf54c5562011-11-06 18:00:22 +0200731 else {
732 struct tm tmp = *tm;
733 tmp.tm_isdst = -1; /* use timezone to figure it out */
734 seconds = mktime(&tmp);
735 }
balrogf6503052008-02-17 11:42:19 +0000736 else
737 seconds = mktimegm(tm) + rtc_date_offset;
738
739 return seconds - time(NULL);
740}
741
Luiz Capitulino80cd3472010-02-25 12:11:44 -0300742void rtc_change_mon_event(struct tm *tm)
743{
744 QObject *data;
745
746 data = qobject_from_jsonf("{ 'offset': %d }", qemu_timedate_diff(tm));
747 monitor_protocol_event(QEVENT_RTC_CHANGE, data);
748 qobject_decref(data);
749}
750
Jan Kiszka1ed2fc12009-09-15 13:36:04 +0200751static void configure_rtc_date_offset(const char *startdate, int legacy)
752{
753 time_t rtc_start_date;
754 struct tm tm;
755
756 if (!strcmp(startdate, "now") && legacy) {
757 rtc_date_offset = -1;
758 } else {
759 if (sscanf(startdate, "%d-%d-%dT%d:%d:%d",
760 &tm.tm_year,
761 &tm.tm_mon,
762 &tm.tm_mday,
763 &tm.tm_hour,
764 &tm.tm_min,
765 &tm.tm_sec) == 6) {
766 /* OK */
767 } else if (sscanf(startdate, "%d-%d-%d",
768 &tm.tm_year,
769 &tm.tm_mon,
770 &tm.tm_mday) == 3) {
771 tm.tm_hour = 0;
772 tm.tm_min = 0;
773 tm.tm_sec = 0;
774 } else {
775 goto date_fail;
776 }
777 tm.tm_year -= 1900;
778 tm.tm_mon--;
779 rtc_start_date = mktimegm(&tm);
780 if (rtc_start_date == -1) {
781 date_fail:
782 fprintf(stderr, "Invalid date format. Valid formats are:\n"
783 "'2006-06-17T16:01:21' or '2006-06-17'\n");
784 exit(1);
785 }
786 rtc_date_offset = time(NULL) - rtc_start_date;
787 }
788}
789
790static void configure_rtc(QemuOpts *opts)
791{
792 const char *value;
793
794 value = qemu_opt_get(opts, "base");
795 if (value) {
796 if (!strcmp(value, "utc")) {
797 rtc_utc = 1;
798 } else if (!strcmp(value, "localtime")) {
799 rtc_utc = 0;
800 } else {
801 configure_rtc_date_offset(value, 0);
802 }
803 }
Jan Kiszka68752042009-09-15 13:36:04 +0200804 value = qemu_opt_get(opts, "clock");
805 if (value) {
806 if (!strcmp(value, "host")) {
Alex Bligh884f17c2013-08-21 16:03:04 +0100807 rtc_clock = QEMU_CLOCK_HOST;
Paolo Bonzini78808142012-03-30 10:31:21 +0000808 } else if (!strcmp(value, "rt")) {
Alex Bligh884f17c2013-08-21 16:03:04 +0100809 rtc_clock = QEMU_CLOCK_REALTIME;
Jan Kiszka68752042009-09-15 13:36:04 +0200810 } else if (!strcmp(value, "vm")) {
Alex Bligh884f17c2013-08-21 16:03:04 +0100811 rtc_clock = QEMU_CLOCK_VIRTUAL;
Jan Kiszka68752042009-09-15 13:36:04 +0200812 } else {
813 fprintf(stderr, "qemu: invalid option value '%s'\n", value);
814 exit(1);
815 }
816 }
Jan Kiszka1ed2fc12009-09-15 13:36:04 +0200817 value = qemu_opt_get(opts, "driftfix");
818 if (value) {
Blue Swirl7e4c0332010-03-27 21:33:46 +0000819 if (!strcmp(value, "slew")) {
Jan Kiszka433acf02012-01-23 20:15:12 +0100820 static GlobalProperty slew_lost_ticks[] = {
821 {
822 .driver = "mc146818rtc",
823 .property = "lost_tick_policy",
824 .value = "slew",
825 },
826 { /* end of list */ }
827 };
828
829 qdev_prop_register_global_list(slew_lost_ticks);
Blue Swirl7e4c0332010-03-27 21:33:46 +0000830 } else if (!strcmp(value, "none")) {
Jan Kiszka433acf02012-01-23 20:15:12 +0100831 /* discard is default */
Jan Kiszka1ed2fc12009-09-15 13:36:04 +0200832 } else {
833 fprintf(stderr, "qemu: invalid option value '%s'\n", value);
834 exit(1);
835 }
836 }
Jan Kiszka1ed2fc12009-09-15 13:36:04 +0200837}
838
balrog1ae26a12008-09-28 23:19:47 +0000839/***********************************************************/
840/* Bluetooth support */
841static int nb_hcis;
842static int cur_hci;
843static struct HCIInfo *hci_table[MAX_NICS];
balrogdc72ac12008-11-09 00:04:26 +0000844
balrog1ae26a12008-09-28 23:19:47 +0000845struct HCIInfo *qemu_next_hci(void)
846{
847 if (cur_hci == nb_hcis)
848 return &null_hci;
849
850 return hci_table[cur_hci++];
851}
852
balrogdc72ac12008-11-09 00:04:26 +0000853static int bt_hci_parse(const char *str)
854{
855 struct HCIInfo *hci;
Anthony Liguoric227f092009-10-01 16:12:16 -0500856 bdaddr_t bdaddr;
balrogdc72ac12008-11-09 00:04:26 +0000857
858 if (nb_hcis >= MAX_NICS) {
859 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS);
860 return -1;
861 }
862
863 hci = hci_init(str);
864 if (!hci)
865 return -1;
866
867 bdaddr.b[0] = 0x52;
868 bdaddr.b[1] = 0x54;
869 bdaddr.b[2] = 0x00;
870 bdaddr.b[3] = 0x12;
871 bdaddr.b[4] = 0x34;
872 bdaddr.b[5] = 0x56 + nb_hcis;
873 hci->bdaddr_set(hci, bdaddr.b);
874
875 hci_table[nb_hcis++] = hci;
876
877 return 0;
878}
879
880static void bt_vhci_add(int vlan_id)
881{
882 struct bt_scatternet_s *vlan = qemu_find_bt_vlan(vlan_id);
883
884 if (!vlan->slave)
885 fprintf(stderr, "qemu: warning: adding a VHCI to "
886 "an empty scatternet %i\n", vlan_id);
887
888 bt_vhci_init(bt_new_hci(vlan));
889}
890
891static struct bt_device_s *bt_device_add(const char *opt)
892{
893 struct bt_scatternet_s *vlan;
894 int vlan_id = 0;
895 char *endp = strstr(opt, ",vlan=");
896 int len = (endp ? endp - opt : strlen(opt)) + 1;
897 char devname[10];
898
899 pstrcpy(devname, MIN(sizeof(devname), len), opt);
900
901 if (endp) {
902 vlan_id = strtol(endp + 6, &endp, 0);
903 if (*endp) {
904 fprintf(stderr, "qemu: unrecognised bluetooth vlan Id\n");
905 return 0;
906 }
907 }
908
909 vlan = qemu_find_bt_vlan(vlan_id);
910
911 if (!vlan->slave)
912 fprintf(stderr, "qemu: warning: adding a slave device to "
913 "an empty scatternet %i\n", vlan_id);
914
915 if (!strcmp(devname, "keyboard"))
916 return bt_keyboard_init(vlan);
917
918 fprintf(stderr, "qemu: unsupported bluetooth device `%s'\n", devname);
919 return 0;
920}
921
922static int bt_parse(const char *opt)
923{
924 const char *endp, *p;
925 int vlan;
926
927 if (strstart(opt, "hci", &endp)) {
928 if (!*endp || *endp == ',') {
929 if (*endp)
930 if (!strstart(endp, ",vlan=", 0))
931 opt = endp + 1;
932
933 return bt_hci_parse(opt);
934 }
935 } else if (strstart(opt, "vhci", &endp)) {
936 if (!*endp || *endp == ',') {
937 if (*endp) {
938 if (strstart(endp, ",vlan=", &p)) {
939 vlan = strtol(p, (char **) &endp, 0);
940 if (*endp) {
941 fprintf(stderr, "qemu: bad scatternet '%s'\n", p);
942 return 1;
943 }
944 } else {
945 fprintf(stderr, "qemu: bad parameter '%s'\n", endp + 1);
946 return 1;
947 }
948 } else
949 vlan = 0;
950
951 bt_vhci_add(vlan);
952 return 0;
953 }
954 } else if (strstart(opt, "device:", &endp))
955 return !bt_device_add(endp);
956
957 fprintf(stderr, "qemu: bad bluetooth parameter '%s'\n", opt);
958 return 1;
959}
960
Eduardo Otubo7d76ad42012-08-14 18:44:08 -0300961static int parse_sandbox(QemuOpts *opts, void *opaque)
962{
963 /* FIXME: change this to true for 1.3 */
964 if (qemu_opt_get_bool(opts, "enable", false)) {
965#ifdef CONFIG_SECCOMP
966 if (seccomp_start() < 0) {
967 qerror_report(ERROR_CLASS_GENERIC_ERROR,
968 "failed to install seccomp syscall filter in the kernel");
969 return -1;
970 }
971#else
972 qerror_report(ERROR_CLASS_GENERIC_ERROR,
973 "sandboxing request but seccomp is not compiled into this build");
974 return -1;
975#endif
976 }
977
978 return 0;
979}
980
zhlcindy@gmail.com094b2872012-09-02 19:25:28 +0000981bool usb_enabled(bool default_usb)
982{
Markus Armbruster2ff3de62013-07-04 15:09:22 +0200983 return qemu_opt_get_bool(qemu_get_machine_opts(), "usb", default_usb);
zhlcindy@gmail.com094b2872012-09-02 19:25:28 +0000984}
985
Corey Bryant587ed6b2012-10-18 15:19:34 -0400986#ifndef _WIN32
987static int parse_add_fd(QemuOpts *opts, void *opaque)
988{
989 int fd, dupfd, flags;
990 int64_t fdset_id;
991 const char *fd_opaque = NULL;
992
993 fd = qemu_opt_get_number(opts, "fd", -1);
994 fdset_id = qemu_opt_get_number(opts, "set", -1);
995 fd_opaque = qemu_opt_get(opts, "opaque");
996
997 if (fd < 0) {
998 qerror_report(ERROR_CLASS_GENERIC_ERROR,
999 "fd option is required and must be non-negative");
1000 return -1;
1001 }
1002
1003 if (fd <= STDERR_FILENO) {
1004 qerror_report(ERROR_CLASS_GENERIC_ERROR,
1005 "fd cannot be a standard I/O stream");
1006 return -1;
1007 }
1008
1009 /*
1010 * All fds inherited across exec() necessarily have FD_CLOEXEC
1011 * clear, while qemu sets FD_CLOEXEC on all other fds used internally.
1012 */
1013 flags = fcntl(fd, F_GETFD);
1014 if (flags == -1 || (flags & FD_CLOEXEC)) {
1015 qerror_report(ERROR_CLASS_GENERIC_ERROR,
1016 "fd is not valid or already in use");
1017 return -1;
1018 }
1019
1020 if (fdset_id < 0) {
1021 qerror_report(ERROR_CLASS_GENERIC_ERROR,
1022 "set option is required and must be non-negative");
1023 return -1;
1024 }
1025
1026#ifdef F_DUPFD_CLOEXEC
1027 dupfd = fcntl(fd, F_DUPFD_CLOEXEC, 0);
1028#else
1029 dupfd = dup(fd);
1030 if (dupfd != -1) {
1031 qemu_set_cloexec(dupfd);
1032 }
1033#endif
1034 if (dupfd == -1) {
1035 qerror_report(ERROR_CLASS_GENERIC_ERROR,
1036 "Error duplicating fd: %s", strerror(errno));
1037 return -1;
1038 }
1039
1040 /* add the duplicate fd, and optionally the opaque string, to the fd set */
1041 monitor_fdset_add_fd(dupfd, true, fdset_id, fd_opaque ? true : false,
1042 fd_opaque, NULL);
1043
1044 return 0;
1045}
1046
1047static int cleanup_add_fd(QemuOpts *opts, void *opaque)
1048{
1049 int fd;
1050
1051 fd = qemu_opt_get_number(opts, "fd", -1);
1052 close(fd);
1053
1054 return 0;
1055}
1056#endif
1057
balrog1ae26a12008-09-28 23:19:47 +00001058/***********************************************************/
1059/* QEMU Block devices */
1060
Markus Armbruster2292dda2011-01-28 11:21:41 +01001061#define HD_OPTS "media=disk"
1062#define CDROM_OPTS "media=cdrom"
1063#define FD_OPTS ""
1064#define PFLASH_OPTS ""
1065#define MTD_OPTS ""
1066#define SD_OPTS ""
thse4bcb142007-12-02 04:51:10 +00001067
Gerd Hoffmann9dfd7c72009-07-22 16:43:04 +02001068static int drive_init_func(QemuOpts *opts, void *opaque)
1069{
Christian Borntraeger2d0d2832012-11-20 15:30:34 +01001070 BlockInterfaceType *block_default_type = opaque;
Gerd Hoffmann9dfd7c72009-07-22 16:43:04 +02001071
Christian Borntraeger2d0d2832012-11-20 15:30:34 +01001072 return drive_init(opts, *block_default_type) == NULL;
Gerd Hoffmann9dfd7c72009-07-22 16:43:04 +02001073}
1074
1075static int drive_enable_snapshot(QemuOpts *opts, void *opaque)
1076{
1077 if (NULL == qemu_opt_get(opts, "snapshot")) {
1078 qemu_opt_set(opts, "snapshot", "on");
1079 }
1080 return 0;
1081}
1082
Christian Borntraeger3c42ea62012-11-22 21:02:55 +01001083static void default_drive(int enable, int snapshot, BlockInterfaceType type,
1084 int index, const char *optstr)
Markus Armbruster4e5d9b52011-01-28 11:21:45 +01001085{
1086 QemuOpts *opts;
1087
Markus Armbruster4e5d9b52011-01-28 11:21:45 +01001088 if (!enable || drive_get_by_index(type, index)) {
1089 return;
1090 }
1091
1092 opts = drive_add(type, index, NULL, optstr);
1093 if (snapshot) {
1094 drive_enable_snapshot(opts, NULL);
1095 }
Christian Borntraeger2d0d2832012-11-20 15:30:34 +01001096 if (!drive_init(opts, type)) {
Markus Armbruster4e5d9b52011-01-28 11:21:45 +01001097 exit(1);
1098 }
1099}
1100
Jan Kiszka76e30d02009-07-02 00:19:02 +02001101void qemu_register_boot_set(QEMUBootSetHandler *func, void *opaque)
1102{
1103 boot_set_handler = func;
1104 boot_set_opaque = opaque;
1105}
1106
Markus Armbruster083b79c2013-06-14 13:15:04 +02001107int qemu_boot_set(const char *boot_order)
Jan Kiszka76e30d02009-07-02 00:19:02 +02001108{
1109 if (!boot_set_handler) {
1110 return -EINVAL;
1111 }
Markus Armbruster083b79c2013-06-14 13:15:04 +02001112 return boot_set_handler(boot_set_opaque, boot_order);
Jan Kiszka76e30d02009-07-02 00:19:02 +02001113}
1114
Markus Armbruster6ef47162013-06-14 13:15:01 +02001115static void validate_bootdevices(const char *devices)
Jan Kiszkaef3adf62009-07-02 00:19:02 +02001116{
1117 /* We just do some generic consistency checks */
1118 const char *p;
1119 int bitmap = 0;
1120
1121 for (p = devices; *p != '\0'; p++) {
1122 /* Allowed boot devices are:
1123 * a-b: floppy disk drives
1124 * c-f: IDE disk drives
Dong Xu Wang07f35072011-11-22 18:06:26 +08001125 * g-m: machine implementation dependent drives
Jan Kiszkaef3adf62009-07-02 00:19:02 +02001126 * n-p: network devices
1127 * It's up to each machine implementation to check if the given boot
1128 * devices match the actual hardware implementation and firmware
1129 * features.
1130 */
1131 if (*p < 'a' || *p > 'p') {
1132 fprintf(stderr, "Invalid boot device '%c'\n", *p);
1133 exit(1);
1134 }
1135 if (bitmap & (1 << (*p - 'a'))) {
1136 fprintf(stderr, "Boot device '%c' was given twice\n", *p);
1137 exit(1);
1138 }
1139 bitmap |= 1 << (*p - 'a');
1140 }
Jan Kiszkaef3adf62009-07-02 00:19:02 +02001141}
1142
Markus Armbruster083b79c2013-06-14 13:15:04 +02001143static void restore_boot_order(void *opaque)
Jan Kiszkae0f084b2009-07-02 00:19:02 +02001144{
Markus Armbruster083b79c2013-06-14 13:15:04 +02001145 char *normal_boot_order = opaque;
Alex Williamson37905d62010-04-30 15:21:11 -06001146 static int first = 1;
1147
1148 /* Restore boot order and remove ourselves after the first boot */
1149 if (first) {
1150 first = 0;
1151 return;
1152 }
Jan Kiszkae0f084b2009-07-02 00:19:02 +02001153
Markus Armbruster083b79c2013-06-14 13:15:04 +02001154 qemu_boot_set(normal_boot_order);
Jan Kiszkae0f084b2009-07-02 00:19:02 +02001155
Markus Armbruster083b79c2013-06-14 13:15:04 +02001156 qemu_unregister_reset(restore_boot_order, normal_boot_order);
1157 g_free(normal_boot_order);
Jan Kiszkae0f084b2009-07-02 00:19:02 +02001158}
1159
Gleb Natapov1ca4d092010-12-08 13:35:05 +02001160void add_boot_device_path(int32_t bootindex, DeviceState *dev,
1161 const char *suffix)
1162{
1163 FWBootEntry *node, *i;
1164
1165 if (bootindex < 0) {
1166 return;
1167 }
1168
1169 assert(dev != NULL || suffix != NULL);
1170
Anthony Liguori7267c092011-08-20 22:09:37 -05001171 node = g_malloc0(sizeof(FWBootEntry));
Gleb Natapov1ca4d092010-12-08 13:35:05 +02001172 node->bootindex = bootindex;
Dong Xu Wang7f303ad2013-05-09 15:53:49 +08001173 node->suffix = g_strdup(suffix);
Gleb Natapov1ca4d092010-12-08 13:35:05 +02001174 node->dev = dev;
1175
1176 QTAILQ_FOREACH(i, &fw_boot_order, link) {
1177 if (i->bootindex == bootindex) {
1178 fprintf(stderr, "Two devices with same boot index %d\n", bootindex);
1179 exit(1);
1180 } else if (i->bootindex < bootindex) {
1181 continue;
1182 }
1183 QTAILQ_INSERT_BEFORE(i, node, link);
1184 return;
1185 }
1186 QTAILQ_INSERT_TAIL(&fw_boot_order, node, link);
1187}
1188
Dominik Dingel7dc5af52013-04-26 02:12:49 +00001189DeviceState *get_boot_device(uint32_t position)
1190{
1191 uint32_t counter = 0;
1192 FWBootEntry *i = NULL;
1193 DeviceState *res = NULL;
1194
1195 if (!QTAILQ_EMPTY(&fw_boot_order)) {
1196 QTAILQ_FOREACH(i, &fw_boot_order, link) {
1197 if (counter == position) {
1198 res = i->dev;
1199 break;
1200 }
1201 counter++;
1202 }
1203 }
1204 return res;
1205}
1206
Gleb Natapov962630f2010-12-08 13:35:09 +02001207/*
1208 * This function returns null terminated string that consist of new line
Brad Hards71785ab2011-04-23 21:50:06 +10001209 * separated device paths.
Gleb Natapov962630f2010-12-08 13:35:09 +02001210 *
1211 * memory pointed by "size" is assigned total length of the array in bytes
1212 *
1213 */
Markus Armbruster0e7a7592013-01-16 14:50:29 +01001214char *get_boot_devices_list(size_t *size)
Gleb Natapov962630f2010-12-08 13:35:09 +02001215{
1216 FWBootEntry *i;
Markus Armbruster0e7a7592013-01-16 14:50:29 +01001217 size_t total = 0;
Gleb Natapov962630f2010-12-08 13:35:09 +02001218 char *list = NULL;
1219
1220 QTAILQ_FOREACH(i, &fw_boot_order, link) {
1221 char *devpath = NULL, *bootpath;
Markus Armbruster0e7a7592013-01-16 14:50:29 +01001222 size_t len;
Gleb Natapov962630f2010-12-08 13:35:09 +02001223
1224 if (i->dev) {
1225 devpath = qdev_get_fw_dev_path(i->dev);
1226 assert(devpath);
1227 }
1228
1229 if (i->suffix && devpath) {
Blue Swirl4fd37a92010-12-19 14:05:43 +00001230 size_t bootpathlen = strlen(devpath) + strlen(i->suffix) + 1;
1231
Anthony Liguori7267c092011-08-20 22:09:37 -05001232 bootpath = g_malloc(bootpathlen);
Blue Swirl4fd37a92010-12-19 14:05:43 +00001233 snprintf(bootpath, bootpathlen, "%s%s", devpath, i->suffix);
Anthony Liguori7267c092011-08-20 22:09:37 -05001234 g_free(devpath);
Gleb Natapov962630f2010-12-08 13:35:09 +02001235 } else if (devpath) {
1236 bootpath = devpath;
1237 } else {
Markus Armbruster1bf6ccd2011-11-08 10:58:00 +01001238 assert(i->suffix);
Anthony Liguori7267c092011-08-20 22:09:37 -05001239 bootpath = g_strdup(i->suffix);
Gleb Natapov962630f2010-12-08 13:35:09 +02001240 }
1241
1242 if (total) {
1243 list[total-1] = '\n';
1244 }
1245 len = strlen(bootpath) + 1;
Anthony Liguori7267c092011-08-20 22:09:37 -05001246 list = g_realloc(list, total + len);
Gleb Natapov962630f2010-12-08 13:35:09 +02001247 memcpy(&list[total], bootpath, len);
1248 total += len;
Anthony Liguori7267c092011-08-20 22:09:37 -05001249 g_free(bootpath);
Gleb Natapov962630f2010-12-08 13:35:09 +02001250 }
1251
1252 *size = total;
1253
Amos Kongc8a6ae82013-03-19 14:23:27 +08001254 if (boot_strict && *size > 0) {
1255 list[total-1] = '\n';
Amos Kong46905792013-03-20 18:16:34 +08001256 list = g_realloc(list, total + 5);
1257 memcpy(&list[total], "HALT", 5);
1258 *size = total + 5;
Amos Kongc8a6ae82013-03-19 14:23:27 +08001259 }
Gleb Natapov962630f2010-12-08 13:35:09 +02001260 return list;
1261}
1262
Eduardo Habkost845e5bf2013-02-04 16:27:51 -02001263static void numa_node_parse_cpus(int nodenr, const char *cpus)
1264{
1265 char *endptr;
1266 unsigned long long value, endvalue;
1267
Eduardo Habkostc881e202013-02-04 16:27:52 -02001268 /* Empty CPU range strings will be considered valid, they will simply
1269 * not set any bit in the CPU bitmap.
1270 */
1271 if (!*cpus) {
1272 return;
Eduardo Habkost845e5bf2013-02-04 16:27:51 -02001273 }
1274
Eduardo Habkostc881e202013-02-04 16:27:52 -02001275 if (parse_uint(cpus, &value, &endptr, 10) < 0) {
1276 goto error;
1277 }
1278 if (*endptr == '-') {
1279 if (parse_uint_full(endptr + 1, &endvalue, 10) < 0) {
1280 goto error;
1281 }
1282 } else if (*endptr == '\0') {
1283 endvalue = value;
1284 } else {
1285 goto error;
1286 }
1287
1288 if (endvalue >= MAX_CPUMASK_BITS) {
Eduardo Habkost845e5bf2013-02-04 16:27:51 -02001289 endvalue = MAX_CPUMASK_BITS - 1;
1290 fprintf(stderr,
Eduardo Habkostc881e202013-02-04 16:27:52 -02001291 "qemu: NUMA: A max of %d VCPUs are supported\n",
Eduardo Habkost845e5bf2013-02-04 16:27:51 -02001292 MAX_CPUMASK_BITS);
1293 }
1294
Eduardo Habkostc881e202013-02-04 16:27:52 -02001295 if (endvalue < value) {
1296 goto error;
1297 }
1298
Eduardo Habkost845e5bf2013-02-04 16:27:51 -02001299 bitmap_set(node_cpumask[nodenr], value, endvalue-value+1);
Eduardo Habkostc881e202013-02-04 16:27:52 -02001300 return;
1301
1302error:
1303 fprintf(stderr, "qemu: Invalid NUMA CPU range: %s\n", cpus);
1304 exit(1);
Eduardo Habkost845e5bf2013-02-04 16:27:51 -02001305}
1306
aliguori268a3622009-04-21 22:30:27 +00001307static void numa_add(const char *optarg)
1308{
1309 char option[128];
1310 char *endptr;
Eduardo Habkoste4ce85b2013-02-04 16:27:49 -02001311 unsigned long long nodenr;
aliguori268a3622009-04-21 22:30:27 +00001312
Eduardo Habkost8f302cb2013-02-04 16:27:46 -02001313 optarg = get_opt_name(option, 128, optarg, ',');
1314 if (*optarg == ',') {
1315 optarg++;
1316 }
aliguori268a3622009-04-21 22:30:27 +00001317 if (!strcmp(option, "node")) {
Eduardo Habkostca4c6d32013-02-04 16:27:48 -02001318
1319 if (nb_numa_nodes >= MAX_NODES) {
1320 fprintf(stderr, "qemu: too many NUMA nodes\n");
1321 exit(1);
1322 }
1323
aliguori268a3622009-04-21 22:30:27 +00001324 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1325 nodenr = nb_numa_nodes;
1326 } else {
Eduardo Habkost5f139962013-02-04 16:27:50 -02001327 if (parse_uint_full(option, &nodenr, 10) < 0) {
1328 fprintf(stderr, "qemu: Invalid NUMA nodeid: %s\n", option);
1329 exit(1);
1330 }
aliguori268a3622009-04-21 22:30:27 +00001331 }
1332
Eduardo Habkoste4ce85b2013-02-04 16:27:49 -02001333 if (nodenr >= MAX_NODES) {
1334 fprintf(stderr, "qemu: invalid NUMA nodeid: %llu\n", nodenr);
1335 exit(1);
1336 }
1337
aliguori268a3622009-04-21 22:30:27 +00001338 if (get_param_value(option, 128, "mem", optarg) == 0) {
1339 node_mem[nodenr] = 0;
1340 } else {
Jes Sorensen70b4f4b2011-01-05 11:41:02 +01001341 int64_t sval;
Markus Armbrusterc03417b2011-11-22 09:46:02 +01001342 sval = strtosz(option, &endptr);
1343 if (sval < 0 || *endptr) {
Jes Sorensen9f9b17a2010-10-21 17:15:46 +02001344 fprintf(stderr, "qemu: invalid numa mem size: %s\n", optarg);
1345 exit(1);
aliguori268a3622009-04-21 22:30:27 +00001346 }
Jes Sorensen9f9b17a2010-10-21 17:15:46 +02001347 node_mem[nodenr] = sval;
aliguori268a3622009-04-21 22:30:27 +00001348 }
Chegu Vinodee785fe2012-07-16 21:31:30 -07001349 if (get_param_value(option, 128, "cpus", optarg) != 0) {
Eduardo Habkost845e5bf2013-02-04 16:27:51 -02001350 numa_node_parse_cpus(nodenr, option);
aliguori268a3622009-04-21 22:30:27 +00001351 }
1352 nb_numa_nodes++;
Eduardo Habkost12e53a92013-02-04 16:27:47 -02001353 } else {
1354 fprintf(stderr, "Invalid -numa option: %s\n", option);
1355 exit(1);
aliguori268a3622009-04-21 22:30:27 +00001356 }
aliguori268a3622009-04-21 22:30:27 +00001357}
1358
Michael Tokarev12b7f572013-06-24 15:06:52 +04001359static QemuOptsList qemu_smp_opts = {
1360 .name = "smp-opts",
1361 .implied_opt_name = "cpus",
1362 .merge_lists = true,
1363 .head = QTAILQ_HEAD_INITIALIZER(qemu_smp_opts.head),
1364 .desc = {
1365 {
1366 .name = "cpus",
1367 .type = QEMU_OPT_NUMBER,
1368 }, {
1369 .name = "sockets",
1370 .type = QEMU_OPT_NUMBER,
1371 }, {
1372 .name = "cores",
1373 .type = QEMU_OPT_NUMBER,
1374 }, {
1375 .name = "threads",
1376 .type = QEMU_OPT_NUMBER,
1377 }, {
1378 .name = "maxcpus",
1379 .type = QEMU_OPT_NUMBER,
1380 },
1381 { /*End of list */ }
1382 },
1383};
1384
1385static void smp_parse(QemuOpts *opts)
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001386{
Michael Tokarev12b7f572013-06-24 15:06:52 +04001387 if (opts) {
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001388
Michael Tokarev12b7f572013-06-24 15:06:52 +04001389 unsigned cpus = qemu_opt_get_number(opts, "cpus", 0);
1390 unsigned sockets = qemu_opt_get_number(opts, "sockets", 0);
1391 unsigned cores = qemu_opt_get_number(opts, "cores", 0);
1392 unsigned threads = qemu_opt_get_number(opts, "threads", 0);
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001393
Michael Tokarev12b7f572013-06-24 15:06:52 +04001394 /* compute missing values, prefer sockets over cores over threads */
1395 if (cpus == 0 || sockets == 0) {
1396 sockets = sockets > 0 ? sockets : 1;
1397 cores = cores > 0 ? cores : 1;
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001398 threads = threads > 0 ? threads : 1;
Michael Tokarev12b7f572013-06-24 15:06:52 +04001399 if (cpus == 0) {
1400 cpus = cores * threads * sockets;
1401 }
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001402 } else {
Michael Tokarev12b7f572013-06-24 15:06:52 +04001403 if (cores == 0) {
1404 threads = threads > 0 ? threads : 1;
1405 cores = cpus / (sockets * threads);
1406 } else {
1407 threads = cpus / (cores * sockets);
1408 }
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001409 }
Michael Tokarev12b7f572013-06-24 15:06:52 +04001410
1411 max_cpus = qemu_opt_get_number(opts, "maxcpus", 0);
1412
1413 smp_cpus = cpus;
1414 smp_cores = cores > 0 ? cores : 1;
1415 smp_threads = threads > 0 ? threads : 1;
1416
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001417 }
Michael Tokarev12b7f572013-06-24 15:06:52 +04001418
1419 if (max_cpus == 0) {
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001420 max_cpus = smp_cpus;
Michael Tokarev12b7f572013-06-24 15:06:52 +04001421 }
1422
1423 if (max_cpus > 255) {
1424 fprintf(stderr, "Unsupported number of maxcpus\n");
1425 exit(1);
1426 }
1427 if (max_cpus < smp_cpus) {
1428 fprintf(stderr, "maxcpus must be equal to or greater than smp\n");
1429 exit(1);
1430 }
1431
Andre Przywaradc6b1c02009-08-19 15:42:40 +02001432}
1433
Satoru Moriya888a6bc2013-04-19 16:42:06 +02001434static void configure_realtime(QemuOpts *opts)
1435{
1436 bool enable_mlock;
1437
1438 enable_mlock = qemu_opt_get_bool(opts, "mlock", true);
1439
1440 if (enable_mlock) {
1441 if (os_mlock() < 0) {
1442 fprintf(stderr, "qemu: locking memory failed\n");
1443 exit(1);
1444 }
1445 }
1446}
1447
Seiji Aguchi5e2ac512013-07-03 23:02:46 -04001448
1449static void configure_msg(QemuOpts *opts)
1450{
1451 enable_timestamp_msg = qemu_opt_get_bool(opts, "timestamp", true);
1452}
1453
bellard330d0412003-07-26 18:11:40 +00001454/***********************************************************/
bellarda594cfb2005-11-06 16:13:29 +00001455/* USB devices */
1456
Markus Armbrusterfb080002010-05-28 15:38:44 +02001457static int usb_device_add(const char *devname)
bellarda594cfb2005-11-06 16:13:29 +00001458{
Gerd Hoffmanna5d2f722009-08-31 14:24:00 +02001459 USBDevice *dev = NULL;
Miroslav Rezanina615fe4d2013-09-03 11:23:09 +02001460#ifndef CONFIG_LINUX
1461 const char *p;
1462#endif
bellarda594cfb2005-11-06 16:13:29 +00001463
zhlcindy@gmail.com094b2872012-09-02 19:25:28 +00001464 if (!usb_enabled(false)) {
bellarda594cfb2005-11-06 16:13:29 +00001465 return -1;
zhlcindy@gmail.com094b2872012-09-02 19:25:28 +00001466 }
bellarda594cfb2005-11-06 16:13:29 +00001467
Gerd Hoffmann0958b4c2009-10-26 15:56:45 +01001468 /* drivers with .usbdevice_name entry in USBDeviceInfo */
1469 dev = usbdevice_create(devname);
1470 if (dev)
1471 goto done;
1472
Gerd Hoffmanna5d2f722009-08-31 14:24:00 +02001473 /* the other ones */
Gerd Hoffmanne447fc62011-06-01 14:41:59 +02001474#ifndef CONFIG_LINUX
1475 /* only the linux version is qdev-ified, usb-bsd still needs this */
bellarda594cfb2005-11-06 16:13:29 +00001476 if (strstart(devname, "host:", &p)) {
Jan Kiszka37417152012-02-27 15:18:47 +01001477 dev = usb_host_device_open(usb_bus_find(-1), p);
bellarda594cfb2005-11-06 16:13:29 +00001478 }
Miroslav Rezanina615fe4d2013-09-03 11:23:09 +02001479#endif
pbrook0d92ed32006-05-21 16:30:15 +00001480 if (!dev)
1481 return -1;
1482
Gerd Hoffmanna5d2f722009-08-31 14:24:00 +02001483done:
bellarda594cfb2005-11-06 16:13:29 +00001484 return 0;
1485}
1486
aliguori1f3870a2008-08-21 19:27:48 +00001487static int usb_device_del(const char *devname)
1488{
1489 int bus_num, addr;
1490 const char *p;
1491
Gerd Hoffmann1a3973b2012-11-30 13:02:47 +01001492 if (strstart(devname, "host:", &p)) {
1493 return -1;
1494 }
aliguori5d0c5752008-09-14 01:07:41 +00001495
zhlcindy@gmail.com094b2872012-09-02 19:25:28 +00001496 if (!usb_enabled(false)) {
aliguori1f3870a2008-08-21 19:27:48 +00001497 return -1;
zhlcindy@gmail.com094b2872012-09-02 19:25:28 +00001498 }
aliguori1f3870a2008-08-21 19:27:48 +00001499
1500 p = strchr(devname, '.');
1501 if (!p)
1502 return -1;
1503 bus_num = strtoul(devname, NULL, 0);
1504 addr = strtoul(p + 1, NULL, 0);
1505
Gerd Hoffmanna5d2f722009-08-31 14:24:00 +02001506 return usb_device_delete_addr(bus_num, addr);
aliguori1f3870a2008-08-21 19:27:48 +00001507}
1508
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02001509static int usb_parse(const char *cmdline)
1510{
Scott Tsai59d1c1c2009-12-23 04:30:18 +08001511 int r;
Markus Armbrusterfb080002010-05-28 15:38:44 +02001512 r = usb_device_add(cmdline);
Scott Tsai59d1c1c2009-12-23 04:30:18 +08001513 if (r < 0) {
1514 fprintf(stderr, "qemu: could not add USB device '%s'\n", cmdline);
1515 }
1516 return r;
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02001517}
1518
Luiz Capitulinod54908a2009-08-28 15:27:13 -03001519void do_usb_add(Monitor *mon, const QDict *qdict)
bellarda594cfb2005-11-06 16:13:29 +00001520{
Scott Tsai59d1c1c2009-12-23 04:30:18 +08001521 const char *devname = qdict_get_str(qdict, "devname");
Markus Armbrusterfb080002010-05-28 15:38:44 +02001522 if (usb_device_add(devname) < 0) {
Markus Armbruster1ecda022010-02-18 17:25:24 +01001523 error_report("could not add USB device '%s'", devname);
Scott Tsai59d1c1c2009-12-23 04:30:18 +08001524 }
bellarda594cfb2005-11-06 16:13:29 +00001525}
1526
Luiz Capitulinod54908a2009-08-28 15:27:13 -03001527void do_usb_del(Monitor *mon, const QDict *qdict)
bellarda594cfb2005-11-06 16:13:29 +00001528{
Scott Tsai59d1c1c2009-12-23 04:30:18 +08001529 const char *devname = qdict_get_str(qdict, "devname");
1530 if (usb_device_del(devname) < 0) {
Markus Armbruster1ecda022010-02-18 17:25:24 +01001531 error_report("could not delete USB device '%s'", devname);
Scott Tsai59d1c1c2009-12-23 04:30:18 +08001532 }
bellarda594cfb2005-11-06 16:13:29 +00001533}
1534
bellardf7cce892004-12-08 22:21:25 +00001535/***********************************************************/
balrog201a51f2007-04-30 00:51:09 +00001536/* PCMCIA/Cardbus */
1537
1538static struct pcmcia_socket_entry_s {
Paul Brookbc24a222009-05-10 01:44:56 +01001539 PCMCIASocket *socket;
balrog201a51f2007-04-30 00:51:09 +00001540 struct pcmcia_socket_entry_s *next;
1541} *pcmcia_sockets = 0;
1542
Paul Brookbc24a222009-05-10 01:44:56 +01001543void pcmcia_socket_register(PCMCIASocket *socket)
balrog201a51f2007-04-30 00:51:09 +00001544{
1545 struct pcmcia_socket_entry_s *entry;
1546
Anthony Liguori7267c092011-08-20 22:09:37 -05001547 entry = g_malloc(sizeof(struct pcmcia_socket_entry_s));
balrog201a51f2007-04-30 00:51:09 +00001548 entry->socket = socket;
1549 entry->next = pcmcia_sockets;
1550 pcmcia_sockets = entry;
1551}
1552
Paul Brookbc24a222009-05-10 01:44:56 +01001553void pcmcia_socket_unregister(PCMCIASocket *socket)
balrog201a51f2007-04-30 00:51:09 +00001554{
1555 struct pcmcia_socket_entry_s *entry, **ptr;
1556
1557 ptr = &pcmcia_sockets;
1558 for (entry = *ptr; entry; ptr = &entry->next, entry = *ptr)
1559 if (entry->socket == socket) {
1560 *ptr = entry->next;
Anthony Liguori7267c092011-08-20 22:09:37 -05001561 g_free(entry);
balrog201a51f2007-04-30 00:51:09 +00001562 }
1563}
1564
Wenchao Xia84f2d0e2013-01-14 14:06:25 +08001565void pcmcia_info(Monitor *mon, const QDict *qdict)
balrog201a51f2007-04-30 00:51:09 +00001566{
1567 struct pcmcia_socket_entry_s *iter;
aliguori376253e2009-03-05 23:01:23 +00001568
balrog201a51f2007-04-30 00:51:09 +00001569 if (!pcmcia_sockets)
aliguori376253e2009-03-05 23:01:23 +00001570 monitor_printf(mon, "No PCMCIA sockets\n");
balrog201a51f2007-04-30 00:51:09 +00001571
1572 for (iter = pcmcia_sockets; iter; iter = iter->next)
aliguori376253e2009-03-05 23:01:23 +00001573 monitor_printf(mon, "%s: %s\n", iter->socket->slot_string,
1574 iter->socket->attached ? iter->socket->card_string :
1575 "Empty");
balrog201a51f2007-04-30 00:51:09 +00001576}
1577
1578/***********************************************************/
bellardcc1daa42005-06-05 14:49:17 +00001579/* machine registration */
1580
blueswir1bdaf78e2008-10-04 07:24:27 +00001581static QEMUMachine *first_machine = NULL;
aliguori6f338c32009-02-11 15:21:54 +00001582QEMUMachine *current_machine = NULL;
bellardcc1daa42005-06-05 14:49:17 +00001583
1584int qemu_register_machine(QEMUMachine *m)
1585{
1586 QEMUMachine **pm;
1587 pm = &first_machine;
1588 while (*pm != NULL)
1589 pm = &(*pm)->next;
1590 m->next = NULL;
1591 *pm = m;
1592 return 0;
1593}
1594
pbrook9596ebb2007-11-18 01:44:38 +00001595static QEMUMachine *find_machine(const char *name)
bellardcc1daa42005-06-05 14:49:17 +00001596{
1597 QEMUMachine *m;
1598
1599 for(m = first_machine; m != NULL; m = m->next) {
1600 if (!strcmp(m->name, name))
1601 return m;
Mark McLoughlin3f6599e2009-07-22 10:02:50 +01001602 if (m->alias && !strcmp(m->alias, name))
1603 return m;
bellardcc1daa42005-06-05 14:49:17 +00001604 }
1605 return NULL;
1606}
1607
Jordan Justen2c8cffa2012-02-21 23:18:50 -08001608QEMUMachine *find_default_machine(void)
Anthony Liguori0c257432009-05-21 20:41:01 -05001609{
1610 QEMUMachine *m;
1611
1612 for(m = first_machine; m != NULL; m = m->next) {
1613 if (m->is_default) {
1614 return m;
1615 }
1616 }
1617 return NULL;
1618}
1619
Anthony Liguori01d3c802012-08-10 11:04:11 -05001620MachineInfoList *qmp_query_machines(Error **errp)
1621{
1622 MachineInfoList *mach_list = NULL;
1623 QEMUMachine *m;
1624
1625 for (m = first_machine; m; m = m->next) {
1626 MachineInfoList *entry;
1627 MachineInfo *info;
1628
1629 info = g_malloc0(sizeof(*info));
1630 if (m->is_default) {
1631 info->has_is_default = true;
1632 info->is_default = true;
1633 }
1634
1635 if (m->alias) {
1636 info->has_alias = true;
1637 info->alias = g_strdup(m->alias);
1638 }
1639
1640 info->name = g_strdup(m->name);
Michal Novotnyc72e7682013-04-08 18:21:02 +02001641 info->cpu_max = !m->max_cpus ? 1 : m->max_cpus;
Anthony Liguori01d3c802012-08-10 11:04:11 -05001642
1643 entry = g_malloc0(sizeof(*entry));
1644 entry->value = info;
1645 entry->next = mach_list;
1646 mach_list = entry;
1647 }
1648
1649 return mach_list;
1650}
1651
bellardcc1daa42005-06-05 14:49:17 +00001652/***********************************************************/
bellard8a7ddc32004-03-31 19:00:16 +00001653/* main execution loop */
1654
bellard0bd48852005-11-11 00:00:47 +00001655struct vm_change_state_entry {
1656 VMChangeStateHandler *cb;
1657 void *opaque;
Blue Swirl72cf2d42009-09-12 07:36:22 +00001658 QLIST_ENTRY (vm_change_state_entry) entries;
bellard0bd48852005-11-11 00:00:47 +00001659};
1660
Blue Swirl72cf2d42009-09-12 07:36:22 +00001661static QLIST_HEAD(vm_change_state_head, vm_change_state_entry) vm_change_state_head;
bellard0bd48852005-11-11 00:00:47 +00001662
1663VMChangeStateEntry *qemu_add_vm_change_state_handler(VMChangeStateHandler *cb,
1664 void *opaque)
1665{
1666 VMChangeStateEntry *e;
1667
Anthony Liguori7267c092011-08-20 22:09:37 -05001668 e = g_malloc0(sizeof (*e));
bellard0bd48852005-11-11 00:00:47 +00001669
1670 e->cb = cb;
1671 e->opaque = opaque;
Blue Swirl72cf2d42009-09-12 07:36:22 +00001672 QLIST_INSERT_HEAD(&vm_change_state_head, e, entries);
bellard0bd48852005-11-11 00:00:47 +00001673 return e;
1674}
1675
1676void qemu_del_vm_change_state_handler(VMChangeStateEntry *e)
1677{
Blue Swirl72cf2d42009-09-12 07:36:22 +00001678 QLIST_REMOVE (e, entries);
Anthony Liguori7267c092011-08-20 22:09:37 -05001679 g_free (e);
bellard0bd48852005-11-11 00:00:47 +00001680}
1681
Luiz Capitulino1dfb4dd2011-07-29 14:26:33 -03001682void vm_state_notify(int running, RunState state)
bellard0bd48852005-11-11 00:00:47 +00001683{
1684 VMChangeStateEntry *e;
1685
Luiz Capitulino1dfb4dd2011-07-29 14:26:33 -03001686 trace_vm_state_notify(running, state);
Stefan Hajnoczi94b0b5f2010-11-16 12:20:25 +00001687
bellard0bd48852005-11-11 00:00:47 +00001688 for (e = vm_change_state_head.lh_first; e; e = e->entries.le_next) {
Luiz Capitulino1dfb4dd2011-07-29 14:26:33 -03001689 e->cb(e->opaque, running, state);
bellard0bd48852005-11-11 00:00:47 +00001690 }
1691}
1692
bellard8a7ddc32004-03-31 19:00:16 +00001693void vm_start(void)
1694{
Luiz Capitulino13548692011-07-29 15:36:43 -03001695 if (!runstate_is_running()) {
bellard8a7ddc32004-03-31 19:00:16 +00001696 cpu_enable_ticks();
Luiz Capitulino0461d5a2011-09-30 14:45:27 -03001697 runstate_set(RUN_STATE_RUNNING);
1698 vm_state_notify(1, RUN_STATE_RUNNING);
aliguorid6dc3d42009-04-24 18:04:07 +00001699 resume_all_vcpus();
Luiz Capitulino6ed2c482010-04-27 20:35:59 -03001700 monitor_protocol_event(QEVENT_RESUME, NULL);
bellard8a7ddc32004-03-31 19:00:16 +00001701 }
1702}
1703
bellardbb0c6722004-06-20 12:37:32 +00001704/* reset/shutdown handler */
1705
1706typedef struct QEMUResetEntry {
Blue Swirl72cf2d42009-09-12 07:36:22 +00001707 QTAILQ_ENTRY(QEMUResetEntry) entry;
bellardbb0c6722004-06-20 12:37:32 +00001708 QEMUResetHandler *func;
1709 void *opaque;
bellardbb0c6722004-06-20 12:37:32 +00001710} QEMUResetEntry;
1711
Blue Swirl72cf2d42009-09-12 07:36:22 +00001712static QTAILQ_HEAD(reset_handlers, QEMUResetEntry) reset_handlers =
1713 QTAILQ_HEAD_INITIALIZER(reset_handlers);
bellardbb0c6722004-06-20 12:37:32 +00001714static int reset_requested;
Gleb Natapovf64622c2011-03-15 13:56:04 +02001715static int shutdown_requested, shutdown_signal = -1;
1716static pid_t shutdown_pid;
bellard34751872005-07-02 14:31:34 +00001717static int powerdown_requested;
Jan Kiszka8cf71712011-02-07 12:19:16 +01001718static int debug_requested;
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001719static int suspend_requested;
Liu, Jinsong4bc78a82013-09-25 16:38:29 +00001720static WakeupReason wakeup_reason;
Igor Mammedova9552c82012-09-05 23:06:21 +02001721static NotifierList powerdown_notifiers =
1722 NOTIFIER_LIST_INITIALIZER(powerdown_notifiers);
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001723static NotifierList suspend_notifiers =
1724 NOTIFIER_LIST_INITIALIZER(suspend_notifiers);
1725static NotifierList wakeup_notifiers =
1726 NOTIFIER_LIST_INITIALIZER(wakeup_notifiers);
Liu, Jinsong4bc78a82013-09-25 16:38:29 +00001727static uint32_t wakeup_reason_mask = ~(1 << QEMU_WAKEUP_REASON_NONE);
Luiz Capitulino0461d5a2011-09-30 14:45:27 -03001728static RunState vmstop_requested = RUN_STATE_MAX;
bellardbb0c6722004-06-20 12:37:32 +00001729
Anthony PERARD1291eb32010-07-22 15:52:48 +01001730int qemu_shutdown_requested_get(void)
1731{
1732 return shutdown_requested;
1733}
1734
1735int qemu_reset_requested_get(void)
1736{
1737 return reset_requested;
1738}
1739
Blue Swirl4fdcac02012-10-28 11:04:47 +00001740static int qemu_shutdown_requested(void)
aurel32cf7a2fe2008-03-18 06:53:05 +00001741{
1742 int r = shutdown_requested;
1743 shutdown_requested = 0;
1744 return r;
1745}
1746
Blue Swirl4fdcac02012-10-28 11:04:47 +00001747static void qemu_kill_report(void)
Gleb Natapovf64622c2011-03-15 13:56:04 +02001748{
Anthony Liguoric7f0f3b2012-03-28 15:42:02 +02001749 if (!qtest_enabled() && shutdown_signal != -1) {
Peter Maydellf1d3fb02011-03-30 22:03:38 +01001750 fprintf(stderr, "qemu: terminating on signal %d", shutdown_signal);
1751 if (shutdown_pid == 0) {
1752 /* This happens for eg ^C at the terminal, so it's worth
1753 * avoiding printing an odd message in that case.
1754 */
1755 fputc('\n', stderr);
1756 } else {
Andreas Färber953ffe02011-06-02 19:58:06 +02001757 fprintf(stderr, " from pid " FMT_pid "\n", shutdown_pid);
Peter Maydellf1d3fb02011-03-30 22:03:38 +01001758 }
Gleb Natapovf64622c2011-03-15 13:56:04 +02001759 shutdown_signal = -1;
1760 }
1761}
1762
Blue Swirl4fdcac02012-10-28 11:04:47 +00001763static int qemu_reset_requested(void)
aurel32cf7a2fe2008-03-18 06:53:05 +00001764{
1765 int r = reset_requested;
1766 reset_requested = 0;
1767 return r;
1768}
1769
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001770static int qemu_suspend_requested(void)
1771{
1772 int r = suspend_requested;
1773 suspend_requested = 0;
1774 return r;
1775}
1776
Liu, Jinsong4bc78a82013-09-25 16:38:29 +00001777static WakeupReason qemu_wakeup_requested(void)
Luiz Capitulino14058192012-08-08 17:29:17 -03001778{
Liu, Jinsong4bc78a82013-09-25 16:38:29 +00001779 return wakeup_reason;
Luiz Capitulino14058192012-08-08 17:29:17 -03001780}
1781
Blue Swirl4fdcac02012-10-28 11:04:47 +00001782static int qemu_powerdown_requested(void)
aurel32cf7a2fe2008-03-18 06:53:05 +00001783{
1784 int r = powerdown_requested;
1785 powerdown_requested = 0;
1786 return r;
1787}
1788
aliguorie5689022009-04-24 18:03:54 +00001789static int qemu_debug_requested(void)
1790{
1791 int r = debug_requested;
1792 debug_requested = 0;
1793 return r;
1794}
1795
Luiz Capitulino0461d5a2011-09-30 14:45:27 -03001796/* We use RUN_STATE_MAX but any invalid value will do */
Luiz Capitulino0d45b702011-09-30 14:27:11 -03001797static bool qemu_vmstop_requested(RunState *r)
aliguori6e29f5d2009-04-24 18:04:02 +00001798{
Luiz Capitulino0461d5a2011-09-30 14:45:27 -03001799 if (vmstop_requested < RUN_STATE_MAX) {
Luiz Capitulino0d45b702011-09-30 14:27:11 -03001800 *r = vmstop_requested;
Luiz Capitulino0461d5a2011-09-30 14:45:27 -03001801 vmstop_requested = RUN_STATE_MAX;
Luiz Capitulino0d45b702011-09-30 14:27:11 -03001802 return true;
1803 }
1804
1805 return false;
aliguori6e29f5d2009-04-24 18:04:02 +00001806}
1807
Jan Kiszkaa08d4362009-06-27 09:25:07 +02001808void qemu_register_reset(QEMUResetHandler *func, void *opaque)
bellardbb0c6722004-06-20 12:37:32 +00001809{
Anthony Liguori7267c092011-08-20 22:09:37 -05001810 QEMUResetEntry *re = g_malloc0(sizeof(QEMUResetEntry));
bellardbb0c6722004-06-20 12:37:32 +00001811
bellardbb0c6722004-06-20 12:37:32 +00001812 re->func = func;
1813 re->opaque = opaque;
Blue Swirl72cf2d42009-09-12 07:36:22 +00001814 QTAILQ_INSERT_TAIL(&reset_handlers, re, entry);
bellardbb0c6722004-06-20 12:37:32 +00001815}
1816
Jan Kiszkadda9b292009-07-02 00:19:02 +02001817void qemu_unregister_reset(QEMUResetHandler *func, void *opaque)
bellardbb0c6722004-06-20 12:37:32 +00001818{
1819 QEMUResetEntry *re;
1820
Blue Swirl72cf2d42009-09-12 07:36:22 +00001821 QTAILQ_FOREACH(re, &reset_handlers, entry) {
Jan Kiszkadda9b292009-07-02 00:19:02 +02001822 if (re->func == func && re->opaque == opaque) {
Blue Swirl72cf2d42009-09-12 07:36:22 +00001823 QTAILQ_REMOVE(&reset_handlers, re, entry);
Anthony Liguori7267c092011-08-20 22:09:37 -05001824 g_free(re);
Jan Kiszkadda9b292009-07-02 00:19:02 +02001825 return;
1826 }
1827 }
1828}
1829
David Gibsonbe522022012-08-07 16:41:51 +10001830void qemu_devices_reset(void)
Jan Kiszkadda9b292009-07-02 00:19:02 +02001831{
1832 QEMUResetEntry *re, *nre;
1833
1834 /* reset all devices */
Blue Swirl72cf2d42009-09-12 07:36:22 +00001835 QTAILQ_FOREACH_SAFE(re, &reset_handlers, entry, nre) {
bellardbb0c6722004-06-20 12:37:32 +00001836 re->func(re->opaque);
1837 }
David Gibsonbe522022012-08-07 16:41:51 +10001838}
1839
1840void qemu_system_reset(bool report)
1841{
1842 if (current_machine && current_machine->reset) {
1843 current_machine->reset();
1844 } else {
1845 qemu_devices_reset();
1846 }
Jan Kiszkae063eb12011-06-14 18:29:43 +02001847 if (report) {
1848 monitor_protocol_event(QEVENT_RESET, NULL);
1849 }
Jan Kiszkaea375f92010-03-01 19:10:30 +01001850 cpu_synchronize_all_post_reset();
bellardbb0c6722004-06-20 12:37:32 +00001851}
1852
1853void qemu_system_reset_request(void)
1854{
bellardd1beab82006-10-02 19:44:22 +00001855 if (no_reboot) {
1856 shutdown_requested = 1;
1857 } else {
1858 reset_requested = 1;
1859 }
Jan Kiszkab4a3d962011-02-01 22:15:43 +01001860 cpu_stop_current();
aliguorid9f75a42009-04-24 18:03:11 +00001861 qemu_notify_event();
bellardbb0c6722004-06-20 12:37:32 +00001862}
1863
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001864static void qemu_system_suspend(void)
1865{
1866 pause_all_vcpus();
1867 notifier_list_notify(&suspend_notifiers, NULL);
Luiz Capitulinoad02b962012-04-27 13:33:36 -03001868 runstate_set(RUN_STATE_SUSPENDED);
Gerd Hoffmann53370b72012-02-23 13:45:26 +01001869 monitor_protocol_event(QEVENT_SUSPEND, NULL);
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001870}
1871
1872void qemu_system_suspend_request(void)
1873{
Luiz Capitulino9abc62f2012-04-27 14:31:12 -03001874 if (runstate_check(RUN_STATE_SUSPENDED)) {
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001875 return;
1876 }
1877 suspend_requested = 1;
1878 cpu_stop_current();
1879 qemu_notify_event();
1880}
1881
1882void qemu_register_suspend_notifier(Notifier *notifier)
1883{
1884 notifier_list_add(&suspend_notifiers, notifier);
1885}
1886
1887void qemu_system_wakeup_request(WakeupReason reason)
1888{
Luiz Capitulino9abc62f2012-04-27 14:31:12 -03001889 if (!runstate_check(RUN_STATE_SUSPENDED)) {
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001890 return;
1891 }
1892 if (!(wakeup_reason_mask & (1 << reason))) {
1893 return;
1894 }
Luiz Capitulinoad02b962012-04-27 13:33:36 -03001895 runstate_set(RUN_STATE_RUNNING);
Liu, Jinsong4bc78a82013-09-25 16:38:29 +00001896 wakeup_reason = reason;
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001897 qemu_notify_event();
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001898}
1899
1900void qemu_system_wakeup_enable(WakeupReason reason, bool enabled)
1901{
1902 if (enabled) {
1903 wakeup_reason_mask |= (1 << reason);
1904 } else {
1905 wakeup_reason_mask &= ~(1 << reason);
1906 }
1907}
1908
1909void qemu_register_wakeup_notifier(Notifier *notifier)
1910{
1911 notifier_list_add(&wakeup_notifiers, notifier);
1912}
1913
Gleb Natapovf64622c2011-03-15 13:56:04 +02001914void qemu_system_killed(int signal, pid_t pid)
1915{
1916 shutdown_signal = signal;
1917 shutdown_pid = pid;
Kevin Wolfd9389b92011-09-14 15:38:40 +02001918 no_shutdown = 0;
Gleb Natapovf64622c2011-03-15 13:56:04 +02001919 qemu_system_shutdown_request();
1920}
1921
bellardbb0c6722004-06-20 12:37:32 +00001922void qemu_system_shutdown_request(void)
1923{
1924 shutdown_requested = 1;
aliguorid9f75a42009-04-24 18:03:11 +00001925 qemu_notify_event();
bellardbb0c6722004-06-20 12:37:32 +00001926}
1927
Igor Mammedov013c2f12012-09-05 23:06:25 +02001928static void qemu_system_powerdown(void)
1929{
1930 monitor_protocol_event(QEVENT_POWERDOWN, NULL);
1931 notifier_list_notify(&powerdown_notifiers, NULL);
1932}
1933
bellard34751872005-07-02 14:31:34 +00001934void qemu_system_powerdown_request(void)
1935{
1936 powerdown_requested = 1;
aliguorid9f75a42009-04-24 18:03:11 +00001937 qemu_notify_event();
1938}
1939
Igor Mammedova9552c82012-09-05 23:06:21 +02001940void qemu_register_powerdown_notifier(Notifier *notifier)
1941{
1942 notifier_list_add(&powerdown_notifiers, notifier);
1943}
1944
Jan Kiszka8cf71712011-02-07 12:19:16 +01001945void qemu_system_debug_request(void)
1946{
1947 debug_requested = 1;
Jan Kiszka83f338f2011-02-07 12:19:17 +01001948 qemu_notify_event();
Jan Kiszka8cf71712011-02-07 12:19:16 +01001949}
1950
Luiz Capitulino1dfb4dd2011-07-29 14:26:33 -03001951void qemu_system_vmstop_request(RunState state)
Jan Kiszka8cf71712011-02-07 12:19:16 +01001952{
Luiz Capitulino1dfb4dd2011-07-29 14:26:33 -03001953 vmstop_requested = state;
Jan Kiszka8cf71712011-02-07 12:19:16 +01001954 qemu_notify_event();
1955}
1956
Paolo Bonzini99435902011-09-12 14:03:13 +02001957static bool main_loop_should_exit(void)
1958{
1959 RunState r;
1960 if (qemu_debug_requested()) {
1961 vm_stop(RUN_STATE_DEBUG);
1962 }
Gerd Hoffmann95b363b2012-02-23 13:45:19 +01001963 if (qemu_suspend_requested()) {
1964 qemu_system_suspend();
1965 }
Paolo Bonzini99435902011-09-12 14:03:13 +02001966 if (qemu_shutdown_requested()) {
1967 qemu_kill_report();
1968 monitor_protocol_event(QEVENT_SHUTDOWN, NULL);
1969 if (no_shutdown) {
1970 vm_stop(RUN_STATE_SHUTDOWN);
1971 } else {
1972 return true;
1973 }
1974 }
1975 if (qemu_reset_requested()) {
1976 pause_all_vcpus();
1977 cpu_synchronize_all_states();
1978 qemu_system_reset(VMRESET_REPORT);
1979 resume_all_vcpus();
Hu Taoede085b2013-04-26 11:24:40 +08001980 if (runstate_needs_reset()) {
Paolo Bonzini99435902011-09-12 14:03:13 +02001981 runstate_set(RUN_STATE_PAUSED);
1982 }
1983 }
Luiz Capitulino14058192012-08-08 17:29:17 -03001984 if (qemu_wakeup_requested()) {
1985 pause_all_vcpus();
1986 cpu_synchronize_all_states();
1987 qemu_system_reset(VMRESET_SILENT);
Liu, Jinsong4bc78a82013-09-25 16:38:29 +00001988 notifier_list_notify(&wakeup_notifiers, &wakeup_reason);
1989 wakeup_reason = QEMU_WAKEUP_REASON_NONE;
Luiz Capitulino14058192012-08-08 17:29:17 -03001990 resume_all_vcpus();
Luiz Capitulino17c86602012-08-09 11:27:30 -03001991 monitor_protocol_event(QEVENT_WAKEUP, NULL);
Luiz Capitulino14058192012-08-08 17:29:17 -03001992 }
Paolo Bonzini99435902011-09-12 14:03:13 +02001993 if (qemu_powerdown_requested()) {
Igor Mammedov013c2f12012-09-05 23:06:25 +02001994 qemu_system_powerdown();
Paolo Bonzini99435902011-09-12 14:03:13 +02001995 }
1996 if (qemu_vmstop_requested(&r)) {
1997 vm_stop(r);
1998 }
1999 return false;
2000}
2001
aliguori43b96852009-04-24 18:03:33 +00002002static void main_loop(void)
2003{
Jan Kiszkac9f711a2011-08-22 17:46:02 +02002004 bool nonblocking;
Paolo Bonzini99435902011-09-12 14:03:13 +02002005 int last_io = 0;
Jan Kiszka8e1b90e2011-02-01 22:15:46 +01002006#ifdef CONFIG_PROFILER
2007 int64_t ti;
2008#endif
Paolo Bonzini99435902011-09-12 14:03:13 +02002009 do {
Stefano Stabellinia7d42072013-06-03 15:38:43 +00002010 nonblocking = !kvm_enabled() && !xen_enabled() && last_io > 0;
aliguori43b96852009-04-24 18:03:33 +00002011#ifdef CONFIG_PROFILER
Jan Kiszka46481d32011-02-01 22:15:47 +01002012 ti = profile_getclock();
aliguori43b96852009-04-24 18:03:33 +00002013#endif
Jan Kiszkac9f711a2011-08-22 17:46:02 +02002014 last_io = main_loop_wait(nonblocking);
aliguori43b96852009-04-24 18:03:33 +00002015#ifdef CONFIG_PROFILER
Jan Kiszka46481d32011-02-01 22:15:47 +01002016 dev_time += profile_getclock() - ti;
aliguori43b96852009-04-24 18:03:33 +00002017#endif
Paolo Bonzini99435902011-09-12 14:03:13 +02002018 } while (!main_loop_should_exit());
bellardb4608c02003-06-27 17:34:32 +00002019}
2020
pbrook9bd7e6d2009-04-07 22:58:45 +00002021static void version(void)
2022{
Thomas Monjalonf75ca1a2010-04-28 14:42:01 +02002023 printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
pbrook9bd7e6d2009-04-07 22:58:45 +00002024}
2025
ths15f82202007-06-29 23:26:08 +00002026static void help(int exitcode)
bellard0824d6f2003-06-24 13:42:40 +00002027{
Michael Ellermana3adb7a2011-12-19 17:19:31 +11002028 version();
2029 printf("usage: %s [options] [disk_image]\n\n"
2030 "'disk_image' is a raw hard disk image for IDE hard disk 0\n\n",
2031 error_get_progname());
2032
Michael Ellerman77bd1112011-12-19 17:19:30 +11002033#define QEMU_OPTIONS_GENERATE_HELP
2034#include "qemu-options-wrapper.h"
Michael Ellermana3adb7a2011-12-19 17:19:31 +11002035
2036 printf("\nDuring emulation, the following keys are useful:\n"
malc3f020d72010-02-08 12:04:56 +03002037 "ctrl-alt-f toggle full screen\n"
2038 "ctrl-alt-n switch to virtual console 'n'\n"
2039 "ctrl-alt toggle mouse and keyboard grab\n"
2040 "\n"
Michael Ellermana3adb7a2011-12-19 17:19:31 +11002041 "When using -nographic, press 'ctrl-a h' to get some help.\n");
2042
ths15f82202007-06-29 23:26:08 +00002043 exit(exitcode);
bellard0824d6f2003-06-24 13:42:40 +00002044}
2045
bellardcd6f1162004-05-13 22:02:20 +00002046#define HAS_ARG 0x0001
2047
bellardcd6f1162004-05-13 22:02:20 +00002048typedef struct QEMUOption {
2049 const char *name;
2050 int flags;
2051 int index;
Blue Swirlad960902010-03-29 19:23:52 +00002052 uint32_t arch_mask;
bellardcd6f1162004-05-13 22:02:20 +00002053} QEMUOption;
2054
blueswir1dbed7e42008-10-01 19:38:09 +00002055static const QEMUOption qemu_options[] = {
Blue Swirlad960902010-03-29 19:23:52 +00002056 { "h", 0, QEMU_OPTION_h, QEMU_ARCH_ALL },
Michael Ellerman77bd1112011-12-19 17:19:30 +11002057#define QEMU_OPTIONS_GENERATE_OPTIONS
2058#include "qemu-options-wrapper.h"
bellardcd6f1162004-05-13 22:02:20 +00002059 { NULL },
bellardfc01f7e2003-06-30 10:03:06 +00002060};
Blue Swirla369da52011-09-27 19:15:42 +00002061
2062static bool vga_available(void)
2063{
Aurelien Jarno36b7f272012-09-08 16:01:20 +02002064 return object_class_by_name("VGA") || object_class_by_name("isa-vga");
Blue Swirla369da52011-09-27 19:15:42 +00002065}
2066
2067static bool cirrus_vga_available(void)
2068{
Aurelien Jarno36b7f272012-09-08 16:01:20 +02002069 return object_class_by_name("cirrus-vga")
2070 || object_class_by_name("isa-cirrus-vga");
Blue Swirla369da52011-09-27 19:15:42 +00002071}
2072
2073static bool vmware_vga_available(void)
2074{
Aurelien Jarno36b7f272012-09-08 16:01:20 +02002075 return object_class_by_name("vmware-svga");
Blue Swirla369da52011-09-27 19:15:42 +00002076}
2077
Aurelien Jarno879049a2012-09-08 12:01:06 +02002078static bool qxl_vga_available(void)
2079{
2080 return object_class_by_name("qxl-vga");
2081}
2082
malc3893c122008-09-28 00:42:05 +00002083static void select_vgahw (const char *p)
2084{
2085 const char *opts;
2086
Zachary Amsden86176752009-07-30 00:15:02 -10002087 vga_interface_type = VGA_NONE;
malc3893c122008-09-28 00:42:05 +00002088 if (strstart(p, "std", &opts)) {
Blue Swirla369da52011-09-27 19:15:42 +00002089 if (vga_available()) {
2090 vga_interface_type = VGA_STD;
2091 } else {
2092 fprintf(stderr, "Error: standard VGA not available\n");
2093 exit(0);
2094 }
malc3893c122008-09-28 00:42:05 +00002095 } else if (strstart(p, "cirrus", &opts)) {
Blue Swirla369da52011-09-27 19:15:42 +00002096 if (cirrus_vga_available()) {
2097 vga_interface_type = VGA_CIRRUS;
2098 } else {
2099 fprintf(stderr, "Error: Cirrus VGA not available\n");
2100 exit(0);
2101 }
malc3893c122008-09-28 00:42:05 +00002102 } else if (strstart(p, "vmware", &opts)) {
Blue Swirla369da52011-09-27 19:15:42 +00002103 if (vmware_vga_available()) {
2104 vga_interface_type = VGA_VMWARE;
2105 } else {
2106 fprintf(stderr, "Error: VMWare SVGA not available\n");
2107 exit(0);
2108 }
aliguori94909d92009-04-22 15:19:53 +00002109 } else if (strstart(p, "xenfb", &opts)) {
Zachary Amsden86176752009-07-30 00:15:02 -10002110 vga_interface_type = VGA_XENFB;
Gerd Hoffmanna19cbfb2010-04-27 11:50:11 +02002111 } else if (strstart(p, "qxl", &opts)) {
Aurelien Jarno879049a2012-09-08 12:01:06 +02002112 if (qxl_vga_available()) {
2113 vga_interface_type = VGA_QXL;
2114 } else {
2115 fprintf(stderr, "Error: QXL VGA not available\n");
2116 exit(0);
2117 }
aliguori28b85ed2009-04-22 15:19:48 +00002118 } else if (!strstart(p, "none", &opts)) {
malc3893c122008-09-28 00:42:05 +00002119 invalid_vga:
2120 fprintf(stderr, "Unknown vga type: %s\n", p);
2121 exit(1);
2122 }
malccb5a7aa2008-09-28 00:42:12 +00002123 while (*opts) {
2124 const char *nextopt;
2125
2126 if (strstart(opts, ",retrace=", &nextopt)) {
2127 opts = nextopt;
2128 if (strstart(opts, "dumb", &nextopt))
2129 vga_retrace_method = VGA_RETRACE_DUMB;
2130 else if (strstart(opts, "precise", &nextopt))
2131 vga_retrace_method = VGA_RETRACE_PRECISE;
2132 else goto invalid_vga;
2133 } else goto invalid_vga;
2134 opts = nextopt;
2135 }
malc3893c122008-09-28 00:42:05 +00002136}
2137
Jes Sorensen1472a952011-03-16 13:33:31 +01002138static DisplayType select_display(const char *p)
2139{
2140 const char *opts;
2141 DisplayType display = DT_DEFAULT;
2142
2143 if (strstart(p, "sdl", &opts)) {
2144#ifdef CONFIG_SDL
2145 display = DT_SDL;
2146 while (*opts) {
2147 const char *nextopt;
2148
2149 if (strstart(opts, ",frame=", &nextopt)) {
2150 opts = nextopt;
2151 if (strstart(opts, "on", &nextopt)) {
2152 no_frame = 0;
2153 } else if (strstart(opts, "off", &nextopt)) {
2154 no_frame = 1;
2155 } else {
Peter Maydell05175532011-03-23 03:40:57 +00002156 goto invalid_sdl_args;
Jes Sorensen1472a952011-03-16 13:33:31 +01002157 }
2158 } else if (strstart(opts, ",alt_grab=", &nextopt)) {
2159 opts = nextopt;
2160 if (strstart(opts, "on", &nextopt)) {
2161 alt_grab = 1;
2162 } else if (strstart(opts, "off", &nextopt)) {
2163 alt_grab = 0;
2164 } else {
Peter Maydell05175532011-03-23 03:40:57 +00002165 goto invalid_sdl_args;
Jes Sorensen1472a952011-03-16 13:33:31 +01002166 }
2167 } else if (strstart(opts, ",ctrl_grab=", &nextopt)) {
2168 opts = nextopt;
2169 if (strstart(opts, "on", &nextopt)) {
2170 ctrl_grab = 1;
2171 } else if (strstart(opts, "off", &nextopt)) {
2172 ctrl_grab = 0;
2173 } else {
Peter Maydell05175532011-03-23 03:40:57 +00002174 goto invalid_sdl_args;
Jes Sorensen1472a952011-03-16 13:33:31 +01002175 }
2176 } else if (strstart(opts, ",window_close=", &nextopt)) {
2177 opts = nextopt;
2178 if (strstart(opts, "on", &nextopt)) {
2179 no_quit = 0;
2180 } else if (strstart(opts, "off", &nextopt)) {
2181 no_quit = 1;
2182 } else {
Peter Maydell05175532011-03-23 03:40:57 +00002183 goto invalid_sdl_args;
Jes Sorensen1472a952011-03-16 13:33:31 +01002184 }
2185 } else {
Peter Maydell05175532011-03-23 03:40:57 +00002186 invalid_sdl_args:
2187 fprintf(stderr, "Invalid SDL option string: %s\n", p);
2188 exit(1);
Jes Sorensen1472a952011-03-16 13:33:31 +01002189 }
2190 opts = nextopt;
2191 }
2192#else
2193 fprintf(stderr, "SDL support is disabled\n");
2194 exit(1);
2195#endif
Jes Sorensen3264ff12011-03-16 13:33:33 +01002196 } else if (strstart(p, "vnc", &opts)) {
Jes Sorensen821601e2011-03-16 13:33:36 +01002197#ifdef CONFIG_VNC
Jes Sorensen3264ff12011-03-16 13:33:33 +01002198 display_remote++;
2199
2200 if (*opts) {
2201 const char *nextopt;
2202
2203 if (strstart(opts, "=", &nextopt)) {
2204 vnc_display = nextopt;
2205 }
2206 }
2207 if (!vnc_display) {
2208 fprintf(stderr, "VNC requires a display argument vnc=<display>\n");
2209 exit(1);
2210 }
Jes Sorensen821601e2011-03-16 13:33:36 +01002211#else
2212 fprintf(stderr, "VNC support is disabled\n");
2213 exit(1);
2214#endif
Jes Sorensen1472a952011-03-16 13:33:31 +01002215 } else if (strstart(p, "curses", &opts)) {
2216#ifdef CONFIG_CURSES
2217 display = DT_CURSES;
2218#else
2219 fprintf(stderr, "Curses support is disabled\n");
2220 exit(1);
2221#endif
Anthony Liguori15546422013-02-20 07:43:25 -06002222 } else if (strstart(p, "gtk", &opts)) {
2223#ifdef CONFIG_GTK
2224 display = DT_GTK;
2225#else
2226 fprintf(stderr, "GTK support is disabled\n");
2227 exit(1);
2228#endif
Jes Sorensen4171d322011-03-16 13:33:32 +01002229 } else if (strstart(p, "none", &opts)) {
2230 display = DT_NONE;
Jes Sorensen1472a952011-03-16 13:33:31 +01002231 } else {
Jes Sorensen1472a952011-03-16 13:33:31 +01002232 fprintf(stderr, "Unknown display type: %s\n", p);
2233 exit(1);
2234 }
2235
2236 return display;
2237}
2238
Markus Armbruster7d4c3d52009-06-26 19:15:14 +02002239static int balloon_parse(const char *arg)
2240{
Gerd Hoffmann382f0742009-08-14 10:34:22 +02002241 QemuOpts *opts;
Markus Armbruster7d4c3d52009-06-26 19:15:14 +02002242
Gerd Hoffmann382f0742009-08-14 10:34:22 +02002243 if (strcmp(arg, "none") == 0) {
2244 return 0;
Markus Armbruster7d4c3d52009-06-26 19:15:14 +02002245 }
Gerd Hoffmann382f0742009-08-14 10:34:22 +02002246
2247 if (!strncmp(arg, "virtio", 6)) {
2248 if (arg[6] == ',') {
2249 /* have params -> parse them */
Gerd Hoffmann3329f072010-08-20 13:52:01 +02002250 opts = qemu_opts_parse(qemu_find_opts("device"), arg+7, 0);
Gerd Hoffmann382f0742009-08-14 10:34:22 +02002251 if (!opts)
2252 return -1;
2253 } else {
2254 /* create empty opts */
Dong Xu Wange478b442012-12-06 14:47:22 +08002255 opts = qemu_opts_create_nofail(qemu_find_opts("device"));
Gerd Hoffmann382f0742009-08-14 10:34:22 +02002256 }
Alexander Graf29f82b32011-03-29 15:29:29 +02002257 qemu_opt_set(opts, "driver", "virtio-balloon");
Gerd Hoffmann382f0742009-08-14 10:34:22 +02002258 return 0;
2259 }
2260
2261 return -1;
Markus Armbruster7d4c3d52009-06-26 19:15:14 +02002262}
Markus Armbruster7d4c3d52009-06-26 19:15:14 +02002263
Paul Brook5cea8592009-05-30 00:52:44 +01002264char *qemu_find_file(int type, const char *name)
2265{
Gerd Hoffmann45240512013-03-08 11:42:24 +01002266 int i;
Paul Brook5cea8592009-05-30 00:52:44 +01002267 const char *subdir;
2268 char *buf;
2269
Peter Maydell31783202012-05-25 13:07:01 +01002270 /* Try the name as a straight path first */
2271 if (access(name, R_OK) == 0) {
Gerd Hoffmann45240512013-03-08 11:42:24 +01002272 trace_load_file(name, name);
Anthony Liguori7267c092011-08-20 22:09:37 -05002273 return g_strdup(name);
Paul Brook5cea8592009-05-30 00:52:44 +01002274 }
Gerd Hoffmann45240512013-03-08 11:42:24 +01002275
Paul Brook5cea8592009-05-30 00:52:44 +01002276 switch (type) {
2277 case QEMU_FILE_TYPE_BIOS:
2278 subdir = "";
2279 break;
2280 case QEMU_FILE_TYPE_KEYMAP:
2281 subdir = "keymaps/";
2282 break;
2283 default:
2284 abort();
2285 }
Gerd Hoffmann45240512013-03-08 11:42:24 +01002286
2287 for (i = 0; i < data_dir_idx; i++) {
2288 buf = g_strdup_printf("%s/%s%s", data_dir[i], subdir, name);
2289 if (access(buf, R_OK) == 0) {
2290 trace_load_file(name, buf);
2291 return buf;
2292 }
Anthony Liguori7267c092011-08-20 22:09:37 -05002293 g_free(buf);
Paul Brook5cea8592009-05-30 00:52:44 +01002294 }
Gerd Hoffmann45240512013-03-08 11:42:24 +01002295 return NULL;
Paul Brook5cea8592009-05-30 00:52:44 +01002296}
2297
Markus Armbrusterff952ba2010-01-29 19:48:57 +01002298static int device_help_func(QemuOpts *opts, void *opaque)
2299{
2300 return qdev_device_help(opts);
2301}
2302
Gerd Hoffmannf31d07d2009-07-31 12:25:37 +02002303static int device_init_func(QemuOpts *opts, void *opaque)
2304{
2305 DeviceState *dev;
2306
2307 dev = qdev_device_add(opts);
2308 if (!dev)
2309 return -1;
Paolo Bonzinib09995a2013-01-25 14:12:37 +01002310 object_unref(OBJECT(dev));
Gerd Hoffmannf31d07d2009-07-31 12:25:37 +02002311 return 0;
2312}
2313
Gerd Hoffmann1a688d32009-12-08 13:11:36 +01002314static int chardev_init_func(QemuOpts *opts, void *opaque)
2315{
Gerd Hoffmannbd2d80b2012-10-15 09:28:05 +02002316 Error *local_err = NULL;
Gerd Hoffmann1a688d32009-12-08 13:11:36 +01002317
Gerd Hoffmannbd2d80b2012-10-15 09:28:05 +02002318 qemu_chr_new_from_opts(opts, NULL, &local_err);
2319 if (error_is_set(&local_err)) {
Seiji Aguchi4a44d852013-08-05 15:40:44 -04002320 error_report("%s", error_get_pretty(local_err));
Gerd Hoffmannbd2d80b2012-10-15 09:28:05 +02002321 error_free(local_err);
Gerd Hoffmann1a688d32009-12-08 13:11:36 +01002322 return -1;
Gerd Hoffmannbd2d80b2012-10-15 09:28:05 +02002323 }
Gerd Hoffmann1a688d32009-12-08 13:11:36 +01002324 return 0;
2325}
2326
Venkateswararao Jujjuri (JV)758e8e32010-06-14 13:34:41 -07002327#ifdef CONFIG_VIRTFS
Gautham R Shenoy74db9202010-04-29 17:44:43 +05302328static int fsdev_init_func(QemuOpts *opts, void *opaque)
2329{
2330 int ret;
2331 ret = qemu_fsdev_add(opts);
2332
2333 return ret;
2334}
2335#endif
2336
Gerd Hoffmann88589342009-12-08 13:11:50 +01002337static int mon_init_func(QemuOpts *opts, void *opaque)
2338{
2339 CharDriverState *chr;
2340 const char *chardev;
2341 const char *mode;
2342 int flags;
2343
2344 mode = qemu_opt_get(opts, "mode");
2345 if (mode == NULL) {
2346 mode = "readline";
2347 }
2348 if (strcmp(mode, "readline") == 0) {
2349 flags = MONITOR_USE_READLINE;
2350 } else if (strcmp(mode, "control") == 0) {
2351 flags = MONITOR_USE_CONTROL;
2352 } else {
2353 fprintf(stderr, "unknown monitor mode \"%s\"\n", mode);
2354 exit(1);
2355 }
2356
Daniel P. Berrange39eaab92010-06-07 15:42:31 +01002357 if (qemu_opt_get_bool(opts, "pretty", 0))
2358 flags |= MONITOR_USE_PRETTY;
2359
Gerd Hoffmann88589342009-12-08 13:11:50 +01002360 if (qemu_opt_get_bool(opts, "default", 0))
2361 flags |= MONITOR_IS_DEFAULT;
2362
2363 chardev = qemu_opt_get(opts, "chardev");
2364 chr = qemu_chr_find(chardev);
2365 if (chr == NULL) {
2366 fprintf(stderr, "chardev \"%s\" not found\n", chardev);
2367 exit(1);
2368 }
2369
Hans de Goede456d6062013-03-27 20:29:40 +01002370 qemu_chr_fe_claim_no_fail(chr);
Gerd Hoffmann88589342009-12-08 13:11:50 +01002371 monitor_init(chr, flags);
2372 return 0;
2373}
2374
Gerd Hoffmann6ca55822009-12-08 13:11:52 +01002375static void monitor_parse(const char *optarg, const char *mode)
Gerd Hoffmann88589342009-12-08 13:11:50 +01002376{
2377 static int monitor_device_index = 0;
2378 QemuOpts *opts;
2379 const char *p;
2380 char label[32];
2381 int def = 0;
2382
2383 if (strstart(optarg, "chardev:", &p)) {
2384 snprintf(label, sizeof(label), "%s", p);
2385 } else {
Jan Kiszka140e0652010-04-06 16:55:52 +02002386 snprintf(label, sizeof(label), "compat_monitor%d",
2387 monitor_device_index);
2388 if (monitor_device_index == 0) {
Gerd Hoffmann88589342009-12-08 13:11:50 +01002389 def = 1;
2390 }
2391 opts = qemu_chr_parse_compat(label, optarg);
2392 if (!opts) {
2393 fprintf(stderr, "parse error: %s\n", optarg);
2394 exit(1);
2395 }
2396 }
2397
Luiz Capitulino8be7e7e2012-03-20 15:51:57 -03002398 opts = qemu_opts_create(qemu_find_opts("mon"), label, 1, NULL);
Gerd Hoffmann88589342009-12-08 13:11:50 +01002399 if (!opts) {
2400 fprintf(stderr, "duplicate chardev: %s\n", label);
2401 exit(1);
2402 }
Gerd Hoffmann6ca55822009-12-08 13:11:52 +01002403 qemu_opt_set(opts, "mode", mode);
Gerd Hoffmann88589342009-12-08 13:11:50 +01002404 qemu_opt_set(opts, "chardev", label);
2405 if (def)
2406 qemu_opt_set(opts, "default", "on");
2407 monitor_device_index++;
2408}
2409
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002410struct device_config {
2411 enum {
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002412 DEV_USB, /* -usbdevice */
2413 DEV_BT, /* -bt */
2414 DEV_SERIAL, /* -serial */
2415 DEV_PARALLEL, /* -parallel */
2416 DEV_VIRTCON, /* -virtioconsole */
H. Peter Anvinc9f398e2009-12-29 13:51:36 -08002417 DEV_DEBUGCON, /* -debugcon */
Markus Armbrusteref0c4a02012-02-07 15:09:13 +01002418 DEV_GDB, /* -gdb, -s */
Alexander Graf3ef669e2013-01-24 12:18:52 +01002419 DEV_SCLP, /* s390 sclp */
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002420 } type;
2421 const char *cmdline;
Markus Armbrusterd9a59542012-02-07 15:09:12 +01002422 Location loc;
Blue Swirl72cf2d42009-09-12 07:36:22 +00002423 QTAILQ_ENTRY(device_config) next;
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002424};
Blue Swirl4fdcac02012-10-28 11:04:47 +00002425
2426static QTAILQ_HEAD(, device_config) device_configs =
2427 QTAILQ_HEAD_INITIALIZER(device_configs);
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002428
2429static void add_device_config(int type, const char *cmdline)
2430{
2431 struct device_config *conf;
2432
Anthony Liguori7267c092011-08-20 22:09:37 -05002433 conf = g_malloc0(sizeof(*conf));
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002434 conf->type = type;
2435 conf->cmdline = cmdline;
Markus Armbrusterd9a59542012-02-07 15:09:12 +01002436 loc_save(&conf->loc);
Blue Swirl72cf2d42009-09-12 07:36:22 +00002437 QTAILQ_INSERT_TAIL(&device_configs, conf, next);
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002438}
2439
2440static int foreach_device_config(int type, int (*func)(const char *cmdline))
2441{
2442 struct device_config *conf;
2443 int rc;
2444
Blue Swirl72cf2d42009-09-12 07:36:22 +00002445 QTAILQ_FOREACH(conf, &device_configs, next) {
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002446 if (conf->type != type)
2447 continue;
Markus Armbrusterd9a59542012-02-07 15:09:12 +01002448 loc_push_restore(&conf->loc);
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002449 rc = func(conf->cmdline);
Markus Armbrusterd9a59542012-02-07 15:09:12 +01002450 loc_pop(&conf->loc);
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02002451 if (0 != rc)
2452 return rc;
2453 }
2454 return 0;
2455}
2456
Gerd Hoffmann998bbd72009-12-08 13:11:41 +01002457static int serial_parse(const char *devname)
2458{
2459 static int index = 0;
2460 char label[32];
2461
2462 if (strcmp(devname, "none") == 0)
2463 return 0;
2464 if (index == MAX_SERIAL_PORTS) {
2465 fprintf(stderr, "qemu: too many serial ports\n");
2466 exit(1);
2467 }
2468 snprintf(label, sizeof(label), "serial%d", index);
Anthony Liguori27143a42011-08-15 11:17:36 -05002469 serial_hds[index] = qemu_chr_new(label, devname, NULL);
Gerd Hoffmann998bbd72009-12-08 13:11:41 +01002470 if (!serial_hds[index]) {
Peter Maydell52d06132012-07-09 04:28:30 +00002471 fprintf(stderr, "qemu: could not connect serial device"
2472 " to character backend '%s'\n", devname);
Gerd Hoffmann998bbd72009-12-08 13:11:41 +01002473 return -1;
2474 }
2475 index++;
2476 return 0;
2477}
2478
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +01002479static int parallel_parse(const char *devname)
2480{
2481 static int index = 0;
2482 char label[32];
2483
2484 if (strcmp(devname, "none") == 0)
2485 return 0;
2486 if (index == MAX_PARALLEL_PORTS) {
2487 fprintf(stderr, "qemu: too many parallel ports\n");
2488 exit(1);
2489 }
2490 snprintf(label, sizeof(label), "parallel%d", index);
Anthony Liguori27143a42011-08-15 11:17:36 -05002491 parallel_hds[index] = qemu_chr_new(label, devname, NULL);
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +01002492 if (!parallel_hds[index]) {
Peter Maydell52d06132012-07-09 04:28:30 +00002493 fprintf(stderr, "qemu: could not connect parallel device"
2494 " to character backend '%s'\n", devname);
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +01002495 return -1;
2496 }
2497 index++;
2498 return 0;
2499}
2500
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002501static int virtcon_parse(const char *devname)
2502{
Gerd Hoffmann3329f072010-08-20 13:52:01 +02002503 QemuOptsList *device = qemu_find_opts("device");
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002504 static int index = 0;
2505 char label[32];
Amit Shah392ecf52010-01-21 16:19:23 +05302506 QemuOpts *bus_opts, *dev_opts;
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002507
2508 if (strcmp(devname, "none") == 0)
2509 return 0;
2510 if (index == MAX_VIRTIO_CONSOLES) {
2511 fprintf(stderr, "qemu: too many virtio consoles\n");
2512 exit(1);
2513 }
Amit Shah392ecf52010-01-21 16:19:23 +05302514
Dong Xu Wange478b442012-12-06 14:47:22 +08002515 bus_opts = qemu_opts_create_nofail(device);
Anthony Liguorie87f7fc2012-02-06 11:07:18 -06002516 if (arch_type == QEMU_ARCH_S390X) {
2517 qemu_opt_set(bus_opts, "driver", "virtio-serial-s390");
2518 } else {
2519 qemu_opt_set(bus_opts, "driver", "virtio-serial-pci");
Laszlo Ersek4d8b3c62013-03-21 00:23:13 +01002520 }
Amit Shah392ecf52010-01-21 16:19:23 +05302521
Dong Xu Wange478b442012-12-06 14:47:22 +08002522 dev_opts = qemu_opts_create_nofail(device);
Amit Shah392ecf52010-01-21 16:19:23 +05302523 qemu_opt_set(dev_opts, "driver", "virtconsole");
2524
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002525 snprintf(label, sizeof(label), "virtcon%d", index);
Anthony Liguori27143a42011-08-15 11:17:36 -05002526 virtcon_hds[index] = qemu_chr_new(label, devname, NULL);
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002527 if (!virtcon_hds[index]) {
Peter Maydell52d06132012-07-09 04:28:30 +00002528 fprintf(stderr, "qemu: could not connect virtio console"
2529 " to character backend '%s'\n", devname);
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002530 return -1;
2531 }
Amit Shah392ecf52010-01-21 16:19:23 +05302532 qemu_opt_set(dev_opts, "chardev", label);
2533
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01002534 index++;
2535 return 0;
2536}
2537
Alexander Graf3ef669e2013-01-24 12:18:52 +01002538static int sclp_parse(const char *devname)
2539{
2540 QemuOptsList *device = qemu_find_opts("device");
2541 static int index = 0;
2542 char label[32];
2543 QemuOpts *dev_opts;
2544
2545 if (strcmp(devname, "none") == 0) {
2546 return 0;
2547 }
2548 if (index == MAX_SCLP_CONSOLES) {
2549 fprintf(stderr, "qemu: too many sclp consoles\n");
2550 exit(1);
2551 }
2552
2553 assert(arch_type == QEMU_ARCH_S390X);
2554
2555 dev_opts = qemu_opts_create(device, NULL, 0, NULL);
2556 qemu_opt_set(dev_opts, "driver", "sclpconsole");
2557
2558 snprintf(label, sizeof(label), "sclpcon%d", index);
2559 sclp_hds[index] = qemu_chr_new(label, devname, NULL);
2560 if (!sclp_hds[index]) {
2561 fprintf(stderr, "qemu: could not connect sclp console"
2562 " to character backend '%s'\n", devname);
2563 return -1;
2564 }
2565 qemu_opt_set(dev_opts, "chardev", label);
2566
2567 index++;
2568 return 0;
2569}
2570
H. Peter Anvinc9f398e2009-12-29 13:51:36 -08002571static int debugcon_parse(const char *devname)
Laszlo Ersek4d8b3c62013-03-21 00:23:13 +01002572{
H. Peter Anvinc9f398e2009-12-29 13:51:36 -08002573 QemuOpts *opts;
2574
Anthony Liguori27143a42011-08-15 11:17:36 -05002575 if (!qemu_chr_new("debugcon", devname, NULL)) {
H. Peter Anvinc9f398e2009-12-29 13:51:36 -08002576 exit(1);
2577 }
Luiz Capitulino8be7e7e2012-03-20 15:51:57 -03002578 opts = qemu_opts_create(qemu_find_opts("device"), "debugcon", 1, NULL);
H. Peter Anvinc9f398e2009-12-29 13:51:36 -08002579 if (!opts) {
2580 fprintf(stderr, "qemu: already have a debugcon device\n");
2581 exit(1);
2582 }
2583 qemu_opt_set(opts, "driver", "isa-debugcon");
2584 qemu_opt_set(opts, "chardev", "debugcon");
2585 return 0;
2586}
2587
Jan Kiszka9052ea62011-07-23 12:38:37 +02002588static QEMUMachine *machine_parse(const char *name)
2589{
2590 QEMUMachine *m, *machine = NULL;
2591
2592 if (name) {
2593 machine = find_machine(name);
2594 }
2595 if (machine) {
2596 return machine;
2597 }
2598 printf("Supported machines are:\n");
2599 for (m = first_machine; m != NULL; m = m->next) {
2600 if (m->alias) {
Peter Maydell3b264862012-02-22 22:13:11 +00002601 printf("%-20s %s (alias of %s)\n", m->alias, m->desc, m->name);
Jan Kiszka9052ea62011-07-23 12:38:37 +02002602 }
Peter Maydell3b264862012-02-22 22:13:11 +00002603 printf("%-20s %s%s\n", m->name, m->desc,
Jan Kiszka9052ea62011-07-23 12:38:37 +02002604 m->is_default ? " (default)" : "");
2605 }
Peter Maydellc8057f92012-08-02 13:45:54 +01002606 exit(!name || !is_help_option(name));
Jan Kiszka9052ea62011-07-23 12:38:37 +02002607}
2608
Anthony PERARD303d4e82010-09-21 20:05:31 +01002609static int tcg_init(void)
2610{
Jan Kiszkad5ab9712011-08-02 16:10:21 +02002611 tcg_exec_init(tcg_tb_size * 1024 * 1024);
Anthony PERARD303d4e82010-09-21 20:05:31 +01002612 return 0;
2613}
2614
2615static struct {
2616 const char *opt_name;
2617 const char *name;
2618 int (*available)(void);
2619 int (*init)(void);
liguangd5286af2013-01-24 13:03:27 +08002620 bool *allowed;
Anthony PERARD303d4e82010-09-21 20:05:31 +01002621} accel_list[] = {
2622 { "tcg", "tcg", tcg_available, tcg_init, &tcg_allowed },
Anthony PERARD3285cf42010-08-19 12:27:56 +01002623 { "xen", "Xen", xen_available, xen_init, &xen_allowed },
Anthony PERARD303d4e82010-09-21 20:05:31 +01002624 { "kvm", "KVM", kvm_available, kvm_init, &kvm_allowed },
Anthony Liguoric7f0f3b2012-03-28 15:42:02 +02002625 { "qtest", "QTest", qtest_available, qtest_init, &qtest_allowed },
Anthony PERARD303d4e82010-09-21 20:05:31 +01002626};
2627
2628static int configure_accelerator(void)
2629{
Markus Armbruster36ad0e92013-07-04 15:09:20 +02002630 const char *p;
Anthony PERARD303d4e82010-09-21 20:05:31 +01002631 char buf[10];
2632 int i, ret;
liguang217e21b2013-01-24 13:03:26 +08002633 bool accel_initialised = false;
2634 bool init_failed = false;
Anthony PERARD303d4e82010-09-21 20:05:31 +01002635
Markus Armbruster36ad0e92013-07-04 15:09:20 +02002636 p = qemu_opt_get(qemu_get_machine_opts(), "accel");
Anthony PERARD303d4e82010-09-21 20:05:31 +01002637 if (p == NULL) {
2638 /* Use the default "accelerator", tcg */
2639 p = "tcg";
2640 }
2641
Peter Maydell1b785a92012-02-07 20:57:27 +00002642 while (!accel_initialised && *p != '\0') {
Anthony PERARD303d4e82010-09-21 20:05:31 +01002643 if (*p == ':') {
2644 p++;
2645 }
2646 p = get_opt_name(buf, sizeof (buf), p, ':');
2647 for (i = 0; i < ARRAY_SIZE(accel_list); i++) {
2648 if (strcmp(accel_list[i].opt_name, buf) == 0) {
liguange3c66d92013-01-24 13:03:25 +08002649 if (!accel_list[i].available()) {
2650 printf("%s not supported for this target\n",
2651 accel_list[i].name);
2652 continue;
2653 }
liguangd5286af2013-01-24 13:03:27 +08002654 *(accel_list[i].allowed) = true;
Anthony PERARD303d4e82010-09-21 20:05:31 +01002655 ret = accel_list[i].init();
2656 if (ret < 0) {
liguang217e21b2013-01-24 13:03:26 +08002657 init_failed = true;
liguange3c66d92013-01-24 13:03:25 +08002658 fprintf(stderr, "failed to initialize %s: %s\n",
2659 accel_list[i].name,
2660 strerror(-ret));
liguangd5286af2013-01-24 13:03:27 +08002661 *(accel_list[i].allowed) = false;
Anthony PERARD303d4e82010-09-21 20:05:31 +01002662 } else {
liguang217e21b2013-01-24 13:03:26 +08002663 accel_initialised = true;
Anthony PERARD303d4e82010-09-21 20:05:31 +01002664 }
2665 break;
2666 }
2667 }
2668 if (i == ARRAY_SIZE(accel_list)) {
2669 fprintf(stderr, "\"%s\" accelerator does not exist.\n", buf);
2670 }
2671 }
2672
Peter Maydell1b785a92012-02-07 20:57:27 +00002673 if (!accel_initialised) {
liguang217e21b2013-01-24 13:03:26 +08002674 if (!init_failed) {
2675 fprintf(stderr, "No accelerator found!\n");
2676 }
Anthony PERARD303d4e82010-09-21 20:05:31 +01002677 exit(1);
2678 }
2679
2680 if (init_failed) {
2681 fprintf(stderr, "Back to %s accelerator.\n", accel_list[i].name);
2682 }
2683
Peter Maydell1b785a92012-02-07 20:57:27 +00002684 return !accel_initialised;
Anthony PERARD303d4e82010-09-21 20:05:31 +01002685}
2686
Gerd Hoffmannfd42dee2010-06-04 14:08:07 +02002687void qemu_add_exit_notifier(Notifier *notify)
2688{
2689 notifier_list_add(&exit_notifiers, notify);
2690}
2691
2692void qemu_remove_exit_notifier(Notifier *notify)
2693{
Paolo Bonzini31552522012-01-13 17:34:01 +01002694 notifier_remove(notify);
Gerd Hoffmannfd42dee2010-06-04 14:08:07 +02002695}
2696
2697static void qemu_run_exit_notifiers(void)
2698{
Jan Kiszka9e8dd452011-06-20 14:06:26 +02002699 notifier_list_notify(&exit_notifiers, NULL);
Gerd Hoffmannfd42dee2010-06-04 14:08:07 +02002700}
2701
Gleb Natapov4cab9462010-12-08 13:35:08 +02002702void qemu_add_machine_init_done_notifier(Notifier *notify)
2703{
2704 notifier_list_add(&machine_init_done_notifiers, notify);
2705}
2706
2707static void qemu_run_machine_init_done_notifiers(void)
2708{
Jan Kiszka9e8dd452011-06-20 14:06:26 +02002709 notifier_list_notify(&machine_init_done_notifiers, NULL);
Gleb Natapov4cab9462010-12-08 13:35:08 +02002710}
2711
Anthony Liguori6530a972010-01-22 09:18:06 -06002712static const QEMUOption *lookup_opt(int argc, char **argv,
2713 const char **poptarg, int *poptind)
2714{
2715 const QEMUOption *popt;
2716 int optind = *poptind;
2717 char *r = argv[optind];
2718 const char *optarg;
2719
Markus Armbruster0f0bc3f2010-02-18 20:13:51 +01002720 loc_set_cmdline(argv, optind, 1);
Anthony Liguori6530a972010-01-22 09:18:06 -06002721 optind++;
2722 /* Treat --foo the same as -foo. */
2723 if (r[1] == '-')
2724 r++;
2725 popt = qemu_options;
2726 for(;;) {
2727 if (!popt->name) {
Markus Armbruster0f0bc3f2010-02-18 20:13:51 +01002728 error_report("invalid option");
Anthony Liguori6530a972010-01-22 09:18:06 -06002729 exit(1);
2730 }
2731 if (!strcmp(popt->name, r + 1))
2732 break;
2733 popt++;
2734 }
2735 if (popt->flags & HAS_ARG) {
2736 if (optind >= argc) {
Markus Armbruster0f0bc3f2010-02-18 20:13:51 +01002737 error_report("requires an argument");
Anthony Liguori6530a972010-01-22 09:18:06 -06002738 exit(1);
2739 }
2740 optarg = argv[optind++];
Markus Armbruster0f0bc3f2010-02-18 20:13:51 +01002741 loc_set_cmdline(argv, optind - 2, 2);
Anthony Liguori6530a972010-01-22 09:18:06 -06002742 } else {
2743 optarg = NULL;
2744 }
2745
2746 *poptarg = optarg;
2747 *poptind = optind;
2748
2749 return popt;
2750}
2751
Anthony Liguori07501122011-08-20 22:38:31 -05002752static gpointer malloc_and_trace(gsize n_bytes)
2753{
2754 void *ptr = malloc(n_bytes);
Frediano Ziglioa74cd8c2011-08-31 09:25:35 +02002755 trace_g_malloc(n_bytes, ptr);
Anthony Liguori07501122011-08-20 22:38:31 -05002756 return ptr;
2757}
2758
2759static gpointer realloc_and_trace(gpointer mem, gsize n_bytes)
2760{
2761 void *ptr = realloc(mem, n_bytes);
Frediano Ziglioa74cd8c2011-08-31 09:25:35 +02002762 trace_g_realloc(mem, n_bytes, ptr);
Anthony Liguori07501122011-08-20 22:38:31 -05002763 return ptr;
2764}
2765
2766static void free_and_trace(gpointer mem)
2767{
Frediano Ziglioa74cd8c2011-08-31 09:25:35 +02002768 trace_g_free(mem);
Anthony Liguori07501122011-08-20 22:38:31 -05002769 free(mem);
2770}
2771
Anthony Liguori68d98d32012-06-25 14:36:33 -05002772static int object_set_property(const char *name, const char *value, void *opaque)
2773{
2774 Object *obj = OBJECT(opaque);
2775 StringInputVisitor *siv;
2776 Error *local_err = NULL;
2777
2778 if (strcmp(name, "qom-type") == 0 || strcmp(name, "id") == 0) {
2779 return 0;
2780 }
2781
2782 siv = string_input_visitor_new(value);
2783 object_property_set(obj, string_input_get_visitor(siv), name, &local_err);
2784 string_input_visitor_cleanup(siv);
2785
2786 if (local_err) {
2787 qerror_report_err(local_err);
2788 error_free(local_err);
2789 return -1;
2790 }
2791
2792 return 0;
2793}
2794
2795static int object_create(QemuOpts *opts, void *opaque)
2796{
2797 const char *type = qemu_opt_get(opts, "qom-type");
2798 const char *id = qemu_opts_id(opts);
2799 Object *obj;
2800
2801 g_assert(type != NULL);
2802
2803 if (id == NULL) {
2804 qerror_report(QERR_MISSING_PARAMETER, "id");
2805 return -1;
2806 }
2807
2808 obj = object_new(type);
2809 if (qemu_opt_foreach(opts, object_set_property, obj, 1) < 0) {
2810 return -1;
2811 }
2812
2813 object_property_add_child(container_get(object_get_root(), "/objects"),
2814 id, obj, NULL);
2815
2816 return 0;
2817}
2818
malc902b3d52008-12-10 19:18:40 +00002819int main(int argc, char **argv, char **envp)
bellard0824d6f2003-06-24 13:42:40 +00002820{
thse4bcb142007-12-02 04:51:10 +00002821 int i;
Eduardo Habkostda1fcfd2010-04-06 19:22:07 -03002822 int snapshot, linux_boot;
Paolo Bonzini4e3de9e2010-03-10 11:38:48 +01002823 const char *icount_option = NULL;
bellard7f7f9872003-10-30 01:11:23 +00002824 const char *initrd_filename;
bellarda20dd502003-09-30 21:07:02 +00002825 const char *kernel_filename, *kernel_cmdline;
Markus Armbrustere3fdc532013-10-01 13:47:22 +02002826 const char *boot_order;
aliguori3023f332009-01-16 19:04:14 +00002827 DisplayState *ds;
malc9f227bc2012-08-27 18:33:22 +04002828 int cyls, heads, secs, translation;
2829 QemuOpts *hda_opts = NULL, *opts, *machine_opts;
Gerd Hoffmann03b0ba72010-08-20 13:52:02 +02002830 QemuOptsList *olist;
bellardcd6f1162004-05-13 22:02:20 +00002831 int optind;
Anthony Liguori6530a972010-01-22 09:18:06 -06002832 const char *optarg;
bellardd63d3072004-10-03 13:29:03 +00002833 const char *loadvm = NULL;
bellardcc1daa42005-06-05 14:49:17 +00002834 QEMUMachine *machine;
j_mayer94fc95c2007-03-05 19:44:02 +00002835 const char *cpu_model;
Paolo Bonzini7f1b17f2012-05-10 09:39:17 +02002836 const char *vga_model = "none";
ths93815bc2007-03-19 15:58:31 +00002837 const char *pid_file = NULL;
aliguori5bb79102008-10-13 03:12:02 +00002838 const char *incoming = NULL;
Jes Sorensen821601e2011-03-16 13:33:36 +01002839#ifdef CONFIG_VNC
Anthony Liguori993fbfd2009-05-21 16:54:00 -05002840 int show_vnc_port = 0;
Jes Sorensen821601e2011-03-16 13:33:36 +01002841#endif
Eduardo Habkost3ed2d9e2012-05-02 13:07:28 -03002842 bool defconfig = true;
Eduardo Habkostf29a5612012-05-02 13:07:29 -03002843 bool userconfig = true;
Matthew Fernandezc235d732011-06-07 16:32:40 +00002844 const char *log_mask = NULL;
2845 const char *log_file = NULL;
Anthony Liguori07501122011-08-20 22:38:31 -05002846 GMemVTable mem_trace = {
2847 .malloc = malloc_and_trace,
2848 .realloc = realloc_and_trace,
2849 .free = free_and_trace,
2850 };
Lluís23d15e82011-08-31 20:31:31 +02002851 const char *trace_events = NULL;
Lluíse4858972011-08-31 20:31:03 +02002852 const char *trace_file = NULL;
Stefan Hajnoczi0b5538c2011-02-26 18:38:39 +00002853
Gerd Hoffmannfd42dee2010-06-04 14:08:07 +02002854 atexit(qemu_run_exit_notifiers);
Markus Armbruster65abca02010-02-24 14:37:14 +01002855 error_set_progname(argv[0]);
2856
Anthony Liguori07501122011-08-20 22:38:31 -05002857 g_mem_set_vtable(&mem_trace);
Andreas Färberdb529aa2011-10-31 19:14:56 +01002858 if (!g_thread_supported()) {
Alon Levy42ed3722011-12-20 13:41:04 +02002859#if !GLIB_CHECK_VERSION(2, 31, 0)
Andreas Färberdb529aa2011-10-31 19:14:56 +01002860 g_thread_init(NULL);
Alon Levy42ed3722011-12-20 13:41:04 +02002861#else
2862 fprintf(stderr, "glib threading failed to initialize.\n");
2863 exit(1);
2864#endif
Andreas Färberdb529aa2011-10-31 19:14:56 +01002865 }
Anthony Liguori07501122011-08-20 22:38:31 -05002866
Andreas Färber1b71f7c2012-03-04 21:32:35 +01002867 module_call_init(MODULE_INIT_QOM);
2868
Paolo Bonzini4d454572012-11-26 16:03:42 +01002869 qemu_add_opts(&qemu_drive_opts);
2870 qemu_add_opts(&qemu_chardev_opts);
2871 qemu_add_opts(&qemu_device_opts);
2872 qemu_add_opts(&qemu_netdev_opts);
2873 qemu_add_opts(&qemu_net_opts);
2874 qemu_add_opts(&qemu_rtc_opts);
2875 qemu_add_opts(&qemu_global_opts);
2876 qemu_add_opts(&qemu_mon_opts);
2877 qemu_add_opts(&qemu_trace_opts);
2878 qemu_add_opts(&qemu_option_rom_opts);
2879 qemu_add_opts(&qemu_machine_opts);
Michael Tokarev12b7f572013-06-24 15:06:52 +04002880 qemu_add_opts(&qemu_smp_opts);
Paolo Bonzini4d454572012-11-26 16:03:42 +01002881 qemu_add_opts(&qemu_boot_opts);
2882 qemu_add_opts(&qemu_sandbox_opts);
2883 qemu_add_opts(&qemu_add_fd_opts);
2884 qemu_add_opts(&qemu_object_opts);
Stefan Bergerd1a0cf72013-02-27 12:47:49 -05002885 qemu_add_opts(&qemu_tpmdev_opts);
Satoru Moriya888a6bc2013-04-19 16:42:06 +02002886 qemu_add_opts(&qemu_realtime_opts);
Seiji Aguchi5e2ac512013-07-03 23:02:46 -04002887 qemu_add_opts(&qemu_msg_opts);
Paolo Bonzini4d454572012-11-26 16:03:42 +01002888
Luiz Capitulino5db9d4d2011-09-05 16:36:31 -03002889 runstate_init();
2890
Jan Kiszka68752042009-09-15 13:36:04 +02002891 init_clocks();
Alex Bligh884f17c2013-08-21 16:03:04 +01002892 rtc_clock = QEMU_CLOCK_HOST;
Jan Kiszka68752042009-09-15 13:36:04 +02002893
malc902b3d52008-12-10 19:18:40 +00002894 qemu_cache_utils_init(envp);
2895
Blue Swirl72cf2d42009-09-12 07:36:22 +00002896 QLIST_INIT (&vm_change_state_head);
Jes Sorensenfe98ac12010-06-10 11:42:21 +02002897 os_setup_early_signal_handling();
bellardbe995c22006-06-25 16:25:21 +00002898
Anthony Liguorif80f9ec2009-05-20 18:38:09 -05002899 module_call_init(MODULE_INIT_MACHINE);
Anthony Liguori0c257432009-05-21 20:41:01 -05002900 machine = find_default_machine();
j_mayer94fc95c2007-03-05 19:44:02 +00002901 cpu_model = NULL;
aurel324fc5d072008-04-27 21:39:40 +00002902 ram_size = 0;
bellard33e39632003-07-06 17:15:21 +00002903 snapshot = 0;
malc9f227bc2012-08-27 18:33:22 +04002904 cyls = heads = secs = 0;
2905 translation = BIOS_ATA_TRANSLATION_AUTO;
bellardc4b1fcc2004-03-14 21:44:30 +00002906
aliguori268a3622009-04-21 22:30:27 +00002907 for (i = 0; i < MAX_NODES; i++) {
2908 node_mem[i] = 0;
Chegu Vinodee785fe2012-07-16 21:31:30 -07002909 node_cpumask[i] = bitmap_new(MAX_CPUMASK_BITS);
aliguori268a3622009-04-21 22:30:27 +00002910 }
2911
aliguori268a3622009-04-21 22:30:27 +00002912 nb_numa_nodes = 0;
bellard7c9d8e02005-11-15 22:16:05 +00002913 nb_nics = 0;
ths3b46e622007-09-17 08:09:54 +00002914
Peter Lieven142c6b12013-03-21 13:07:10 +01002915 bdrv_init_with_whitelist();
2916
blueswir141bd6392008-10-05 09:56:21 +00002917 autostart= 1;
2918
Anthony Liguori292444c2010-01-21 10:57:58 -06002919 /* first pass of option parsing */
2920 optind = 1;
2921 while (optind < argc) {
2922 if (argv[optind][0] != '-') {
2923 /* disk image */
Anthony Liguori28e68d62010-01-27 10:46:00 -06002924 optind++;
Anthony Liguori292444c2010-01-21 10:57:58 -06002925 continue;
2926 } else {
2927 const QEMUOption *popt;
2928
2929 popt = lookup_opt(argc, argv, &optarg, &optind);
2930 switch (popt->index) {
2931 case QEMU_OPTION_nodefconfig:
Eduardo Habkost3ed2d9e2012-05-02 13:07:28 -03002932 defconfig = false;
Anthony Liguori292444c2010-01-21 10:57:58 -06002933 break;
Eduardo Habkostf29a5612012-05-02 13:07:29 -03002934 case QEMU_OPTION_nouserconfig:
2935 userconfig = false;
2936 break;
Anthony Liguori292444c2010-01-21 10:57:58 -06002937 }
2938 }
2939 }
2940
2941 if (defconfig) {
Kevin Wolfdcfb0932010-03-05 17:25:55 +01002942 int ret;
Eduardo Habkostf29a5612012-05-02 13:07:29 -03002943 ret = qemu_read_default_config_files(userconfig);
Eduardo Habkostb5a8fe52012-05-02 13:07:25 -03002944 if (ret < 0) {
Kevin Wolfdcfb0932010-03-05 17:25:55 +01002945 exit(1);
Anthony Liguori292444c2010-01-21 10:57:58 -06002946 }
2947 }
2948
2949 /* second pass of option parsing */
bellardcd6f1162004-05-13 22:02:20 +00002950 optind = 1;
bellard0824d6f2003-06-24 13:42:40 +00002951 for(;;) {
bellardcd6f1162004-05-13 22:02:20 +00002952 if (optind >= argc)
bellard0824d6f2003-06-24 13:42:40 +00002953 break;
Anthony Liguori6530a972010-01-22 09:18:06 -06002954 if (argv[optind][0] != '-') {
malc9f227bc2012-08-27 18:33:22 +04002955 hda_opts = drive_add(IF_DEFAULT, 0, argv[optind++], HD_OPTS);
bellardcd6f1162004-05-13 22:02:20 +00002956 } else {
2957 const QEMUOption *popt;
2958
Anthony Liguori6530a972010-01-22 09:18:06 -06002959 popt = lookup_opt(argc, argv, &optarg, &optind);
Blue Swirlad960902010-03-29 19:23:52 +00002960 if (!(popt->arch_mask & arch_type)) {
2961 printf("Option %s not supported for this target\n", popt->name);
2962 exit(1);
2963 }
bellardcd6f1162004-05-13 22:02:20 +00002964 switch(popt->index) {
bellardcc1daa42005-06-05 14:49:17 +00002965 case QEMU_OPTION_M:
Jan Kiszka9052ea62011-07-23 12:38:37 +02002966 machine = machine_parse(optarg);
bellardcc1daa42005-06-05 14:49:17 +00002967 break;
Jan Kiszkae43d5942012-10-05 14:51:40 -03002968 case QEMU_OPTION_no_kvm_irqchip: {
2969 olist = qemu_find_opts("machine");
2970 qemu_opts_parse(olist, "kernel_irqchip=off", 0);
2971 break;
2972 }
j_mayer94fc95c2007-03-05 19:44:02 +00002973 case QEMU_OPTION_cpu:
2974 /* hw initialization will check this */
Eduardo Habkostecf40be2012-03-09 16:19:07 -03002975 cpu_model = optarg;
j_mayer94fc95c2007-03-05 19:44:02 +00002976 break;
bellardcd6f1162004-05-13 22:02:20 +00002977 case QEMU_OPTION_hda:
malc9f227bc2012-08-27 18:33:22 +04002978 {
2979 char buf[256];
2980 if (cyls == 0)
2981 snprintf(buf, sizeof(buf), "%s", HD_OPTS);
2982 else
2983 snprintf(buf, sizeof(buf),
2984 "%s,cyls=%d,heads=%d,secs=%d%s",
2985 HD_OPTS , cyls, heads, secs,
2986 translation == BIOS_ATA_TRANSLATION_LBA ?
2987 ",trans=lba" :
2988 translation == BIOS_ATA_TRANSLATION_NONE ?
2989 ",trans=none" : "");
2990 drive_add(IF_DEFAULT, 0, optarg, buf);
2991 break;
2992 }
bellardcd6f1162004-05-13 22:02:20 +00002993 case QEMU_OPTION_hdb:
bellardcc1daa42005-06-05 14:49:17 +00002994 case QEMU_OPTION_hdc:
2995 case QEMU_OPTION_hdd:
Markus Armbruster2292dda2011-01-28 11:21:41 +01002996 drive_add(IF_DEFAULT, popt->index - QEMU_OPTION_hda, optarg,
2997 HD_OPTS);
bellardfc01f7e2003-06-30 10:03:06 +00002998 break;
thse4bcb142007-12-02 04:51:10 +00002999 case QEMU_OPTION_drive:
Michael Tokareve2982c32011-03-30 16:31:05 +04003000 if (drive_def(optarg) == NULL) {
3001 exit(1);
3002 }
thse4bcb142007-12-02 04:51:10 +00003003 break;
Gerd Hoffmannd058fe02009-07-31 12:25:36 +02003004 case QEMU_OPTION_set:
3005 if (qemu_set_option(optarg) != 0)
3006 exit(1);
3007 break;
Gerd Hoffmannd0fef6f2009-12-08 13:11:34 +01003008 case QEMU_OPTION_global:
3009 if (qemu_global_option(optarg) != 0)
3010 exit(1);
3011 break;
balrog3e3d5812007-04-30 02:09:25 +00003012 case QEMU_OPTION_mtdblock:
Markus Armbruster2292dda2011-01-28 11:21:41 +01003013 drive_add(IF_MTD, -1, optarg, MTD_OPTS);
balrog3e3d5812007-04-30 02:09:25 +00003014 break;
pbrooka1bb27b2007-04-06 16:49:48 +00003015 case QEMU_OPTION_sd:
Peter Crosthwaite80f4d9f2013-02-28 18:23:14 +00003016 drive_add(IF_SD, -1, optarg, SD_OPTS);
pbrooka1bb27b2007-04-06 16:49:48 +00003017 break;
j_mayer86f55662007-04-24 06:52:59 +00003018 case QEMU_OPTION_pflash:
Markus Armbruster2292dda2011-01-28 11:21:41 +01003019 drive_add(IF_PFLASH, -1, optarg, PFLASH_OPTS);
j_mayer86f55662007-04-24 06:52:59 +00003020 break;
bellardcd6f1162004-05-13 22:02:20 +00003021 case QEMU_OPTION_snapshot:
bellard33e39632003-07-06 17:15:21 +00003022 snapshot = 1;
3023 break;
bellardcd6f1162004-05-13 22:02:20 +00003024 case QEMU_OPTION_hdachs:
bellard330d0412003-07-26 18:11:40 +00003025 {
bellard330d0412003-07-26 18:11:40 +00003026 const char *p;
3027 p = optarg;
3028 cyls = strtol(p, (char **)&p, 0);
bellard46d47672004-11-16 01:45:27 +00003029 if (cyls < 1 || cyls > 16383)
3030 goto chs_fail;
bellard330d0412003-07-26 18:11:40 +00003031 if (*p != ',')
3032 goto chs_fail;
3033 p++;
3034 heads = strtol(p, (char **)&p, 0);
bellard46d47672004-11-16 01:45:27 +00003035 if (heads < 1 || heads > 16)
3036 goto chs_fail;
bellard330d0412003-07-26 18:11:40 +00003037 if (*p != ',')
3038 goto chs_fail;
3039 p++;
3040 secs = strtol(p, (char **)&p, 0);
bellard46d47672004-11-16 01:45:27 +00003041 if (secs < 1 || secs > 63)
3042 goto chs_fail;
3043 if (*p == ',') {
3044 p++;
3045 if (!strcmp(p, "none"))
3046 translation = BIOS_ATA_TRANSLATION_NONE;
3047 else if (!strcmp(p, "lba"))
3048 translation = BIOS_ATA_TRANSLATION_LBA;
3049 else if (!strcmp(p, "auto"))
3050 translation = BIOS_ATA_TRANSLATION_AUTO;
3051 else
3052 goto chs_fail;
3053 } else if (*p != '\0') {
bellardc4b1fcc2004-03-14 21:44:30 +00003054 chs_fail:
bellard46d47672004-11-16 01:45:27 +00003055 fprintf(stderr, "qemu: invalid physical CHS format\n");
3056 exit(1);
bellardc4b1fcc2004-03-14 21:44:30 +00003057 }
malc9f227bc2012-08-27 18:33:22 +04003058 if (hda_opts != NULL) {
Gerd Hoffmann9dfd7c72009-07-22 16:43:04 +02003059 char num[16];
3060 snprintf(num, sizeof(num), "%d", cyls);
3061 qemu_opt_set(hda_opts, "cyls", num);
3062 snprintf(num, sizeof(num), "%d", heads);
3063 qemu_opt_set(hda_opts, "heads", num);
3064 snprintf(num, sizeof(num), "%d", secs);
3065 qemu_opt_set(hda_opts, "secs", num);
3066 if (translation == BIOS_ATA_TRANSLATION_LBA)
3067 qemu_opt_set(hda_opts, "trans", "lba");
3068 if (translation == BIOS_ATA_TRANSLATION_NONE)
3069 qemu_opt_set(hda_opts, "trans", "none");
3070 }
bellard330d0412003-07-26 18:11:40 +00003071 }
3072 break;
aliguori268a3622009-04-21 22:30:27 +00003073 case QEMU_OPTION_numa:
aliguori268a3622009-04-21 22:30:27 +00003074 numa_add(optarg);
3075 break;
Jes Sorensen1472a952011-03-16 13:33:31 +01003076 case QEMU_OPTION_display:
3077 display_type = select_display(optarg);
3078 break;
bellardcd6f1162004-05-13 22:02:20 +00003079 case QEMU_OPTION_nographic:
Anthony Liguori993fbfd2009-05-21 16:54:00 -05003080 display_type = DT_NOGRAPHIC;
bellarda20dd502003-09-30 21:07:02 +00003081 break;
balrog4d3b6f62008-02-10 16:33:14 +00003082 case QEMU_OPTION_curses:
Jes Sorensen47b05362011-03-16 13:33:35 +01003083#ifdef CONFIG_CURSES
Anthony Liguori993fbfd2009-05-21 16:54:00 -05003084 display_type = DT_CURSES;
Jes Sorensen47b05362011-03-16 13:33:35 +01003085#else
3086 fprintf(stderr, "Curses support is disabled\n");
3087 exit(1);
balrog4d3b6f62008-02-10 16:33:14 +00003088#endif
Jes Sorensen47b05362011-03-16 13:33:35 +01003089 break;
balroga171fe32007-04-30 01:48:07 +00003090 case QEMU_OPTION_portrait:
Vasily Khoruzhick93128052011-06-17 13:04:36 +03003091 graphic_rotate = 90;
3092 break;
3093 case QEMU_OPTION_rotate:
3094 graphic_rotate = strtol(optarg, (char **) &optarg, 10);
3095 if (graphic_rotate != 0 && graphic_rotate != 90 &&
3096 graphic_rotate != 180 && graphic_rotate != 270) {
3097 fprintf(stderr,
3098 "qemu: only 90, 180, 270 deg rotation is available\n");
3099 exit(1);
3100 }
balroga171fe32007-04-30 01:48:07 +00003101 break;
bellardcd6f1162004-05-13 22:02:20 +00003102 case QEMU_OPTION_kernel:
Peter Maydella0abe472012-02-08 05:41:39 +00003103 qemu_opts_set(qemu_find_opts("machine"), 0, "kernel", optarg);
3104 break;
3105 case QEMU_OPTION_initrd:
3106 qemu_opts_set(qemu_find_opts("machine"), 0, "initrd", optarg);
bellarda20dd502003-09-30 21:07:02 +00003107 break;
bellardcd6f1162004-05-13 22:02:20 +00003108 case QEMU_OPTION_append:
Peter Maydella0abe472012-02-08 05:41:39 +00003109 qemu_opts_set(qemu_find_opts("machine"), 0, "append", optarg);
bellard313aa562003-08-10 21:52:11 +00003110 break;
Grant Likely412beee2012-03-02 11:56:38 +00003111 case QEMU_OPTION_dtb:
3112 qemu_opts_set(qemu_find_opts("machine"), 0, "dtb", optarg);
3113 break;
bellardcd6f1162004-05-13 22:02:20 +00003114 case QEMU_OPTION_cdrom:
Markus Armbruster2292dda2011-01-28 11:21:41 +01003115 drive_add(IF_DEFAULT, 2, optarg, CDROM_OPTS);
bellard36b486b2003-11-11 13:36:08 +00003116 break;
bellardcd6f1162004-05-13 22:02:20 +00003117 case QEMU_OPTION_boot:
Markus Armbruster8281abd2013-06-14 13:15:03 +02003118 opts = qemu_opts_parse(qemu_find_opts("boot-opts"), optarg, 1);
3119 if (!opts) {
3120 exit(1);
bellard36b486b2003-11-11 13:36:08 +00003121 }
3122 break;
bellardcd6f1162004-05-13 22:02:20 +00003123 case QEMU_OPTION_fda:
bellardcd6f1162004-05-13 22:02:20 +00003124 case QEMU_OPTION_fdb:
Markus Armbruster2292dda2011-01-28 11:21:41 +01003125 drive_add(IF_FLOPPY, popt->index - QEMU_OPTION_fda,
3126 optarg, FD_OPTS);
bellardc45886d2004-01-05 00:02:06 +00003127 break;
bellard52ca8d62006-06-14 16:03:05 +00003128 case QEMU_OPTION_no_fd_bootchk:
3129 fd_bootchk = 0;
3130 break;
Mark McLoughlina1ea4582009-10-08 19:58:26 +01003131 case QEMU_OPTION_netdev:
Gerd Hoffmann3329f072010-08-20 13:52:01 +02003132 if (net_client_parse(qemu_find_opts("netdev"), optarg) == -1) {
Mark McLoughlina1ea4582009-10-08 19:58:26 +01003133 exit(1);
3134 }
3135 break;
bellard7c9d8e02005-11-15 22:16:05 +00003136 case QEMU_OPTION_net:
Gerd Hoffmann3329f072010-08-20 13:52:01 +02003137 if (net_client_parse(qemu_find_opts("net"), optarg) == -1) {
bellardc4b1fcc2004-03-14 21:44:30 +00003138 exit(1);
3139 }
bellard702c6512004-04-02 21:21:32 +00003140 break;
Ronnie Sahlbergf9dadc92012-01-26 09:39:02 +11003141#ifdef CONFIG_LIBISCSI
3142 case QEMU_OPTION_iscsi:
3143 opts = qemu_opts_parse(qemu_find_opts("iscsi"), optarg, 0);
3144 if (!opts) {
3145 exit(1);
3146 }
3147 break;
3148#endif
bellardc7f74642004-08-24 21:57:12 +00003149#ifdef CONFIG_SLIRP
3150 case QEMU_OPTION_tftp:
Jan Kiszkaad196a92009-06-24 14:42:28 +02003151 legacy_tftp_prefix = optarg;
bellard9bf05442004-08-25 22:12:49 +00003152 break;
ths47d5d012007-02-20 00:05:08 +00003153 case QEMU_OPTION_bootp:
Jan Kiszkaad196a92009-06-24 14:42:28 +02003154 legacy_bootp_filename = optarg;
ths47d5d012007-02-20 00:05:08 +00003155 break;
bellard9bf05442004-08-25 22:12:49 +00003156 case QEMU_OPTION_redir:
Markus Armbruster07527062009-10-06 12:16:57 +01003157 if (net_slirp_redir(optarg) < 0)
3158 exit(1);
bellard9bf05442004-08-25 22:12:49 +00003159 break;
bellardc7f74642004-08-24 21:57:12 +00003160#endif
balrogdc72ac12008-11-09 00:04:26 +00003161 case QEMU_OPTION_bt:
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02003162 add_device_config(DEV_BT, optarg);
balrogdc72ac12008-11-09 00:04:26 +00003163 break;
bellard1d14ffa2005-10-30 18:58:22 +00003164 case QEMU_OPTION_audio_help:
3165 AUD_help ();
3166 exit (0);
3167 break;
3168 case QEMU_OPTION_soundhw:
3169 select_soundhw (optarg);
3170 break;
bellardcd6f1162004-05-13 22:02:20 +00003171 case QEMU_OPTION_h:
ths15f82202007-06-29 23:26:08 +00003172 help(0);
bellardcd6f1162004-05-13 22:02:20 +00003173 break;
pbrook9bd7e6d2009-04-07 22:58:45 +00003174 case QEMU_OPTION_version:
3175 version();
3176 exit(0);
3177 break;
aurel3200f82b82008-04-27 21:12:55 +00003178 case QEMU_OPTION_m: {
Jes Sorensen70b4f4b2011-01-05 11:41:02 +01003179 int64_t value;
Markus Armbrusterff961012012-08-15 13:12:19 +02003180 uint64_t sz;
Markus Armbruster961b42b2011-11-22 09:46:03 +01003181 char *end;
aurel3200f82b82008-04-27 21:12:55 +00003182
Markus Armbruster961b42b2011-11-22 09:46:03 +01003183 value = strtosz(optarg, &end);
3184 if (value < 0 || *end) {
aurel3200f82b82008-04-27 21:12:55 +00003185 fprintf(stderr, "qemu: invalid ram size: %s\n", optarg);
bellardcd6f1162004-05-13 22:02:20 +00003186 exit(1);
3187 }
Markus Armbrusterff961012012-08-15 13:12:19 +02003188 sz = QEMU_ALIGN_UP((uint64_t)value, 8192);
3189 ram_size = sz;
3190 if (ram_size != sz) {
aurel3200f82b82008-04-27 21:12:55 +00003191 fprintf(stderr, "qemu: ram size too large\n");
3192 exit(1);
3193 }
bellardcd6f1162004-05-13 22:02:20 +00003194 break;
aurel3200f82b82008-04-27 21:12:55 +00003195 }
Stefan Bergerd1a0cf72013-02-27 12:47:49 -05003196#ifdef CONFIG_TPM
3197 case QEMU_OPTION_tpmdev:
3198 if (tpm_config_parse(qemu_find_opts("tpmdev"), optarg) < 0) {
3199 exit(1);
3200 }
3201 break;
3202#endif
Marcelo Tosattic9027602010-03-01 20:25:08 -03003203 case QEMU_OPTION_mempath:
3204 mem_path = optarg;
3205 break;
3206#ifdef MAP_POPULATE
3207 case QEMU_OPTION_mem_prealloc:
3208 mem_prealloc = 1;
3209 break;
3210#endif
bellardcd6f1162004-05-13 22:02:20 +00003211 case QEMU_OPTION_d:
Matthew Fernandezc235d732011-06-07 16:32:40 +00003212 log_mask = optarg;
3213 break;
3214 case QEMU_OPTION_D:
3215 log_file = optarg;
bellardcd6f1162004-05-13 22:02:20 +00003216 break;
bellardcd6f1162004-05-13 22:02:20 +00003217 case QEMU_OPTION_s:
Markus Armbrusteref0c4a02012-02-07 15:09:13 +01003218 add_device_config(DEV_GDB, "tcp::" DEFAULT_GDBSTUB_PORT);
bellardcd6f1162004-05-13 22:02:20 +00003219 break;
aliguori59030a82009-04-05 18:43:41 +00003220 case QEMU_OPTION_gdb:
Markus Armbrusteref0c4a02012-02-07 15:09:13 +01003221 add_device_config(DEV_GDB, optarg);
bellardcd6f1162004-05-13 22:02:20 +00003222 break;
bellardcd6f1162004-05-13 22:02:20 +00003223 case QEMU_OPTION_L:
Gerd Hoffmann45240512013-03-08 11:42:24 +01003224 if (data_dir_idx < ARRAY_SIZE(data_dir)) {
3225 data_dir[data_dir_idx++] = optarg;
3226 }
bellardcd6f1162004-05-13 22:02:20 +00003227 break;
j_mayer1192dad2007-10-05 13:08:35 +00003228 case QEMU_OPTION_bios:
3229 bios_name = optarg;
3230 break;
aurel321b530a62009-04-05 20:08:59 +00003231 case QEMU_OPTION_singlestep:
3232 singlestep = 1;
3233 break;
bellardcd6f1162004-05-13 22:02:20 +00003234 case QEMU_OPTION_S:
pbrook3c07f8e2007-01-21 16:47:01 +00003235 autostart = 0;
bellardcd6f1162004-05-13 22:02:20 +00003236 break;
bellard3d11d0e2004-12-12 16:56:30 +00003237 case QEMU_OPTION_k:
3238 keyboard_layout = optarg;
3239 break;
bellardee22c2f2004-06-03 12:49:50 +00003240 case QEMU_OPTION_localtime:
3241 rtc_utc = 0;
3242 break;
malc3893c122008-09-28 00:42:05 +00003243 case QEMU_OPTION_vga:
Blue Swirla369da52011-09-27 19:15:42 +00003244 vga_model = optarg;
Paolo Bonzini7f1b17f2012-05-10 09:39:17 +02003245 default_vga = 0;
bellard1bfe8562004-07-08 21:17:50 +00003246 break;
bellarde9b137c2004-06-21 16:46:10 +00003247 case QEMU_OPTION_g:
3248 {
3249 const char *p;
3250 int w, h, depth;
3251 p = optarg;
3252 w = strtol(p, (char **)&p, 10);
3253 if (w <= 0) {
3254 graphic_error:
3255 fprintf(stderr, "qemu: invalid resolution or depth\n");
3256 exit(1);
3257 }
3258 if (*p != 'x')
3259 goto graphic_error;
3260 p++;
3261 h = strtol(p, (char **)&p, 10);
3262 if (h <= 0)
3263 goto graphic_error;
3264 if (*p == 'x') {
3265 p++;
3266 depth = strtol(p, (char **)&p, 10);
ths5fafdf22007-09-16 21:08:06 +00003267 if (depth != 8 && depth != 15 && depth != 16 &&
bellarde9b137c2004-06-21 16:46:10 +00003268 depth != 24 && depth != 32)
3269 goto graphic_error;
3270 } else if (*p == '\0') {
3271 depth = graphic_depth;
3272 } else {
3273 goto graphic_error;
3274 }
ths3b46e622007-09-17 08:09:54 +00003275
bellarde9b137c2004-06-21 16:46:10 +00003276 graphic_width = w;
3277 graphic_height = h;
3278 graphic_depth = depth;
3279 }
3280 break;
ths20d8a3e2007-02-18 17:04:49 +00003281 case QEMU_OPTION_echr:
3282 {
3283 char *r;
3284 term_escape_char = strtol(optarg, &r, 0);
3285 if (r == optarg)
3286 printf("Bad argument to echr\n");
3287 break;
3288 }
bellard82c643f2004-07-14 17:28:13 +00003289 case QEMU_OPTION_monitor:
Gerd Hoffmann6ca55822009-12-08 13:11:52 +01003290 default_monitor = 0;
Luiz Capitulino70e098a2013-05-16 12:02:55 -04003291 if (strncmp(optarg, "none", 4)) {
3292 monitor_parse(optarg, "readline");
3293 }
Gerd Hoffmann6ca55822009-12-08 13:11:52 +01003294 break;
3295 case QEMU_OPTION_qmp:
3296 monitor_parse(optarg, "control");
Anthony Liguori2d114dc2010-03-21 14:14:38 -05003297 default_monitor = 0;
bellard82c643f2004-07-14 17:28:13 +00003298 break;
Gerd Hoffmann22a0e042009-12-08 13:11:51 +01003299 case QEMU_OPTION_mon:
Gerd Hoffmann3329f072010-08-20 13:52:01 +02003300 opts = qemu_opts_parse(qemu_find_opts("mon"), optarg, 1);
Gerd Hoffmann22a0e042009-12-08 13:11:51 +01003301 if (!opts) {
Gerd Hoffmann22a0e042009-12-08 13:11:51 +01003302 exit(1);
3303 }
Anthony Liguori2d114dc2010-03-21 14:14:38 -05003304 default_monitor = 0;
Gerd Hoffmann22a0e042009-12-08 13:11:51 +01003305 break;
Gerd Hoffmann191bc012009-09-10 10:58:35 +02003306 case QEMU_OPTION_chardev:
Gerd Hoffmann3329f072010-08-20 13:52:01 +02003307 opts = qemu_opts_parse(qemu_find_opts("chardev"), optarg, 1);
Gerd Hoffmann191bc012009-09-10 10:58:35 +02003308 if (!opts) {
Gerd Hoffmann191bc012009-09-10 10:58:35 +02003309 exit(1);
3310 }
Gerd Hoffmann191bc012009-09-10 10:58:35 +02003311 break;
Gautham R Shenoy74db9202010-04-29 17:44:43 +05303312 case QEMU_OPTION_fsdev:
Gerd Hoffmann03b0ba72010-08-20 13:52:02 +02003313 olist = qemu_find_opts("fsdev");
3314 if (!olist) {
3315 fprintf(stderr, "fsdev is not supported by this qemu build.\n");
3316 exit(1);
3317 }
3318 opts = qemu_opts_parse(olist, optarg, 1);
Gautham R Shenoy74db9202010-04-29 17:44:43 +05303319 if (!opts) {
Gautham R Shenoy74db9202010-04-29 17:44:43 +05303320 exit(1);
3321 }
3322 break;
Gautham R Shenoy3d54abc2010-04-29 17:45:03 +05303323 case QEMU_OPTION_virtfs: {
Stefan Hajnoczie14ea472011-03-16 08:31:43 +00003324 QemuOpts *fsdev;
3325 QemuOpts *device;
M. Mohan Kumar84a87cc2011-12-14 13:58:47 +05303326 const char *writeout, *sock_fd, *socket;
Gautham R Shenoy3d54abc2010-04-29 17:45:03 +05303327
Gerd Hoffmann03b0ba72010-08-20 13:52:02 +02003328 olist = qemu_find_opts("virtfs");
3329 if (!olist) {
3330 fprintf(stderr, "virtfs is not supported by this qemu build.\n");
3331 exit(1);
3332 }
3333 opts = qemu_opts_parse(olist, optarg, 1);
Gautham R Shenoy3d54abc2010-04-29 17:45:03 +05303334 if (!opts) {
Gautham R Shenoy3d54abc2010-04-29 17:45:03 +05303335 exit(1);
3336 }
3337
Aneesh Kumar K.Vfbcbf102011-10-13 12:28:04 +05303338 if (qemu_opt_get(opts, "fsdriver") == NULL ||
Aneesh Kumar K.V99519f02011-12-14 13:48:59 +05303339 qemu_opt_get(opts, "mount_tag") == NULL) {
3340 fprintf(stderr, "Usage: -virtfs fsdriver,mount_tag=tag.\n");
Venkateswararao Jujjuri (JV)9ce56db2010-06-14 13:34:40 -07003341 exit(1);
3342 }
Stefan Hajnoczie14ea472011-03-16 08:31:43 +00003343 fsdev = qemu_opts_create(qemu_find_opts("fsdev"),
Luiz Capitulino8be7e7e2012-03-20 15:51:57 -03003344 qemu_opt_get(opts, "mount_tag"),
3345 1, NULL);
Stefan Hajnoczie14ea472011-03-16 08:31:43 +00003346 if (!fsdev) {
3347 fprintf(stderr, "duplicate fsdev id: %s\n",
3348 qemu_opt_get(opts, "mount_tag"));
Gautham R Shenoy3d54abc2010-04-29 17:45:03 +05303349 exit(1);
3350 }
Aneesh Kumar K.Vd3ab98e2011-10-12 19:11:23 +05303351
3352 writeout = qemu_opt_get(opts, "writeout");
3353 if (writeout) {
3354#ifdef CONFIG_SYNC_FILE_RANGE
3355 qemu_opt_set(fsdev, "writeout", writeout);
3356#else
3357 fprintf(stderr, "writeout=immediate not supported on "
3358 "this platform\n");
3359 exit(1);
3360#endif
3361 }
Aneesh Kumar K.Vfbcbf102011-10-13 12:28:04 +05303362 qemu_opt_set(fsdev, "fsdriver", qemu_opt_get(opts, "fsdriver"));
Stefan Hajnoczie14ea472011-03-16 08:31:43 +00003363 qemu_opt_set(fsdev, "path", qemu_opt_get(opts, "path"));
3364 qemu_opt_set(fsdev, "security_model",
3365 qemu_opt_get(opts, "security_model"));
M. Mohan Kumar84a87cc2011-12-14 13:58:47 +05303366 socket = qemu_opt_get(opts, "socket");
3367 if (socket) {
3368 qemu_opt_set(fsdev, "socket", socket);
3369 }
M. Mohan Kumar4c793dd2011-12-14 13:49:28 +05303370 sock_fd = qemu_opt_get(opts, "sock_fd");
3371 if (sock_fd) {
3372 qemu_opt_set(fsdev, "sock_fd", sock_fd);
3373 }
Gautham R Shenoy3d54abc2010-04-29 17:45:03 +05303374
M. Mohan Kumar2c74c2c2011-10-25 12:10:39 +05303375 qemu_opt_set_bool(fsdev, "readonly",
3376 qemu_opt_get_bool(opts, "readonly", 0));
Dong Xu Wange478b442012-12-06 14:47:22 +08003377 device = qemu_opts_create_nofail(qemu_find_opts("device"));
Stefan Hajnoczie14ea472011-03-16 08:31:43 +00003378 qemu_opt_set(device, "driver", "virtio-9p-pci");
3379 qemu_opt_set(device, "fsdev",
3380 qemu_opt_get(opts, "mount_tag"));
3381 qemu_opt_set(device, "mount_tag",
3382 qemu_opt_get(opts, "mount_tag"));
Gautham R Shenoy3d54abc2010-04-29 17:45:03 +05303383 break;
3384 }
Aneesh Kumar K.V9db221a2011-10-25 12:10:40 +05303385 case QEMU_OPTION_virtfs_synth: {
3386 QemuOpts *fsdev;
3387 QemuOpts *device;
3388
Luiz Capitulino8be7e7e2012-03-20 15:51:57 -03003389 fsdev = qemu_opts_create(qemu_find_opts("fsdev"), "v_synth",
3390 1, NULL);
Aneesh Kumar K.V9db221a2011-10-25 12:10:40 +05303391 if (!fsdev) {
3392 fprintf(stderr, "duplicate option: %s\n", "virtfs_synth");
3393 exit(1);
3394 }
3395 qemu_opt_set(fsdev, "fsdriver", "synth");
Aneesh Kumar K.V9db221a2011-10-25 12:10:40 +05303396
Dong Xu Wange478b442012-12-06 14:47:22 +08003397 device = qemu_opts_create_nofail(qemu_find_opts("device"));
Aneesh Kumar K.V9db221a2011-10-25 12:10:40 +05303398 qemu_opt_set(device, "driver", "virtio-9p-pci");
3399 qemu_opt_set(device, "fsdev", "v_synth");
3400 qemu_opt_set(device, "mount_tag", "v_synth");
3401 break;
3402 }
bellard82c643f2004-07-14 17:28:13 +00003403 case QEMU_OPTION_serial:
Gerd Hoffmann998bbd72009-12-08 13:11:41 +01003404 add_device_config(DEV_SERIAL, optarg);
3405 default_serial = 0;
Jan Kiszka18141ed2010-03-07 11:28:40 +01003406 if (strncmp(optarg, "mon:", 4) == 0) {
3407 default_monitor = 0;
3408 }
bellard82c643f2004-07-14 17:28:13 +00003409 break;
Richard W.M. Jones9dd986c2009-04-25 13:56:19 +01003410 case QEMU_OPTION_watchdog:
Markus Armbruster09aaa162009-08-21 10:31:34 +02003411 if (watchdog) {
3412 fprintf(stderr,
3413 "qemu: only one watchdog option may be given\n");
3414 return 1;
3415 }
3416 watchdog = optarg;
Richard W.M. Jones9dd986c2009-04-25 13:56:19 +01003417 break;
3418 case QEMU_OPTION_watchdog_action:
3419 if (select_watchdog_action(optarg) == -1) {
3420 fprintf(stderr, "Unknown -watchdog-action parameter\n");
3421 exit(1);
3422 }
3423 break;
aliguori51ecf132009-01-15 20:06:40 +00003424 case QEMU_OPTION_virtiocon:
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01003425 add_device_config(DEV_VIRTCON, optarg);
3426 default_virtcon = 0;
Jan Kiszka18141ed2010-03-07 11:28:40 +01003427 if (strncmp(optarg, "mon:", 4) == 0) {
3428 default_monitor = 0;
3429 }
aliguori51ecf132009-01-15 20:06:40 +00003430 break;
bellard6508fe52005-01-15 12:02:56 +00003431 case QEMU_OPTION_parallel:
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +01003432 add_device_config(DEV_PARALLEL, optarg);
3433 default_parallel = 0;
Jan Kiszka18141ed2010-03-07 11:28:40 +01003434 if (strncmp(optarg, "mon:", 4) == 0) {
3435 default_monitor = 0;
3436 }
bellard6508fe52005-01-15 12:02:56 +00003437 break;
H. Peter Anvinc9f398e2009-12-29 13:51:36 -08003438 case QEMU_OPTION_debugcon:
3439 add_device_config(DEV_DEBUGCON, optarg);
3440 break;
bellardd63d3072004-10-03 13:29:03 +00003441 case QEMU_OPTION_loadvm:
3442 loadvm = optarg;
3443 break;
3444 case QEMU_OPTION_full_screen:
3445 full_screen = 1;
3446 break;
ths43523e92007-02-18 18:19:32 +00003447 case QEMU_OPTION_no_frame:
3448 no_frame = 1;
3449 break;
ths3780e192007-06-21 21:08:02 +00003450 case QEMU_OPTION_alt_grab:
3451 alt_grab = 1;
3452 break;
Dustin Kirkland0ca9f8a2009-09-17 15:48:04 -05003453 case QEMU_OPTION_ctrl_grab:
3454 ctrl_grab = 1;
3455 break;
ths667acca2006-12-11 02:08:05 +00003456 case QEMU_OPTION_no_quit:
3457 no_quit = 1;
3458 break;
aliguori7d957bd2009-01-15 22:14:11 +00003459 case QEMU_OPTION_sdl:
Michael Tokarev24f6ff82013-06-15 14:44:20 +04003460#ifdef CONFIG_SDL
Anthony Liguori993fbfd2009-05-21 16:54:00 -05003461 display_type = DT_SDL;
aliguori7d957bd2009-01-15 22:14:11 +00003462 break;
Jes Sorensen58fc0962011-03-16 13:33:34 +01003463#else
Jes Sorensen58fc0962011-03-16 13:33:34 +01003464 fprintf(stderr, "SDL support is disabled\n");
3465 exit(1);
ths667acca2006-12-11 02:08:05 +00003466#endif
bellardf7cce892004-12-08 22:21:25 +00003467 case QEMU_OPTION_pidfile:
ths93815bc2007-03-19 15:58:31 +00003468 pid_file = optarg;
bellardf7cce892004-12-08 22:21:25 +00003469 break;
bellarda09db212005-04-30 16:10:35 +00003470 case QEMU_OPTION_win2k_hack:
3471 win2k_install_hack = 1;
3472 break;
Jan Kiszka433acf02012-01-23 20:15:12 +01003473 case QEMU_OPTION_rtc_td_hack: {
3474 static GlobalProperty slew_lost_ticks[] = {
3475 {
3476 .driver = "mc146818rtc",
3477 .property = "lost_tick_policy",
3478 .value = "slew",
3479 },
3480 { /* end of list */ }
3481 };
3482
3483 qdev_prop_register_global_list(slew_lost_ticks);
aliguori73822ec2009-01-15 20:11:34 +00003484 break;
Jan Kiszka433acf02012-01-23 20:15:12 +01003485 }
aliguori8a92ea22009-02-27 20:12:36 +00003486 case QEMU_OPTION_acpitable:
Laszlo Ersek0c764a92013-03-21 00:23:17 +01003487 opts = qemu_opts_parse(qemu_find_opts("acpi"), optarg, 1);
3488 g_assert(opts != NULL);
3489 do_acpitable_option(opts);
aliguori8a92ea22009-02-27 20:12:36 +00003490 break;
aliguorib6f6e3d2009-04-17 18:59:56 +00003491 case QEMU_OPTION_smbios:
Markus Armbruster4f953d22013-08-16 15:18:29 +02003492 opts = qemu_opts_parse(qemu_find_opts("smbios"), optarg, 0);
3493 do_smbios_option(opts);
aliguorib6f6e3d2009-04-17 18:59:56 +00003494 break;
aliguori7ba1e612008-11-05 16:04:33 +00003495 case QEMU_OPTION_enable_kvm:
Anthony PERARD303d4e82010-09-21 20:05:31 +01003496 olist = qemu_find_opts("machine");
Anthony PERARD303d4e82010-09-21 20:05:31 +01003497 qemu_opts_parse(olist, "accel=kvm", 0);
3498 break;
3499 case QEMU_OPTION_machine:
3500 olist = qemu_find_opts("machine");
Jan Kiszka9052ea62011-07-23 12:38:37 +02003501 opts = qemu_opts_parse(olist, optarg, 1);
Anthony PERARD303d4e82010-09-21 20:05:31 +01003502 if (!opts) {
Anthony PERARD303d4e82010-09-21 20:05:31 +01003503 exit(1);
3504 }
Jan Kiszka2645c6d2011-07-25 18:11:20 +02003505 optarg = qemu_opt_get(opts, "type");
3506 if (optarg) {
3507 machine = machine_parse(optarg);
3508 }
aliguori7ba1e612008-11-05 16:04:33 +00003509 break;
Jan Kiszkaa0dac022012-10-05 14:51:45 -03003510 case QEMU_OPTION_no_kvm:
3511 olist = qemu_find_opts("machine");
3512 qemu_opts_parse(olist, "accel=tcg", 0);
3513 break;
Jan Kiszka4086bde2012-10-05 14:51:41 -03003514 case QEMU_OPTION_no_kvm_pit: {
3515 fprintf(stderr, "Warning: KVM PIT can no longer be disabled "
3516 "separately.\n");
3517 break;
3518 }
Jan Kiszkac21fb4f2012-10-05 14:51:42 -03003519 case QEMU_OPTION_no_kvm_pit_reinjection: {
3520 static GlobalProperty kvm_pit_lost_tick_policy[] = {
3521 {
3522 .driver = "kvm-pit",
3523 .property = "lost_tick_policy",
3524 .value = "discard",
3525 },
3526 { /* end of list */ }
3527 };
3528
3529 fprintf(stderr, "Warning: option deprecated, use "
3530 "lost_tick_policy property of kvm-pit instead.\n");
3531 qdev_prop_register_global_list(kvm_pit_lost_tick_policy);
3532 break;
3533 }
bellardbb36d472005-11-05 14:22:28 +00003534 case QEMU_OPTION_usb:
Peter Maydellfa5358c2012-11-22 16:48:45 +00003535 olist = qemu_find_opts("machine");
3536 qemu_opts_parse(olist, "usb=on", 0);
bellardbb36d472005-11-05 14:22:28 +00003537 break;
bellarda594cfb2005-11-06 16:13:29 +00003538 case QEMU_OPTION_usbdevice:
Peter Maydellfa5358c2012-11-22 16:48:45 +00003539 olist = qemu_find_opts("machine");
3540 qemu_opts_parse(olist, "usb=on", 0);
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02003541 add_device_config(DEV_USB, optarg);
3542 break;
3543 case QEMU_OPTION_device:
Gerd Hoffmann3329f072010-08-20 13:52:01 +02003544 if (!qemu_opts_parse(qemu_find_opts("device"), optarg, 1)) {
Gerd Hoffmannf31d07d2009-07-31 12:25:37 +02003545 exit(1);
3546 }
bellarda594cfb2005-11-06 16:13:29 +00003547 break;
bellard6a00d602005-11-21 23:25:50 +00003548 case QEMU_OPTION_smp:
Michael Tokarev12b7f572013-06-24 15:06:52 +04003549 if (!qemu_opts_parse(qemu_find_opts("smp-opts"), optarg, 1)) {
Jes Sorensen6be68d72009-07-23 17:03:42 +02003550 exit(1);
3551 }
bellard6a00d602005-11-21 23:25:50 +00003552 break;
bellard24236862006-04-30 21:28:36 +00003553 case QEMU_OPTION_vnc:
Jes Sorensen821601e2011-03-16 13:33:36 +01003554#ifdef CONFIG_VNC
Gerd Hoffmann6b62dc22010-08-25 10:51:06 +02003555 display_remote++;
Jes Sorensen821601e2011-03-16 13:33:36 +01003556 vnc_display = optarg;
3557#else
3558 fprintf(stderr, "VNC support is disabled\n");
3559 exit(1);
3560#endif
3561 break;
bellard6515b202006-05-03 22:02:44 +00003562 case QEMU_OPTION_no_acpi:
3563 acpi_enabled = 0;
3564 break;
aliguori16b29ae2008-12-17 23:28:44 +00003565 case QEMU_OPTION_no_hpet:
3566 no_hpet = 1;
3567 break;
Markus Armbruster7d4c3d52009-06-26 19:15:14 +02003568 case QEMU_OPTION_balloon:
3569 if (balloon_parse(optarg) < 0) {
3570 fprintf(stderr, "Unknown -balloon argument %s\n", optarg);
3571 exit(1);
3572 }
Eduardo Habkostdf97b922009-06-10 16:34:08 -03003573 break;
bellardd1beab82006-10-02 19:44:22 +00003574 case QEMU_OPTION_no_reboot:
3575 no_reboot = 1;
3576 break;
aurel32b2f76162008-04-11 21:35:52 +00003577 case QEMU_OPTION_no_shutdown:
3578 no_shutdown = 1;
3579 break;
balrog9467cd42007-05-01 01:34:14 +00003580 case QEMU_OPTION_show_cursor:
3581 cursor_hide = 0;
3582 break;
blueswir18fcb1b92008-09-18 18:29:08 +00003583 case QEMU_OPTION_uuid:
3584 if(qemu_uuid_parse(optarg, qemu_uuid) < 0) {
3585 fprintf(stderr, "Fail to parse UUID string."
3586 " Wrong format.\n");
3587 exit(1);
3588 }
Markus Armbrusterfc3b3292013-08-16 15:18:31 +02003589 qemu_uuid_set = true;
blueswir18fcb1b92008-09-18 18:29:08 +00003590 break;
ths9ae02552007-01-05 17:39:04 +00003591 case QEMU_OPTION_option_rom:
3592 if (nb_option_roms >= MAX_OPTION_ROMS) {
3593 fprintf(stderr, "Too many option ROMs\n");
3594 exit(1);
3595 }
Gleb Natapov2e55e842010-12-08 13:35:07 +02003596 opts = qemu_opts_parse(qemu_find_opts("option-rom"), optarg, 1);
Markus Armbruster49295eb2013-02-08 21:22:19 +01003597 if (!opts) {
3598 exit(1);
3599 }
Gleb Natapov2e55e842010-12-08 13:35:07 +02003600 option_rom[nb_option_roms].name = qemu_opt_get(opts, "romfile");
3601 option_rom[nb_option_roms].bootindex =
3602 qemu_opt_get_number(opts, "bootindex", -1);
3603 if (!option_rom[nb_option_roms].name) {
3604 fprintf(stderr, "Option ROM file is not specified\n");
3605 exit(1);
3606 }
ths9ae02552007-01-05 17:39:04 +00003607 nb_option_roms++;
3608 break;
pbrook8e716212007-01-20 17:12:09 +00003609 case QEMU_OPTION_semihosting:
3610 semihosting_enabled = 1;
3611 break;
Jan Kiszka88eed342012-10-05 14:51:44 -03003612 case QEMU_OPTION_tdf:
3613 fprintf(stderr, "Warning: user space PIT time drift fix "
3614 "is no longer supported.\n");
3615 break;
thsc35734b2007-03-19 15:17:08 +00003616 case QEMU_OPTION_name:
Anthony Liguori7267c092011-08-20 22:09:37 -05003617 qemu_name = g_strdup(optarg);
Andi Kleen18894652009-07-02 09:34:17 +02003618 {
3619 char *p = strchr(qemu_name, ',');
3620 if (p != NULL) {
3621 *p++ = 0;
3622 if (strncmp(p, "process=", 8)) {
Aurelien Jarno5697f6a2010-12-27 18:29:20 +01003623 fprintf(stderr, "Unknown subargument %s to -name\n", p);
Andi Kleen18894652009-07-02 09:34:17 +02003624 exit(1);
3625 }
3626 p += 8;
Jes Sorensence798cf2010-06-10 11:42:31 +02003627 os_set_proc_name(p);
Laszlo Ersek4d8b3c62013-03-21 00:23:13 +01003628 }
3629 }
thsc35734b2007-03-19 15:17:08 +00003630 break;
blueswir166508602007-05-01 14:16:52 +00003631 case QEMU_OPTION_prom_env:
3632 if (nb_prom_envs >= MAX_PROM_ENVS) {
3633 fprintf(stderr, "Too many prom variables\n");
3634 exit(1);
3635 }
3636 prom_envs[nb_prom_envs] = optarg;
3637 nb_prom_envs++;
3638 break;
balrog2b8f2d42007-07-27 22:08:46 +00003639 case QEMU_OPTION_old_param:
3640 old_param = 1;
ths05ebd532008-01-08 19:32:16 +00003641 break;
thsf3dcfad2007-08-24 01:26:02 +00003642 case QEMU_OPTION_clock:
Alex Bligh6d327172013-08-21 16:02:59 +01003643 /* Clock options no longer exist. Keep this option for
3644 * backward compatibility.
3645 */
thsf3dcfad2007-08-24 01:26:02 +00003646 break;
bellard7e0af5d02007-11-07 16:24:33 +00003647 case QEMU_OPTION_startdate:
Jan Kiszka1ed2fc12009-09-15 13:36:04 +02003648 configure_rtc_date_offset(optarg, 1);
3649 break;
3650 case QEMU_OPTION_rtc:
Gerd Hoffmann3329f072010-08-20 13:52:01 +02003651 opts = qemu_opts_parse(qemu_find_opts("rtc"), optarg, 0);
Jan Kiszka1ed2fc12009-09-15 13:36:04 +02003652 if (!opts) {
Jan Kiszka1ed2fc12009-09-15 13:36:04 +02003653 exit(1);
bellard7e0af5d02007-11-07 16:24:33 +00003654 }
Jan Kiszka1ed2fc12009-09-15 13:36:04 +02003655 configure_rtc(opts);
bellard7e0af5d02007-11-07 16:24:33 +00003656 break;
bellard26a5f132008-05-28 12:30:31 +00003657 case QEMU_OPTION_tb_size:
Jan Kiszkad5ab9712011-08-02 16:10:21 +02003658 tcg_tb_size = strtol(optarg, NULL, 0);
3659 if (tcg_tb_size < 0) {
3660 tcg_tb_size = 0;
3661 }
bellard26a5f132008-05-28 12:30:31 +00003662 break;
pbrook2e70f6e2008-06-29 01:03:05 +00003663 case QEMU_OPTION_icount:
Paolo Bonzini4e3de9e2010-03-10 11:38:48 +01003664 icount_option = optarg;
pbrook2e70f6e2008-06-29 01:03:05 +00003665 break;
aliguori5bb79102008-10-13 03:12:02 +00003666 case QEMU_OPTION_incoming:
3667 incoming = optarg;
Stefano Stabellini81323a62012-01-18 12:23:13 +00003668 runstate_set(RUN_STATE_INMIGRATE);
aliguori5bb79102008-10-13 03:12:02 +00003669 break;
Gerd Hoffmannd8c208d2009-12-08 13:11:46 +01003670 case QEMU_OPTION_nodefaults:
3671 default_serial = 0;
3672 default_parallel = 0;
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01003673 default_virtcon = 0;
Christian Borntraeger2e788492013-01-25 06:00:19 +00003674 default_sclp = 0;
Gerd Hoffmannd8c208d2009-12-08 13:11:46 +01003675 default_monitor = 0;
Gerd Hoffmanncb4522c2009-12-08 13:11:47 +01003676 default_net = 0;
Gerd Hoffmannac33f8f2009-12-16 14:25:39 +01003677 default_floppy = 0;
3678 default_cdrom = 0;
3679 default_sdcard = 0;
Paolo Bonzini7f1b17f2012-05-10 09:39:17 +02003680 default_vga = 0;
Gerd Hoffmannd8c208d2009-12-08 13:11:46 +01003681 break;
aliguorie37630c2009-04-22 15:19:10 +00003682 case QEMU_OPTION_xen_domid:
Blue Swirlad960902010-03-29 19:23:52 +00003683 if (!(xen_available())) {
3684 printf("Option %s not supported for this target\n", popt->name);
3685 exit(1);
3686 }
aliguorie37630c2009-04-22 15:19:10 +00003687 xen_domid = atoi(optarg);
3688 break;
3689 case QEMU_OPTION_xen_create:
Blue Swirlad960902010-03-29 19:23:52 +00003690 if (!(xen_available())) {
3691 printf("Option %s not supported for this target\n", popt->name);
3692 exit(1);
3693 }
aliguorie37630c2009-04-22 15:19:10 +00003694 xen_mode = XEN_CREATE;
3695 break;
3696 case QEMU_OPTION_xen_attach:
Blue Swirlad960902010-03-29 19:23:52 +00003697 if (!(xen_available())) {
3698 printf("Option %s not supported for this target\n", popt->name);
3699 exit(1);
3700 }
aliguorie37630c2009-04-22 15:19:10 +00003701 xen_mode = XEN_ATTACH;
3702 break;
Prerna Saxenaab6540d2010-08-09 11:48:32 +01003703 case QEMU_OPTION_trace:
Lluíse4858972011-08-31 20:31:03 +02003704 {
Prerna Saxenaab6540d2010-08-09 11:48:32 +01003705 opts = qemu_opts_parse(qemu_find_opts("trace"), optarg, 0);
Lluíse4858972011-08-31 20:31:03 +02003706 if (!opts) {
3707 exit(1);
Prerna Saxenaab6540d2010-08-09 11:48:32 +01003708 }
Lluís23d15e82011-08-31 20:31:31 +02003709 trace_events = qemu_opt_get(opts, "events");
Lluíse4858972011-08-31 20:31:03 +02003710 trace_file = qemu_opt_get(opts, "file");
Prerna Saxenaab6540d2010-08-09 11:48:32 +01003711 break;
Lluíse4858972011-08-31 20:31:03 +02003712 }
Gerd Hoffmann715a6642009-10-14 10:39:28 +02003713 case QEMU_OPTION_readconfig:
3714 {
Kevin Wolfdcfb0932010-03-05 17:25:55 +01003715 int ret = qemu_read_config_file(optarg);
3716 if (ret < 0) {
3717 fprintf(stderr, "read config %s: %s\n", optarg,
3718 strerror(-ret));
Gerd Hoffmann715a6642009-10-14 10:39:28 +02003719 exit(1);
3720 }
Gerd Hoffmann715a6642009-10-14 10:39:28 +02003721 break;
3722 }
Gerd Hoffmann29b00402010-03-11 11:13:27 -03003723 case QEMU_OPTION_spice:
3724 olist = qemu_find_opts("spice");
3725 if (!olist) {
3726 fprintf(stderr, "spice is not supported by this qemu build.\n");
3727 exit(1);
3728 }
3729 opts = qemu_opts_parse(olist, optarg, 0);
3730 if (!opts) {
Gerd Hoffmann29b00402010-03-11 11:13:27 -03003731 exit(1);
3732 }
Gerd Hoffmannf963e4d2013-02-25 16:02:30 +01003733 display_remote++;
Gerd Hoffmann29b00402010-03-11 11:13:27 -03003734 break;
Gerd Hoffmann715a6642009-10-14 10:39:28 +02003735 case QEMU_OPTION_writeconfig:
3736 {
3737 FILE *fp;
3738 if (strcmp(optarg, "-") == 0) {
3739 fp = stdout;
3740 } else {
3741 fp = fopen(optarg, "w");
3742 if (fp == NULL) {
3743 fprintf(stderr, "open %s: %s\n", optarg, strerror(errno));
3744 exit(1);
3745 }
3746 }
3747 qemu_config_write(fp);
3748 fclose(fp);
3749 break;
3750 }
Anthony Liguoric7f0f3b2012-03-28 15:42:02 +02003751 case QEMU_OPTION_qtest:
3752 qtest_chrdev = optarg;
3753 break;
3754 case QEMU_OPTION_qtest_log:
3755 qtest_log = optarg;
3756 break;
Eduardo Otubo7d76ad42012-08-14 18:44:08 -03003757 case QEMU_OPTION_sandbox:
3758 opts = qemu_opts_parse(qemu_find_opts("sandbox"), optarg, 1);
3759 if (!opts) {
Markus Armbruster49295eb2013-02-08 21:22:19 +01003760 exit(1);
Eduardo Otubo7d76ad42012-08-14 18:44:08 -03003761 }
3762 break;
Corey Bryant587ed6b2012-10-18 15:19:34 -04003763 case QEMU_OPTION_add_fd:
3764#ifndef _WIN32
3765 opts = qemu_opts_parse(qemu_find_opts("add-fd"), optarg, 0);
3766 if (!opts) {
Markus Armbruster49295eb2013-02-08 21:22:19 +01003767 exit(1);
Corey Bryant587ed6b2012-10-18 15:19:34 -04003768 }
3769#else
3770 error_report("File descriptor passing is disabled on this "
3771 "platform");
3772 exit(1);
3773#endif
3774 break;
Anthony Liguori68d98d32012-06-25 14:36:33 -05003775 case QEMU_OPTION_object:
3776 opts = qemu_opts_parse(qemu_find_opts("object"), optarg, 1);
Markus Armbruster49295eb2013-02-08 21:22:19 +01003777 if (!opts) {
3778 exit(1);
3779 }
Anthony Liguori68d98d32012-06-25 14:36:33 -05003780 break;
Satoru Moriya888a6bc2013-04-19 16:42:06 +02003781 case QEMU_OPTION_realtime:
3782 opts = qemu_opts_parse(qemu_find_opts("realtime"), optarg, 0);
3783 if (!opts) {
3784 exit(1);
3785 }
3786 configure_realtime(opts);
3787 break;
Seiji Aguchi5e2ac512013-07-03 23:02:46 -04003788 case QEMU_OPTION_msg:
3789 opts = qemu_opts_parse(qemu_find_opts("msg"), optarg, 0);
3790 if (!opts) {
3791 exit(1);
3792 }
3793 configure_msg(opts);
3794 break;
Jes Sorensen59a52642010-06-10 11:42:25 +02003795 default:
3796 os_parse_cmd_args(popt->index, optarg);
bellardcd6f1162004-05-13 22:02:20 +00003797 }
bellard0824d6f2003-06-24 13:42:40 +00003798 }
3799 }
Markus Armbruster0f0bc3f2010-02-18 20:13:51 +01003800 loc_set_none();
bellard330d0412003-07-26 18:11:40 +00003801
Paolo Bonzini1c537862012-10-30 00:17:12 +01003802 if (qemu_init_main_loop()) {
3803 fprintf(stderr, "qemu_init_main_loop failed\n");
3804 exit(1);
3805 }
3806
Eduardo Otubo7d76ad42012-08-14 18:44:08 -03003807 if (qemu_opts_foreach(qemu_find_opts("sandbox"), parse_sandbox, NULL, 0)) {
3808 exit(1);
3809 }
3810
Corey Bryant587ed6b2012-10-18 15:19:34 -04003811#ifndef _WIN32
3812 if (qemu_opts_foreach(qemu_find_opts("add-fd"), parse_add_fd, NULL, 1)) {
3813 exit(1);
3814 }
3815
3816 if (qemu_opts_foreach(qemu_find_opts("add-fd"), cleanup_add_fd, NULL, 1)) {
3817 exit(1);
3818 }
3819#endif
3820
Dunrong Huangfb7c2692012-07-24 00:42:20 +08003821 if (machine == NULL) {
3822 fprintf(stderr, "No machine found.\n");
3823 exit(1);
3824 }
3825
Crístian Viana93bfef42012-05-30 00:35:51 -03003826 if (machine->hw_version) {
3827 qemu_set_version(machine->hw_version);
3828 }
3829
Anthony Liguori68d98d32012-06-25 14:36:33 -05003830 if (qemu_opts_foreach(qemu_find_opts("object"),
3831 object_create, NULL, 0) != 0) {
3832 exit(1);
3833 }
3834
Eduardo Habkostecf40be2012-03-09 16:19:07 -03003835 /* Init CPU def lists, based on config
3836 * - Must be called after all the qemu_read_config_file() calls
3837 * - Must be called before list_cpus()
3838 * - Must be called before machine->init()
3839 */
3840 cpudef_init();
3841
Peter Maydellc8057f92012-08-02 13:45:54 +01003842 if (cpu_model && is_help_option(cpu_model)) {
Eduardo Habkost1d6528a2012-03-21 09:33:40 -03003843 list_cpus(stdout, &fprintf, cpu_model);
Eduardo Habkostecf40be2012-03-09 16:19:07 -03003844 exit(0);
3845 }
3846
Matthew Fernandezc235d732011-06-07 16:32:40 +00003847 /* Open the logfile at this point, if necessary. We can't open the logfile
3848 * when encountering either of the logging options (-d or -D) because the
3849 * other one may be encountered later on the command line, changing the
3850 * location or level of logging.
3851 */
3852 if (log_mask) {
Peter Maydellb946bff2013-02-11 16:41:24 +00003853 int mask;
Matthew Fernandezc235d732011-06-07 16:32:40 +00003854 if (log_file) {
Peter Maydell9a7e5422013-02-11 16:41:20 +00003855 qemu_set_log_filename(log_file);
Matthew Fernandezc235d732011-06-07 16:32:40 +00003856 }
Peter Maydellb946bff2013-02-11 16:41:24 +00003857
3858 mask = qemu_str_to_log_mask(log_mask);
3859 if (!mask) {
3860 qemu_print_log_usage(stdout);
3861 exit(1);
3862 }
3863 qemu_set_log(mask);
Matthew Fernandezc235d732011-06-07 16:32:40 +00003864 }
3865
Lluís23d15e82011-08-31 20:31:31 +02003866 if (!trace_backend_init(trace_events, trace_file)) {
Lluíse4858972011-08-31 20:31:03 +02003867 exit(1);
Stefan Hajnoczi31d3c9b2011-03-13 20:14:30 +00003868 }
Stefan Hajnoczi0b5538c2011-02-26 18:38:39 +00003869
Paul Brook5cea8592009-05-30 00:52:44 +01003870 /* If no data_dir is specified then try to find it relative to the
3871 executable path. */
Gerd Hoffmann45240512013-03-08 11:42:24 +01003872 if (data_dir_idx < ARRAY_SIZE(data_dir)) {
3873 data_dir[data_dir_idx] = os_find_datadir(argv[0]);
3874 if (data_dir[data_dir_idx] != NULL) {
3875 data_dir_idx++;
3876 }
Paul Brook5cea8592009-05-30 00:52:44 +01003877 }
Stefan Weil60474fb2011-09-04 15:17:46 +02003878 /* If all else fails use the install path specified when building. */
Gerd Hoffmann45240512013-03-08 11:42:24 +01003879 if (data_dir_idx < ARRAY_SIZE(data_dir)) {
3880 data_dir[data_dir_idx++] = CONFIG_QEMU_DATADIR;
Paul Brook5cea8592009-05-30 00:52:44 +01003881 }
3882
Michael Tokarev12b7f572013-06-24 15:06:52 +04003883 smp_parse(qemu_opts_find(qemu_find_opts("smp-opts"), NULL));
Jes Sorensen6be68d72009-07-23 17:03:42 +02003884
balrog3d878ca2008-10-28 10:59:59 +00003885 machine->max_cpus = machine->max_cpus ?: 1; /* Default to UP */
aliguorib2097002008-10-07 20:39:39 +00003886 if (smp_cpus > machine->max_cpus) {
3887 fprintf(stderr, "Number of SMP cpus requested (%d), exceeds max cpus "
3888 "supported by machine `%s' (%d)\n", smp_cpus, machine->name,
3889 machine->max_cpus);
3890 exit(1);
3891 }
3892
Anthony PERARD67b724e2010-11-22 15:44:15 +00003893 /*
3894 * Get the default machine options from the machine if it is not already
3895 * specified either by the configuration file or by the command line.
3896 */
3897 if (machine->default_machine_opts) {
Jan Kiszka25de5932012-01-27 19:55:43 +01003898 qemu_opts_set_defaults(qemu_find_opts("machine"),
3899 machine->default_machine_opts, 0);
Anthony PERARD67b724e2010-11-22 15:44:15 +00003900 }
3901
Gerd Hoffmann3329f072010-08-20 13:52:01 +02003902 qemu_opts_foreach(qemu_find_opts("device"), default_driver_check, NULL, 0);
3903 qemu_opts_foreach(qemu_find_opts("global"), default_driver_check, NULL, 0);
Gerd Hoffmann998bbd72009-12-08 13:11:41 +01003904
Gerd Hoffmann986c5f72009-12-08 13:11:54 +01003905 if (machine->no_serial) {
3906 default_serial = 0;
3907 }
3908 if (machine->no_parallel) {
3909 default_parallel = 0;
3910 }
3911 if (!machine->use_virtcon) {
3912 default_virtcon = 0;
3913 }
Alexander Graf3ef669e2013-01-24 12:18:52 +01003914 if (!machine->use_sclp) {
3915 default_sclp = 0;
3916 }
Gerd Hoffmannac33f8f2009-12-16 14:25:39 +01003917 if (machine->no_floppy) {
3918 default_floppy = 0;
3919 }
3920 if (machine->no_cdrom) {
3921 default_cdrom = 0;
3922 }
3923 if (machine->no_sdcard) {
3924 default_sdcard = 0;
3925 }
Gerd Hoffmann986c5f72009-12-08 13:11:54 +01003926
Michael Tokarevab51b1d2012-12-30 12:48:14 +04003927 if (is_daemonized()) {
3928 /* According to documentation and historically, -nographic redirects
3929 * serial port, parallel port and monitor to stdio, which does not work
3930 * with -daemonize. We can redirect these to null instead, but since
3931 * -nographic is legacy, let's just error out.
3932 * We disallow -nographic only if all other ports are not redirected
3933 * explicitly, to not break existing legacy setups which uses
3934 * -nographic _and_ redirects all ports explicitly - this is valid
3935 * usage, -nographic is just a no-op in this case.
3936 */
3937 if (display_type == DT_NOGRAPHIC
3938 && (default_parallel || default_serial
3939 || default_monitor || default_virtcon)) {
3940 fprintf(stderr, "-nographic can not be used with -daemonize\n");
3941 exit(1);
3942 }
3943#ifdef CONFIG_CURSES
3944 if (display_type == DT_CURSES) {
3945 fprintf(stderr, "curses display can not be used with -daemonize\n");
3946 exit(1);
3947 }
3948#endif
3949 }
3950
Anthony Liguori993fbfd2009-05-21 16:54:00 -05003951 if (display_type == DT_NOGRAPHIC) {
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +01003952 if (default_parallel)
3953 add_device_config(DEV_PARALLEL, "null");
Gerd Hoffmanne1c09172009-12-08 13:11:44 +01003954 if (default_serial && default_monitor) {
3955 add_device_config(DEV_SERIAL, "mon:stdio");
Gerd Hoffmann986c5f72009-12-08 13:11:54 +01003956 } else if (default_virtcon && default_monitor) {
3957 add_device_config(DEV_VIRTCON, "mon:stdio");
Alexander Graf3ef669e2013-01-24 12:18:52 +01003958 } else if (default_sclp && default_monitor) {
3959 add_device_config(DEV_SCLP, "mon:stdio");
Gerd Hoffmanne1c09172009-12-08 13:11:44 +01003960 } else {
3961 if (default_serial)
3962 add_device_config(DEV_SERIAL, "stdio");
Gerd Hoffmann986c5f72009-12-08 13:11:54 +01003963 if (default_virtcon)
3964 add_device_config(DEV_VIRTCON, "stdio");
Alexander Graf3ef669e2013-01-24 12:18:52 +01003965 if (default_sclp) {
3966 add_device_config(DEV_SCLP, "stdio");
3967 }
Gerd Hoffmanne1c09172009-12-08 13:11:44 +01003968 if (default_monitor)
Gerd Hoffmann6ca55822009-12-08 13:11:52 +01003969 monitor_parse("stdio", "readline");
Gerd Hoffmanne1c09172009-12-08 13:11:44 +01003970 }
Gerd Hoffmann998bbd72009-12-08 13:11:41 +01003971 } else {
3972 if (default_serial)
3973 add_device_config(DEV_SERIAL, "vc:80Cx24C");
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +01003974 if (default_parallel)
3975 add_device_config(DEV_PARALLEL, "vc:80Cx24C");
Gerd Hoffmannabdeed02009-12-08 13:11:43 +01003976 if (default_monitor)
Gerd Hoffmann6ca55822009-12-08 13:11:52 +01003977 monitor_parse("vc:80Cx24C", "readline");
Alexander Graf38536da2009-12-17 13:06:08 +01003978 if (default_virtcon)
3979 add_device_config(DEV_VIRTCON, "vc:80Cx24C");
Alexander Graf3ef669e2013-01-24 12:18:52 +01003980 if (default_sclp) {
3981 add_device_config(DEV_SCLP, "vc:80Cx24C");
3982 }
aliguoribc0129d2008-08-01 15:12:34 +00003983 }
3984
Anthony Liguori15546422013-02-20 07:43:25 -06003985 if (display_type == DT_DEFAULT && !display_remote) {
3986#if defined(CONFIG_GTK)
3987 display_type = DT_GTK;
3988#elif defined(CONFIG_SDL) || defined(CONFIG_COCOA)
3989 display_type = DT_SDL;
3990#elif defined(CONFIG_VNC)
3991 vnc_display = "localhost:0,to=99";
3992 show_vnc_port = 1;
3993#else
3994 display_type = DT_NONE;
3995#endif
3996 }
3997
Peter Wu047d4e12013-06-11 10:55:08 +02003998 if ((no_frame || alt_grab || ctrl_grab) && display_type != DT_SDL) {
3999 fprintf(stderr, "-no-frame, -alt-grab and -ctrl-grab are only valid "
4000 "for SDL, ignoring option\n");
4001 }
4002 if (no_quit && (display_type != DT_GTK && display_type != DT_SDL)) {
4003 fprintf(stderr, "-no-quit is only valid for GTK and SDL, "
4004 "ignoring option\n");
4005 }
4006
Anthony Liguori15546422013-02-20 07:43:25 -06004007#if defined(CONFIG_GTK)
4008 if (display_type == DT_GTK) {
4009 early_gtk_display_init();
4010 }
4011#endif
4012
TeLeMana5829fd2010-04-15 12:37:55 +08004013 socket_init();
4014
Gerd Hoffmann3329f072010-08-20 13:52:01 +02004015 if (qemu_opts_foreach(qemu_find_opts("chardev"), chardev_init_func, NULL, 1) != 0)
Gerd Hoffmann1a688d32009-12-08 13:11:36 +01004016 exit(1);
Venkateswararao Jujjuri (JV)758e8e32010-06-14 13:34:41 -07004017#ifdef CONFIG_VIRTFS
Gerd Hoffmann3329f072010-08-20 13:52:01 +02004018 if (qemu_opts_foreach(qemu_find_opts("fsdev"), fsdev_init_func, NULL, 1) != 0) {
Gautham R Shenoy74db9202010-04-29 17:44:43 +05304019 exit(1);
4020 }
4021#endif
Gerd Hoffmann1a688d32009-12-08 13:11:36 +01004022
Jes Sorenseneb505be2010-06-10 11:42:28 +02004023 os_daemonize();
ths71e3ceb2006-12-22 02:11:31 +00004024
thsaa26bb22007-03-25 21:33:06 +00004025 if (pid_file && qemu_create_pidfile(pid_file) != 0) {
Jes Sorenseneb505be2010-06-10 11:42:28 +02004026 os_pidfile_error();
ths93815bc2007-03-19 15:58:31 +00004027 exit(1);
4028 }
4029
Jan Kiszka0ac543d2011-08-15 16:18:57 -07004030 /* init the memory */
4031 if (ram_size == 0) {
4032 ram_size = DEFAULT_RAM_SIZE * 1024 * 1024;
4033 }
4034
Bruce Rogers3d1d9652012-08-09 12:47:40 -06004035 if (qemu_opts_foreach(qemu_find_opts("device"), device_help_func, NULL, 0)
4036 != 0) {
4037 exit(0);
4038 }
4039
Anthony PERARD303d4e82010-09-21 20:05:31 +01004040 configure_accelerator();
Marcelo Tosatti214910a2009-09-18 02:41:23 -03004041
Edgar E. Iglesiasa907cf52013-04-15 21:28:17 +02004042 if (!qtest_enabled() && qtest_chrdev) {
4043 qtest_init();
4044 }
4045
Markus Armbruster2ff3de62013-07-04 15:09:22 +02004046 machine_opts = qemu_get_machine_opts();
4047 kernel_filename = qemu_opt_get(machine_opts, "kernel");
4048 initrd_filename = qemu_opt_get(machine_opts, "initrd");
4049 kernel_cmdline = qemu_opt_get(machine_opts, "append");
Peter Maydell967c0da2012-02-22 22:40:00 +00004050
Markus Armbrustere3fdc532013-10-01 13:47:22 +02004051 boot_order = machine->default_boot_order;
Markus Armbruster8281abd2013-06-14 13:15:03 +02004052 opts = qemu_opts_find(qemu_find_opts("boot-opts"), NULL);
4053 if (opts) {
4054 char *normal_boot_order;
4055 const char *order, *once;
4056
4057 order = qemu_opt_get(opts, "order");
4058 if (order) {
4059 validate_bootdevices(order);
4060 boot_order = order;
4061 }
4062
4063 once = qemu_opt_get(opts, "once");
4064 if (once) {
4065 validate_bootdevices(once);
4066 normal_boot_order = g_strdup(boot_order);
4067 boot_order = once;
Markus Armbruster083b79c2013-06-14 13:15:04 +02004068 qemu_register_reset(restore_boot_order, normal_boot_order);
Markus Armbruster8281abd2013-06-14 13:15:03 +02004069 }
4070
4071 boot_menu = qemu_opt_get_bool(opts, "menu", boot_menu);
4072 }
4073
Peter Maydella0abe472012-02-08 05:41:39 +00004074 if (!kernel_cmdline) {
4075 kernel_cmdline = "";
4076 }
4077
bellarda20dd502003-09-30 21:07:02 +00004078 linux_boot = (kernel_filename != NULL);
balrog6c41b272007-11-17 12:12:29 +00004079
thsf8d39c02008-07-03 10:01:15 +00004080 if (!linux_boot && *kernel_cmdline != '\0') {
4081 fprintf(stderr, "-append only allowed with -kernel option\n");
4082 exit(1);
4083 }
4084
4085 if (!linux_boot && initrd_filename != NULL) {
4086 fprintf(stderr, "-initrd only allowed with -kernel option\n");
4087 exit(1);
4088 }
4089
Markus Armbruster2ff3de62013-07-04 15:09:22 +02004090 if (!linux_boot && qemu_opt_get(machine_opts, "dtb")) {
Grant Likely412beee2012-03-02 11:56:38 +00004091 fprintf(stderr, "-dtb only allowed with -kernel option\n");
4092 exit(1);
4093 }
4094
Jes Sorensen9156d762010-06-10 11:42:30 +02004095 os_set_line_buffering();
ths3b46e622007-09-17 08:09:54 +00004096
Paolo Bonzini49cf5722012-11-02 15:43:24 +01004097 qemu_init_cpu_loop();
4098 qemu_mutex_lock_iothread();
4099
Alon Levyad1be892012-03-14 20:33:37 +02004100#ifdef CONFIG_SPICE
4101 /* spice needs the timers to be initialized by this point */
4102 qemu_spice_init();
4103#endif
4104
Max Filippov0abe9052011-11-10 15:38:42 +04004105 if (icount_option && (kvm_enabled() || xen_enabled())) {
4106 fprintf(stderr, "-icount is not allowed with kvm or xen\n");
4107 exit(1);
4108 }
Paolo Bonzini4e3de9e2010-03-10 11:38:48 +01004109 configure_icount(icount_option);
pbrook634fce92006-07-15 17:40:09 +00004110
Amos Kongf30dbae2012-12-11 22:20:15 +08004111 /* clean up network at qemu process termination */
4112 atexit(&net_cleanup);
4113
Mark McLoughlindc1c9fe2009-10-06 12:17:16 +01004114 if (net_init_clients() < 0) {
4115 exit(1);
bellard702c6512004-04-02 21:21:32 +00004116 }
bellardf1510b22003-06-25 00:07:40 +00004117
Stefan Bergerd1a0cf72013-02-27 12:47:49 -05004118#ifdef CONFIG_TPM
4119 if (tpm_init() < 0) {
4120 exit(1);
4121 }
4122#endif
4123
balrogdc72ac12008-11-09 00:04:26 +00004124 /* init the bluetooth world */
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02004125 if (foreach_device_config(DEV_BT, bt_parse))
4126 exit(1);
balrogdc72ac12008-11-09 00:04:26 +00004127
Anthony PERARD834e76e2011-07-20 08:17:44 +00004128 if (!xen_enabled()) {
4129 /* On 32-bit hosts, QEMU is limited by virtual address space */
4130 if (ram_size > (2047 << 20) && HOST_LONG_BITS == 32) {
4131 fprintf(stderr, "qemu: at most 2047 MB RAM can be simulated\n");
4132 exit(1);
4133 }
4134 }
balrog7fb4fdc2008-04-24 17:59:27 +00004135
Jan Kiszkad5ab9712011-08-02 16:10:21 +02004136 cpu_exec_init_all();
bellard26a5f132008-05-28 12:30:31 +00004137
lirans@il.ibm.comc163b5c2009-11-02 15:40:58 +02004138 blk_mig_init();
4139
ths96d30e42007-01-07 20:42:14 +00004140 /* open the virtual block devices */
Gerd Hoffmann9dfd7c72009-07-22 16:43:04 +02004141 if (snapshot)
Gerd Hoffmann3329f072010-08-20 13:52:01 +02004142 qemu_opts_foreach(qemu_find_opts("drive"), drive_enable_snapshot, NULL, 0);
Christian Borntraeger2d0d2832012-11-20 15:30:34 +01004143 if (qemu_opts_foreach(qemu_find_opts("drive"), drive_init_func,
4144 &machine->block_default_type, 1) != 0) {
Gerd Hoffmann9dfd7c72009-07-22 16:43:04 +02004145 exit(1);
Christian Borntraeger2d0d2832012-11-20 15:30:34 +01004146 }
balrog3e3d5812007-04-30 02:09:25 +00004147
Christian Borntraeger3c42ea62012-11-22 21:02:55 +01004148 default_drive(default_cdrom, snapshot, machine->block_default_type, 2,
4149 CDROM_OPTS);
4150 default_drive(default_floppy, snapshot, IF_FLOPPY, 0, FD_OPTS);
4151 default_drive(default_sdcard, snapshot, IF_SD, 0, SD_OPTS);
Markus Armbruster4e5d9b52011-01-28 11:21:45 +01004152
Juan Quintela7908c782012-06-26 18:46:10 +02004153 register_savevm_live(NULL, "ram", 0, 4, &savevm_ram_handlers, NULL);
bellard8a7ddc32004-03-31 19:00:16 +00004154
aliguori268a3622009-04-21 22:30:27 +00004155 if (nb_numa_nodes > 0) {
4156 int i;
4157
Sasha Levinea0e5412011-06-29 23:29:39 -04004158 if (nb_numa_nodes > MAX_NODES) {
4159 nb_numa_nodes = MAX_NODES;
aliguori268a3622009-04-21 22:30:27 +00004160 }
4161
4162 /* If no memory size if given for any node, assume the default case
4163 * and distribute the available memory equally across all nodes
4164 */
4165 for (i = 0; i < nb_numa_nodes; i++) {
4166 if (node_mem[i] != 0)
4167 break;
4168 }
4169 if (i == nb_numa_nodes) {
4170 uint64_t usedmem = 0;
4171
4172 /* On Linux, the each node's border has to be 8MB aligned,
4173 * the final node gets the rest.
4174 */
4175 for (i = 0; i < nb_numa_nodes - 1; i++) {
4176 node_mem[i] = (ram_size / nb_numa_nodes) & ~((1 << 23UL) - 1);
4177 usedmem += node_mem[i];
4178 }
4179 node_mem[i] = ram_size - usedmem;
4180 }
4181
4182 for (i = 0; i < nb_numa_nodes; i++) {
Chegu Vinodee785fe2012-07-16 21:31:30 -07004183 if (!bitmap_empty(node_cpumask[i], MAX_CPUMASK_BITS)) {
aliguori268a3622009-04-21 22:30:27 +00004184 break;
Chegu Vinodee785fe2012-07-16 21:31:30 -07004185 }
aliguori268a3622009-04-21 22:30:27 +00004186 }
4187 /* assigning the VCPUs round-robin is easier to implement, guest OSes
4188 * must cope with this anyway, because there are BIOSes out there in
4189 * real machines which also use this scheme.
4190 */
4191 if (i == nb_numa_nodes) {
Vasilis Liaskovitis991dfef2011-10-26 14:19:00 +02004192 for (i = 0; i < max_cpus; i++) {
Chegu Vinodee785fe2012-07-16 21:31:30 -07004193 set_bit(i, node_cpumask[i % nb_numa_nodes]);
aliguori268a3622009-04-21 22:30:27 +00004194 }
4195 }
4196 }
4197
Gerd Hoffmann3329f072010-08-20 13:52:01 +02004198 if (qemu_opts_foreach(qemu_find_opts("mon"), mon_init_func, NULL, 1) != 0) {
Jan Kiszka157b9312010-04-06 16:55:53 +02004199 exit(1);
4200 }
4201
Gerd Hoffmann998bbd72009-12-08 13:11:41 +01004202 if (foreach_device_config(DEV_SERIAL, serial_parse) < 0)
4203 exit(1);
Gerd Hoffmann6a5e8b02009-12-08 13:11:42 +01004204 if (foreach_device_config(DEV_PARALLEL, parallel_parse) < 0)
4205 exit(1);
Gerd Hoffmannaee1b932009-12-08 13:11:53 +01004206 if (foreach_device_config(DEV_VIRTCON, virtcon_parse) < 0)
4207 exit(1);
Alexander Graf3ef669e2013-01-24 12:18:52 +01004208 if (foreach_device_config(DEV_SCLP, sclp_parse) < 0) {
4209 exit(1);
4210 }
H. Peter Anvinc9f398e2009-12-29 13:51:36 -08004211 if (foreach_device_config(DEV_DEBUGCON, debugcon_parse) < 0)
4212 exit(1);
aliguori2796dae2009-01-16 20:23:27 +00004213
Paolo Bonzini7f1b17f2012-05-10 09:39:17 +02004214 /* If no default VGA is requested, the default is "none". */
Aurelien Jarno3605ded2012-09-10 01:01:44 +02004215 if (default_vga) {
4216 if (cirrus_vga_available()) {
4217 vga_model = "cirrus";
4218 } else if (vga_available()) {
4219 vga_model = "std";
4220 }
Blue Swirla369da52011-09-27 19:15:42 +00004221 }
Paolo Bonzini7f1b17f2012-05-10 09:39:17 +02004222 select_vgahw(vga_model);
Blue Swirla369da52011-09-27 19:15:42 +00004223
Markus Armbruster09aaa162009-08-21 10:31:34 +02004224 if (watchdog) {
4225 i = select_watchdog(watchdog);
4226 if (i > 0)
4227 exit (i == 1 ? 1 : 0);
4228 }
4229
Gerd Hoffmannb6b61142009-07-15 13:48:21 +02004230 if (machine->compat_props) {
Gerd Hoffmann458fb672009-12-08 13:11:33 +01004231 qdev_prop_register_global_list(machine->compat_props);
Gerd Hoffmannb6b61142009-07-15 13:48:21 +02004232 }
Gerd Hoffmannd0fef6f2009-12-08 13:11:34 +01004233 qemu_add_globals();
4234
Anthony Liguori1de81d22011-12-19 16:37:46 -06004235 qdev_machine_init();
4236
Eduardo Habkost5f072e12012-10-15 17:22:02 -03004237 QEMUMachineInitArgs args = { .ram_size = ram_size,
Markus Armbrusterc1654732013-08-16 13:13:50 +02004238 .boot_order = boot_order,
Eduardo Habkost5f072e12012-10-15 17:22:02 -03004239 .kernel_filename = kernel_filename,
4240 .kernel_cmdline = kernel_cmdline,
4241 .initrd_filename = initrd_filename,
4242 .cpu_model = cpu_model };
4243 machine->init(&args);
aliguori3023f332009-01-16 19:04:14 +00004244
Paolo Bonzinib3e6d592013-04-18 18:44:04 +02004245 audio_init();
4246
Jan Kiszkaea375f92010-03-01 19:10:30 +01004247 cpu_synchronize_all_post_init();
aliguori268a3622009-04-21 22:30:27 +00004248
Blue Swirl87d0a282010-03-27 18:24:45 +00004249 set_numa_modes();
aliguori268a3622009-04-21 22:30:27 +00004250
aliguori6f338c32009-02-11 15:21:54 +00004251 current_machine = machine;
4252
aliguori3023f332009-01-16 19:04:14 +00004253 /* init USB devices */
zhlcindy@gmail.com094b2872012-09-02 19:25:28 +00004254 if (usb_enabled(false)) {
Markus Armbruster07527062009-10-06 12:16:57 +01004255 if (foreach_device_config(DEV_USB, usb_parse) < 0)
4256 exit(1);
aliguori3023f332009-01-16 19:04:14 +00004257 }
4258
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02004259 /* init generic devices */
Gerd Hoffmann3329f072010-08-20 13:52:01 +02004260 if (qemu_opts_foreach(qemu_find_opts("device"), device_init_func, NULL, 1) != 0)
Gerd Hoffmannbd3c9482009-07-15 13:59:26 +02004261 exit(1);
4262
Markus Armbruster668680f2010-02-11 14:44:58 +01004263 net_check_clients();
4264
Gerd Hoffmann64840c62013-03-07 17:08:29 +01004265 ds = init_displaystate();
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004266
Gerd Hoffmann6b62dc22010-08-25 10:51:06 +02004267 /* init local displays */
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004268 switch (display_type) {
4269 case DT_NOGRAPHIC:
Antony Pavlov8111d022013-10-29 08:36:31 +04004270 (void)ds; /* avoid warning if no display is configured */
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004271 break;
4272#if defined(CONFIG_CURSES)
4273 case DT_CURSES:
Michael Tokarevab51b1d2012-12-30 12:48:14 +04004274 curses_display_init(ds, full_screen);
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004275 break;
4276#endif
bellard5b0753e2005-03-01 21:37:28 +00004277#if defined(CONFIG_SDL)
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004278 case DT_SDL:
4279 sdl_display_init(ds, full_screen, no_frame);
4280 break;
bellard5b0753e2005-03-01 21:37:28 +00004281#elif defined(CONFIG_COCOA)
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004282 case DT_SDL:
4283 cocoa_display_init(ds, full_screen);
4284 break;
bellard313aa562003-08-10 21:52:11 +00004285#endif
Anthony Liguori15546422013-02-20 07:43:25 -06004286#if defined(CONFIG_GTK)
4287 case DT_GTK:
Peter Wu787ba4f2013-06-10 20:04:43 +02004288 gtk_display_init(ds, full_screen);
Anthony Liguori15546422013-02-20 07:43:25 -06004289 break;
4290#endif
Gerd Hoffmann6b62dc22010-08-25 10:51:06 +02004291 default:
4292 break;
4293 }
4294
Gleb Natapov0ce235a2011-03-31 11:27:23 +02004295 /* must be after terminal init, SDL library changes signal handlers */
4296 os_setup_signal_handling();
4297
Jes Sorensen821601e2011-03-16 13:33:36 +01004298#ifdef CONFIG_VNC
Gerd Hoffmann6b62dc22010-08-25 10:51:06 +02004299 /* init remote displays */
4300 if (vnc_display) {
Paolo Bonzini2d55f0e2012-10-02 10:17:21 +02004301 Error *local_err = NULL;
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004302 vnc_display_init(ds);
Paolo Bonzini2d55f0e2012-10-02 10:17:21 +02004303 vnc_display_open(ds, vnc_display, &local_err);
4304 if (local_err != NULL) {
Seiji Aguchi4a44d852013-08-05 15:40:44 -04004305 error_report("Failed to start VNC server on `%s': %s",
4306 vnc_display, error_get_pretty(local_err));
Paolo Bonzini2d55f0e2012-10-02 10:17:21 +02004307 error_free(local_err);
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004308 exit(1);
Amos Kong94b204c2012-06-30 10:02:20 +08004309 }
Anthony Liguorif92f8af2009-05-20 13:01:02 -05004310
Anthony Liguori993fbfd2009-05-21 16:54:00 -05004311 if (show_vnc_port) {
4312 printf("VNC server running on `%s'\n", vnc_display_local_addr(ds));
Anthony Liguorif92f8af2009-05-20 13:01:02 -05004313 }
bellard313aa562003-08-10 21:52:11 +00004314 }
Jes Sorensen821601e2011-03-16 13:33:36 +01004315#endif
Gerd Hoffmanna3e22262010-08-25 15:32:06 +02004316#ifdef CONFIG_SPICE
Gerd Hoffmann9fa03282013-10-11 22:39:59 +02004317 if (using_spice) {
4318 qemu_spice_display_init();
Gerd Hoffmanna3e22262010-08-25 15:32:06 +02004319 }
4320#endif
aliguori5b08fc12008-08-21 20:08:03 +00004321
Markus Armbrusteref0c4a02012-02-07 15:09:13 +01004322 if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) {
aliguori59030a82009-04-05 18:43:41 +00004323 exit(1);
balrog45669e02007-07-02 13:20:17 +00004324 }
balrog45669e02007-07-02 13:20:17 +00004325
Gerd Hoffmann3418bd22009-09-25 21:42:41 +02004326 qdev_machine_creation_done();
4327
Gerd Hoffmann15ff7702009-12-14 16:07:35 +01004328 if (rom_load_all() != 0) {
4329 fprintf(stderr, "rom loading failed\n");
4330 exit(1);
4331 }
Gerd Hoffmann45a50b12009-10-01 16:42:33 +02004332
Isaku Yamahata80376c32010-12-20 14:33:35 +09004333 /* TODO: once all bus devices are qdevified, this should be done
4334 * when bus is created by qdev.c */
4335 qemu_register_reset(qbus_reset_all_fn, sysbus_get_default());
Gleb Natapov4cab9462010-12-08 13:35:08 +02004336 qemu_run_machine_init_done_notifiers();
4337
Michael S. Tsirkind916b462013-07-24 18:56:08 +03004338 /* Done notifiers can load ROMs */
4339 rom_load_done();
4340
Jan Kiszkae063eb12011-06-14 18:29:43 +02004341 qemu_system_reset(VMRESET_SILENT);
Juan Quintela05f24012009-08-20 19:42:22 +02004342 if (loadvm) {
Markus Armbruster03cd4652010-02-17 16:24:10 +01004343 if (load_vmstate(loadvm) < 0) {
Juan Quintela05f24012009-08-20 19:42:22 +02004344 autostart = 0;
4345 }
4346 }
bellardd63d3072004-10-03 13:29:03 +00004347
Glauber Costa2bb8c102009-07-24 16:20:23 -04004348 if (incoming) {
Paolo Bonzini43eaae22012-10-02 18:21:18 +02004349 Error *local_err = NULL;
4350 qemu_start_incoming_migration(incoming, &local_err);
4351 if (local_err) {
Seiji Aguchi4a44d852013-08-05 15:40:44 -04004352 error_report("-incoming %s: %s", incoming,
4353 error_get_pretty(local_err));
Paolo Bonzini43eaae22012-10-02 18:21:18 +02004354 error_free(local_err);
4355 exit(1);
Juan Quintela8ca5e802010-06-09 14:10:54 +02004356 }
Avi Kivity6b99dad2009-08-09 14:39:20 +03004357 } else if (autostart) {
aliguoric0f4ce72009-03-05 23:01:01 +00004358 vm_start();
Avi Kivity6b99dad2009-08-09 14:39:20 +03004359 }
thsffd843b2006-12-21 19:46:43 +00004360
Jes Sorenseneb505be2010-06-10 11:42:28 +02004361 os_setup_post();
ths71e3ceb2006-12-22 02:11:31 +00004362
bellard8a7ddc32004-03-31 19:00:16 +00004363 main_loop();
Paolo Bonzini99435902011-09-12 14:03:13 +02004364 bdrv_close_all();
4365 pause_all_vcpus();
wayne3d3b8302011-07-27 18:04:55 +08004366 res_free();
Stefan Bergerd1a0cf72013-02-27 12:47:49 -05004367#ifdef CONFIG_TPM
4368 tpm_cleanup();
4369#endif
thsb46a8902007-10-21 23:20:45 +00004370
bellard0824d6f2003-06-24 13:42:40 +00004371 return 0;
4372}