1. 27 Oct, 2014 3 commits
    • Mitchell Hashimoto's avatar
      Merge branch 'fix_qemu_size_argument' of https://github.com/berendt/packer... · 3504e4c1
      Mitchell Hashimoto authored
      Merge branch 'fix_qemu_size_argument' of https://github.com/berendt/packer into berendt-fix_qemu_size_argument
      
      Conflicts:
      	website/source/docs/builders/qemu.html.markdown
      3504e4c1
    • Jason A. Beranek's avatar
      Merge pull request #1514 from briandowns/master · a4761087
      Jason A. Beranek authored
      Added struct to be passed to the Process function to render the vagrant ...
      a4761087
    • Christian Berendt's avatar
      Fix the value for the QEMU size parameter in the documentation · 5874e235
      Christian Berendt authored
      Instead of 1024m it shoud be 1024M. Using 1024m as value does not work:
      
      ---snip---
      2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Executing
      /usr/bin/qemu-system-x86_64: []string{"-m", "1024m", "-redir",
      "tcp:3213::22", "-device", "virtio-net,netdev=user.0", "-cdrom",
      "/home/berendt/B1-Systems/openstack-appliance/packer_cache/436c246ce08d768bbacce00e39c11ecd09071565542788d08b3120de0228c9eb.iso",
      "-machine", "type=pc-1.0,accel=kvm", "-vnc", "0.0.0.0:47", "-netdev",
      "user,id=user.0", "-name", "openstack", "-drive",
      "file=openstack/openstack.qcow2,if=virtio", "-boot", "once=d"}
      2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Started
      Qemu. Pid: 2618
      2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Qemu
      stderr: qemu-system-x86_64: -m 1024m: Parameter 'size' expects a size
      ==> qemu: Error launching VM: Qemu failed to start. Please run with logs
      to get more info.
      ---snap---
      5874e235
  2. 24 Oct, 2014 2 commits
  3. 22 Oct, 2014 12 commits
  4. 18 Oct, 2014 2 commits
  5. 14 Oct, 2014 21 commits