Revision 1de7afc9 hw/apic.c

b/hw/apic.c
16 16
 * You should have received a copy of the GNU Lesser General Public
17 17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>
18 18
 */
19
#include "qemu-thread.h"
19
#include "qemu/thread.h"
20 20
#include "apic_internal.h"
21 21
#include "apic.h"
22 22
#include "ioapic.h"
23 23
#include "pci/msi.h"
24
#include "host-utils.h"
24
#include "qemu/host-utils.h"
25 25
#include "trace.h"
26 26
#include "pc.h"
27 27
#include "apic-msidef.h"

Also available in: Unified diff