summaryrefslogtreecommitdiffstats
path: root/linux-user/xtensa/target_fcntl.h
blob: dc1ca7eaa50ad0aaadda14fd892a78c6c9221aed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation, or (at your option) any
 * later version. See the COPYING file in the top-level directory.
 */

#ifndef XTENSA_TARGET_FCNTL_H
#define XTENSA_TARGET_FCNTL_H
#include "../generic/fcntl.h"
#endif
eplace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-0/+1 * hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1 * Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star * Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star * hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-0/+1 * elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+2 * change get_image_size return type to int64_tLi Zhijian2018-10-021-1/+2 * hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIOPhilippe Mathieu-Daudé2018-03-121-6/+4Star * hw/alpha/dp264: Add the ISA DMA controllerPhilippe Mathieu-Daudé2018-03-121-0/+4 * hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2018-03-121-1/+2 * hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1 * hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-181-1/+1 * alpha: use generic cpu_model parsingIgor Mammedov2017-10-271-2/+2 * cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star * alpha: replace cpu_alpha_init() with cpu_generic_init()Igor Mammedov2017-09-011-2/+6 * target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson2017-07-191-1/+0Star * hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1 * sun4uv: fix serial initialization regressionMarc-André Lureau2016-10-241-1/+1 * util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1 * hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2 * loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+2 * alpha: Clean up includesPeter Maydell2016-01-29