update Makefiles with qemu -no-reboot option
This commit is contained in:
		
							parent
							
								
									f2c3333eaa
								
							
						
					
					
						commit
						c8e545dfb1
					
				@ -208,12 +208,12 @@ TARGETS: $(TARGETS)
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox debug debug-nox
 | 
			
		||||
qemu-mon: $(UCOREIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio -hda $< -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio -hda $< -serial null
 | 
			
		||||
qemu: $(UCOREIMG)
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio -hda $< -serial null
 | 
			
		||||
	$(V)$(QEMU) -no-reboot -parallel stdio -hda $< -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: $(UCOREIMG)
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio -hda $< -nographic
 | 
			
		||||
	$(V)$(QEMU)   -no-reboot -serial mon:stdio -hda $< -nographic
 | 
			
		||||
TERMINAL        :=gnome-terminal
 | 
			
		||||
debug: $(UCOREIMG)
 | 
			
		||||
	$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null &
 | 
			
		||||
 | 
			
		||||
@ -232,12 +232,12 @@ QEMUOPTS = -hda $(UCOREIMG)
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox gdb debug debug-mon debug-nox
 | 
			
		||||
qemu-mon: targets
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
qemu: targets
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: targets
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
 | 
			
		||||
gdb:
 | 
			
		||||
	$(V)$(GDB) -q -x tools/gdbinit
 | 
			
		||||
 | 
			
		||||
@ -226,12 +226,12 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox debug debug-nox
 | 
			
		||||
qemu-mon: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
qemu: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
 | 
			
		||||
TERMINAL := gnome-terminal
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -230,12 +230,12 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox debug debug-nox
 | 
			
		||||
qemu-mon: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
qemu: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
 | 
			
		||||
TERMINAL := gnome-terminal
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -269,12 +269,12 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox debug debug-nox
 | 
			
		||||
qemu-mon: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
qemu: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
 | 
			
		||||
TERMINAL := gnome-terminal
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -269,12 +269,12 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox debug debug-nox
 | 
			
		||||
qemu-mon: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
qemu: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
 | 
			
		||||
TERMINAL := gnome-terminal
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -269,12 +269,12 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox debug debug-nox
 | 
			
		||||
qemu-mon: $(UCOREIMG)  $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
qemu: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: $(UCOREIMG) $(SWAPIMG)
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
 | 
			
		||||
TERMINAL := gnome-terminal
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -309,15 +309,15 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback -d
 | 
			
		||||
 | 
			
		||||
.PHONY: qemu qemu-nox debug debug-nox monitor
 | 
			
		||||
qemu-mon: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
qemu: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
 | 
			
		||||
	$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -parallel stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
qemu-nox: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
 | 
			
		||||
	$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
 | 
			
		||||
 | 
			
		||||
monitor: $(UCOREIMG) $(SWAPING) $(SFSIMG)
 | 
			
		||||
	$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
	$(V)$(QEMU)  -no-reboot  -monitor stdio $(QEMUOPTS) -serial null
 | 
			
		||||
 | 
			
		||||
TERMINAL := gnome-terminal
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user