Merge branch 'master' into chouffe
authorErwan Velu <erwanaliasr1@gmail.com>
Tue, 25 Jan 2011 19:41:50 +0000 (20:41 +0100)
committerErwan Velu <erwanaliasr1@gmail.com>
Tue, 25 Jan 2011 19:41:50 +0000 (20:41 +0100)
Conflicts:
com32/hdt/hdt.h

1  2 
com32/hdt/Makefile
com32/hdt/hdt-cli-cpu.c
com32/hdt/hdt-cli-hdt.c
com32/hdt/hdt-cli-kernel.c
com32/hdt/hdt-cli-pci.c
com32/hdt/hdt-cli-pxe.c
com32/hdt/hdt-cli.c
com32/hdt/hdt-cli.h
com32/hdt/hdt-common.c
com32/hdt/hdt-common.h
com32/hdt/hdt-menu.c

@@@ -43,10 -43,8 +43,9 @@@ ISOLINUX_DIR            ?= isolinu
  FLOPPY_DIR            ?= floppy
  PCI_IDS_FILE            ?= $(PWD)/$(FLOPPY_DIR)/pci.ids
  GZ_PCI_IDS_FILE         ?= $(PCI_IDS_FILE).gz
- REBOOT_COM32            ?= $(com32)/modules/reboot.c32
  MENU_COM32              ?= $(com32)/menu/menu.c32
  ART_DIR                 ?= art/
 +QEMU                  ?= qemu-kvm
  
  all: $(MODULES) $(TESTFILES)
  
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -75,10 -69,8 +75,10 @@@ void detect_parameters(const int argc, 
      for (int i = 1; i < argc; i++) {
        if (!strncmp(argv[i], "quiet", 5)) {
            quiet = true;
 +      } else  if (!strncmp(argv[i], "verbose", 7)) {
 +          quiet = false;
        } else if (!strncmp(argv[i], "modules_pcimap=", 15)) {
-           strncpy(hardware->modules_pcimap_path, argv[i] + 15,
+           strlcpy(hardware->modules_pcimap_path, argv[i] + 15,
                    sizeof(hardware->modules_pcimap_path));
            convert_isolinux_filename(hardware->modules_pcimap_path, hardware);
        } else if (!strncmp(argv[i], "pciids=", 7)) {
Simple merge
Simple merge