libvirt/src/bhyve
Michal Privoznik 5683b21309 virGetDomain: Set domain ID too
So far our code is full of the following pattern:

  dom = virGetDomain(conn, name, uuid)
  if (dom)
      dom->id = 42;

There is no reasong why it couldn't be just:

  dom = virGetDomain(conn, name, uuid, id);

After all, client domain representation consists of tuple (name,
uuid, id).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2017-04-03 08:35:57 +02:00
..
bhyve_capabilities.c Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
bhyve_capabilities.h bhyve: add xhci tablet support 2017-03-26 19:22:30 +04:00
bhyve_command.c bhyve: add xhci tablet support 2017-03-26 19:22:30 +04:00
bhyve_command.h
bhyve_conf.c bhyve: add config file support 2017-03-14 20:46:05 +04:00
bhyve_conf.h bhyve: add config file support 2017-03-14 20:46:05 +04:00
bhyve_device.c bhyve: add xhci tablet support 2017-03-26 19:22:30 +04:00
bhyve_device.h
bhyve_domain.c bhyve: fix SATA address allocation 2017-01-30 20:48:42 +04:00
bhyve_domain.h bhyve: add virBhyveDriverCreateXMLConf 2017-01-30 20:48:42 +04:00
bhyve_driver.c virGetDomain: Set domain ID too 2017-04-03 08:35:57 +02:00
bhyve_driver.h
bhyve_monitor.c
bhyve_monitor.h
bhyve_parse_command.c bhyve: add e1000 nic support 2017-02-11 06:51:28 +04:00
bhyve_parse_command.h
bhyve_process.c bhyve: add support for booting from UEFI 2017-03-11 22:40:57 +04:00
bhyve_process.h
bhyve_utils.h bhyve: add config file support 2017-03-14 20:46:05 +04:00
bhyve.conf bhyve: add config file support 2017-03-14 20:46:05 +04:00
libvirtd_bhyve.aug bhyve: add config file support 2017-03-14 20:46:05 +04:00
test_libvirtd_bhyve.aug.in bhyve: add config file support 2017-03-14 20:46:05 +04:00