File:  [Qemu by Fabrice Bellard] / qemu / hw / vmware_vga.h
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 19:50:20 2018 UTC (8 years, 3 months ago) by root
Branches: qemu, MAIN
CVS tags: qemu1101, HEAD
qemu 1.1.1

#ifndef QEMU_VMWARE_VGA_H
#define QEMU_VMWARE_VGA_H

#include "qemu-common.h"

/* vmware_vga.c */
static inline DeviceState *pci_vmsvga_init(PCIBus *bus)
{
    PCIDevice *dev;

    dev = pci_create_simple(bus, -1, "vmware-svga");
    return &dev->qdev;
}

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.