libvirt/src/xen
Daniel P. Berrange 16ba2aafc4 Allow hash tables to use generic pointers as keys
Relax the restriction that the hash table key must be a string
by allowing an arbitrary hash code generator + comparison func
to be provided

* util/hash.c, util/hash.h: Allow any pointer as a key
* internal.h: Include stdbool.h as standard.
* conf/domain_conf.c, conf/domain_conf.c,
  conf/nwfilter_params.c, nwfilter/nwfilter_gentech_driver.c,
  nwfilter/nwfilter_gentech_driver.h, nwfilter/nwfilter_learnipaddr.c,
  qemu/qemu_command.c, qemu/qemu_driver.c,
  qemu/qemu_process.c, uml/uml_driver.c,
  xen/xm_internal.c: s/char */void */ in hash callbacks
2011-02-25 13:00:54 +00:00
..
block_stats.c
block_stats.h
xen_driver.c Renamed functions in xenxs 2011-02-21 11:15:08 -07:00
xen_driver.h
xen_hypervisor.c maint: kill all remaining uses of old DEBUG macro 2011-02-21 08:46:52 -07:00
xen_hypervisor.h
xen_inotify.c maint: kill all remaining uses of old DEBUG macro 2011-02-21 08:46:52 -07:00
xen_inotify.h
xend_internal.c Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00
xend_internal.h Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00
xm_internal.c Allow hash tables to use generic pointers as keys 2011-02-25 13:00:54 +00:00
xm_internal.h Moved XM formatting functions to xenxs 2011-02-21 11:14:52 -07:00
xs_internal.c maint: kill all remaining uses of old DEBUG macro 2011-02-21 08:46:52 -07:00
xs_internal.h