1. 04 9月, 2009 2 次提交
  2. 03 9月, 2009 3 次提交
  3. 02 9月, 2009 1 次提交
  4. 25 7月, 2009 1 次提交
    • P
      Add support for VBox 3 and event callbacks on vbox · 41e097e9
      Pritesh Kothari 提交于
      * src/vbox/vbox_driver.c: remove some old 2.5 switches and plug the
        3.0 driver
      * src/vbox/vbox_V3_0.c src/vbox/vbox_CAPI_v3_0.h: the driver for
        VirtualBox 3.0
      * src/vbox/vbox_tmpl.c: handle the new driver and add event support
      * src/Makefile.am: plug in the new module
      41e097e9
  5. 22 7月, 2009 1 次提交
    • M
      Retain disk PCI address across libvirtd restarts · 01654107
      Mark McLoughlin 提交于
      When we hot-plug a disk device into a qemu guest, we need to retain its
      PCI address so that it can be removed again later. Currently, we do
      retain the slot number, but not across libvirtd restarts.
      
      Add <state devaddr="xxxx:xx:xx"/> to the disk device XML config when the
      VIR_DOMAIN_XML_INTERNAL_STATUS flag is used. We still don't parse the
      domain and bus number, but the format allows us to do that in future.
      
      * src/domain_conf.h: replace slotnum with pci_addr struct, add helper
        for testing whether the address is valid
      
      * src/domain_conf.c: handle formatting and parsing the address
      
      * src/qemu_driver.c: store the parsed slot number as a full PCI address,
        and use this address with the pci_del monitor command
      
      * src/vbox/vbox_tmpl.c: we're debug printing slotnum here even though
        it can never be set, just delete it
      01654107
  6. 21 7月, 2009 1 次提交
  7. 03 6月, 2009 3 次提交
  8. 21 5月, 2009 1 次提交
  9. 15 5月, 2009 2 次提交
  10. 12 5月, 2009 1 次提交
  11. 11 5月, 2009 1 次提交
  12. 08 5月, 2009 2 次提交
  13. 06 5月, 2009 1 次提交
    • D
      VirtualBox version improvement and cleanups · 5432ec8d
      Daniel Veillard 提交于
      * src/vbox/vbox_driver.c src/vbox/vbox_tmpl.c: changes in
        VirtualBox driver version detection and move informations
        from a global variable into a driver structure, patch by Pritesh
        Kothari.
      Daniel
      5432ec8d
  14. 22 4月, 2009 1 次提交
  15. 18 4月, 2009 1 次提交
    • D
      integration of the VirtualBox support · 10d16508
      Daniel Veillard 提交于
      * configure.in include/libvirt/virterror.h src/Makefile.am
        src/domain_conf.[ch] src/driver.h src/virterror.c src/vbox/README
        src/vbox/vbox_CAPI_v2_2.h src/vbox/vbox_V2_2.c
        src/vbox/vbox_XPCOMCGlue.[ch] src/vbox/vbox_driver.[ch]
        src/vbox/vbox_tmpl.c: integration of the VirtualBox support
        patches by Pritesh Kothari
      Daniel
      10d16508