Annotation of qemu/hw/vmware_vga.h, revision 1.1.1.3

1.1       root        1: #ifndef QEMU_VMWARE_VGA_H
                      2: #define QEMU_VMWARE_VGA_H
                      3: 
                      4: #include "qemu-common.h"
                      5: 
                      6: /* vmware_vga.c */
1.1.1.3 ! root        7: static inline DeviceState *pci_vmsvga_init(PCIBus *bus)
1.1.1.2   root        8: {
                      9:     PCIDevice *dev;
                     10: 
1.1.1.3 ! root       11:     dev = pci_create_simple(bus, -1, "vmware-svga");
        !            12:     return &dev->qdev;
1.1.1.2   root       13: }
1.1       root       14: 
                     15: #endif

unix.superglobalmegacorp.com

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