~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to hw/shix.c

Tags: upstream-0.9.0+20070816
ImportĀ upstreamĀ versionĀ 0.9.0+20070816

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    /* XXXXX */
43
43
}
44
44
 
45
 
void pic_set_irq(int irq, int level)
46
 
{
47
 
    /* XXXXX */
48
 
}
49
 
 
50
45
void pic_info()
51
46
{
52
47
    /* XXXXX */
70
65
void shix_init(int ram_size, int vga_ram_size, int boot_device,
71
66
               DisplayState * ds, const char **fd_filename, int snapshot,
72
67
               const char *kernel_filename, const char *kernel_cmdline,
73
 
               const char *initrd_filename)
 
68
               const char *initrd_filename, const char *cpu_model)
74
69
{
75
70
    int ret;
76
71
    CPUState *env;