summaryrefslogtreecommitdiff
path: root/poll.go
AgeCommit message (Collapse)Author
2025-02-22switch virtbuf to virtpbv0.2.36Jeff Carr
2025-02-08run go vetv0.2.35v0.2.34v0.2.33v0.2.32v0.2.31Jeff Carr
2024-12-04improvements due to autogenpbv0.2.29v0.2.28v0.2.27v0.2.26v0.2.25v0.2.24v0.2.23v0.2.22v0.2.21v0.2.20v0.2.19v0.2.18v0.2.17Jeff Carr
2024-11-01everything is working againv0.2.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01getting down to the nitty grittyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01working further on handling vm ghostingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01confirm the current hypervisor value doesn't get cleared outJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01compilesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01last commit before import attemptJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01common d.SprintHeader() functions for humansJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31ready to try local importJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31add droplet() defaults to start state=offJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31cleaning up debgging for importJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31ready to trigger importDomain()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31ready for import local domain request to hypervisorsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31runs againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31compiles againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31compiles after lots of protobuf changesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-30events is now c.EJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-28ready to release a debian package?Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-28continuing work on tracking droplet stateJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-28grid stable might be workingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-28make an event for droplet moving hypervisorsv0.2.1Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27track droplets reported from each hypervisorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27start spice/vnc ports at 5900 and skip 6000Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27validate stuff should be hereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26virtigod doing xml nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26works again. I fucking deleted the kuma checkJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26compiles and lists hypervisorsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23switched to pb.DropletState enumJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22deprecate hypervisor file. yay!Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22dumped droplet fileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22compiles and runsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22compilesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22start migration to protobufsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18start simple xml handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-17make STDOUT output easier to readJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-17clean up logging of initial scan of dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-15start from the command line worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13checking for the grid to be 'stable' before starting new dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13trigger start over httpJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13track the global killcount of virtigod restartsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13last version restarted virtigod to libvirt hangJeff Carr
it would appear at this point there is some sort of bug that hangs libvirtd. stracing it isn't obvious to me due to my lack of experience with really working with strace much. When virtigod hangs, 'virsh list' also hangs from the command line. If I kill virtigod, everything starts working again and I get lots of output from libvirtd --listen but I haven't investigated any of the errors yet or looked further. I probably will just work around this problem rather than solving it in this case since my need here is to get to working on riscv uboot development where my usefullness is better. hopefully. Or, maybe it's what I'm more interested in. maybe this bug doesn't exist on riscv. haha to you reading this, virtualization with riscv doesn't really even exist much yet. The chips are still too new! Signed-off-by: Jeff Carr <[email protected]>
2024-10-13more accurate totalsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13show totalsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13start a tally of working, totals, not working, etcJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13track hypervisor daemon kill countJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13cleanup STDOUT debuggingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12add daemon modeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12state changes if droplet rebootsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>