1. 27 4月, 2012 4 次提交
    • S
      qtest: Fix more format errors with qtest_sendf · ea7697fc
      Stefan Weil 提交于
      After adding GCC_FMT_ATTR to qtest_sendf, more format errors are reported
      by the compiler. These are fixed here.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      ea7697fc
    • S
      sdl: Add QEMU mascot icon for use with SDL · 94b26294
      Stefan Weil 提交于
      This is a bitmap file (32x32x4) derived from the official QEMU mascot
      (which was designed by Benoît Canet). I stripped the text from the SVG
      to get a nearly square image and converted the result to BMP without
      any manual optimization.
      
      The bitmap is currently used by QEMU's SDL interface and replaces the
      default X icon.
      
      v2: Add qemu-icon.bmp to Makefile.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      94b26294
    • A
      qom: quick and dirty QOM filesystem based on FUSE · 5ade7674
      Anthony Liguori 提交于
      Here's an example session:
      
      anthony@titi:~/git/qemu/QMP$ QMP_SERVER=/tmp/server.sock ./qom-fuse tmp
      anthony@titi:~/git/qemu/QMP$ ls tmp
      machine  sysbus  type
      anthony@titi:~/git/qemu/QMP$ ls tmp/machine
      i440fx  peripheral  peripheral-anon  type  unattached
      anthony@titi:~/git/qemu/QMP$ ls tmp/machine/i440fx
      ioapic  parent_bus  pci.0  type
      anthony@titi:~/git/qemu/QMP$ ls tmp/machine/i440fx/pci.0
      child[0]  child[1]  child[2]  child[3]  child[4]  child[5]  type
      anthony@titi:~/git/qemu/QMP$ ls tmp/machine/i440fx/pci.0/child[4]
      addr                 legacy-addr                 multifunction  type
      command_serr_enable  legacy-command_serr_enable  parent_bus
      ide.0                legacy-multifunction        rombar
      ide.1                legacy-romfile              romfile
      anthony@titi:~/git/qemu/QMP$ cat tmp/machine/i440fx/pci.0/child[4]/type
      piix3-ide
      anthony@titi:~/git/qemu/QMP$ ls -al tmp/machine/i440fx/pci.0/child\[4\]/parent_bus
      lrwxr-xr-x 2 anthony anthony 4096 1969-12-31 18:00 tmp/machine/i440fx/pci.0/child[4]/parent_bus -> ../../../machine/i440fx/pci.0
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      5ade7674
    • A
      pc-sysfw: make sure to call qdev_init · 1d38574f
      Anthony Liguori 提交于
      We're not actually calling qdev_init for the pc-sysfw device.  Since we create
      the canonical path during realize, this was causing an assert to trigger when
      attempting to read a link pointing to pc-sysfw.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      1d38574f
  2. 26 4月, 2012 4 次提交
  3. 24 4月, 2012 32 次提交