Loading exec-all.h +1 −1 Original line number Diff line number Diff line Loading @@ -216,7 +216,7 @@ static inline void tb_set_jmp_target1(unsigned long jmp_addr, unsigned long addr { /* patch the branch destination */ *(uint32_t *)jmp_addr = addr - (jmp_addr + 4); /* no need to flush icache explicitely */ /* no need to flush icache explicitly */ } #elif defined(__arm__) static inline void tb_set_jmp_target1(unsigned long jmp_addr, unsigned long addr) Loading hw/alpha_palcode.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ pal_handler_t pal_handlers[] = { }; #if 0 /* One must explicitely check that the TB is valid and the FOE bit is reset */ /* One must explicitly check that the TB is valid and the FOE bit is reset */ static void update_itb (void) { /* This writes into a temp register, not the actual one */ Loading hw/integratorcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -494,7 +494,7 @@ static void integratorcp_init(ram_addr_t ram_size, int vga_ram_size, } ram_offset = qemu_ram_alloc(ram_size); /* ??? On a real system the first 1Mb is mapped as SSRAM or boot flash. */ /* ??? RAM shoud repeat to fill physical memory space. */ /* ??? RAM should repeat to fill physical memory space. */ /* SDRAM at address zero*/ cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM); /* And again at address 0x80000000 */ Loading hw/realview.c +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ static void realview_init(ram_addr_t ram_size, int vga_ram_size, } } /* ??? RAM shoud repeat to fill physical memory space. */ /* ??? RAM should repeat to fill physical memory space. */ /* SDRAM at address zero. */ cpu_register_physical_memory(0, ram_size, IO_MEM_RAM); Loading hw/scsi-disk.c +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ static int32_t scsi_send_command(SCSIDevice *d, uint32_t tag, case 0x46: DPRINTF("Get Configuration (rt %d, maxlen %d)\n", buf[1] & 3, len); memset(outbuf, 0, 8); /* ??? This shoud probably return much more information. For now /* ??? This should probably return much more information. For now just return the basic header indicating the CD-ROM profile. */ outbuf[7] = 8; // CD-ROM r->buf_len = 8; Loading Loading
exec-all.h +1 −1 Original line number Diff line number Diff line Loading @@ -216,7 +216,7 @@ static inline void tb_set_jmp_target1(unsigned long jmp_addr, unsigned long addr { /* patch the branch destination */ *(uint32_t *)jmp_addr = addr - (jmp_addr + 4); /* no need to flush icache explicitely */ /* no need to flush icache explicitly */ } #elif defined(__arm__) static inline void tb_set_jmp_target1(unsigned long jmp_addr, unsigned long addr) Loading
hw/alpha_palcode.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ pal_handler_t pal_handlers[] = { }; #if 0 /* One must explicitely check that the TB is valid and the FOE bit is reset */ /* One must explicitly check that the TB is valid and the FOE bit is reset */ static void update_itb (void) { /* This writes into a temp register, not the actual one */ Loading
hw/integratorcp.c +1 −1 Original line number Diff line number Diff line Loading @@ -494,7 +494,7 @@ static void integratorcp_init(ram_addr_t ram_size, int vga_ram_size, } ram_offset = qemu_ram_alloc(ram_size); /* ??? On a real system the first 1Mb is mapped as SSRAM or boot flash. */ /* ??? RAM shoud repeat to fill physical memory space. */ /* ??? RAM should repeat to fill physical memory space. */ /* SDRAM at address zero*/ cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM); /* And again at address 0x80000000 */ Loading
hw/realview.c +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ static void realview_init(ram_addr_t ram_size, int vga_ram_size, } } /* ??? RAM shoud repeat to fill physical memory space. */ /* ??? RAM should repeat to fill physical memory space. */ /* SDRAM at address zero. */ cpu_register_physical_memory(0, ram_size, IO_MEM_RAM); Loading
hw/scsi-disk.c +1 −1 Original line number Diff line number Diff line Loading @@ -662,7 +662,7 @@ static int32_t scsi_send_command(SCSIDevice *d, uint32_t tag, case 0x46: DPRINTF("Get Configuration (rt %d, maxlen %d)\n", buf[1] & 3, len); memset(outbuf, 0, 8); /* ??? This shoud probably return much more information. For now /* ??? This should probably return much more information. For now just return the basic header indicating the CD-ROM profile. */ outbuf[7] = 8; // CD-ROM r->buf_len = 8; Loading