machine.c (5fbba56073828759b87d36cff3d31922a0e6f17e) | machine.c (18c86e2b9d85a89818f485c2cadafa6e3932e43a) |
---|---|
1/* 2 * QEMU Machine 3 * 4 * Copyright (C) 2014 Red Hat Inc 5 * 6 * Authors: 7 * Marcel Apfelbaum <marcel.a@redhat.com> 8 * 9 * This work is licensed under the terms of the GNU GPL, version 2 or later. 10 * See the COPYING file in the top-level directory. 11 */ 12 | 1/* 2 * QEMU Machine 3 * 4 * Copyright (C) 2014 Red Hat Inc 5 * 6 * Authors: 7 * Marcel Apfelbaum <marcel.a@redhat.com> 8 * 9 * This work is licensed under the terms of the GNU GPL, version 2 or later. 10 * See the COPYING file in the top-level directory. 11 */ 12 |
13#include "qemu/osdep.h" |
|
13#include "hw/boards.h" 14#include "qapi-visit.h" 15#include "qapi/visitor.h" 16#include "hw/sysbus.h" 17#include "sysemu/sysemu.h" 18#include "qemu/error-report.h" 19 20static char *machine_get_accel(Object *obj, Error **errp) --- 526 unchanged lines hidden --- | 14#include "hw/boards.h" 15#include "qapi-visit.h" 16#include "qapi/visitor.h" 17#include "hw/sysbus.h" 18#include "sysemu/sysemu.h" 19#include "qemu/error-report.h" 20 21static char *machine_get_accel(Object *obj, Error **errp) --- 526 unchanged lines hidden --- |