summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2025-03-10Unmarshal() dropletsJeff Carr
2025-03-10make admin modeJeff Carr
2025-02-23wow. all it took to make a table window for running dropletsJeff Carr
2025-02-22first gui for virtigo! easy with proto pb tablesJeff Carr
2025-02-08run go vetv0.2.35v0.2.34v0.2.33v0.2.32v0.2.31Jeff Carr
2025-02-07func name changev0.2.30Jeff Carr
2024-11-16fix buildv0.2.13Jeff Carr
2024-11-03more notesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-02build notesv0.2.6Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-02just use the deb packages for nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-02build doesn't workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-02makefile fixesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-02fix makefile. makefiles are awesome. always have one, but fuck makefilesv0.2.5Jeff 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-30make a simple .deb packageJeff 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-26more http optionsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26virtigod doing xml nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26network is maybe correct as virtio. pci needed?Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26finds disks and puts dirs in the protobuf clusterJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25generate XML by droplet hostnameJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25--xml-ignore-disk=true worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25checking for duplicate filenames worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-25check for duplicate disk namesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-24working on making eventsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-24keep backups of the config filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23working but not working yetJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23compiles and runs. logic wrongJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23keep removing old junkJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23set a homedirJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18start simple xml handlingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-18write out xml file for virsh create (maybe?)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-16crudsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-16this is such stupid code because I haven't switched to protobufJeff 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-13trigger start over httpJeff 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-13attempt to generate an event. next up: protobufJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-12the beginning of somethingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-11initial something. doesn't do anything yet.v0.0.1Jeff Carr