~bdrung/qemu-kvm/caps-lock-key-up-event

« back to all changes in this revision

Viewing changes to qemu-monitor.hx

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-08-10 08:51:54 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810085154-ok0jzlkr75dplmc7
Tags: 0.12.5+noroms-0ubuntu1
* New upstream release
* Removed patch which is now upstream:
  0001-Fix-missing-symbols-in-.rel-.rela.plt-sections.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
888
888
        .name       = "balloon",
889
889
        .args_type  = "value:M",
890
890
        .params     = "target",
891
 
        .help       = "request VM to change it's memory allocation (in MB)",
 
891
        .help       = "request VM to change its memory allocation (in MB)",
892
892
        .user_print = monitor_user_noop,
893
893
        .mhandler.cmd_new = do_balloon,
894
894
    },