diff options
author | Gonglei | 2014-08-11 10:10:25 +0200 |
---|---|---|
committer | Michael Tokarev | 2014-08-15 16:54:06 +0200 |
commit | ef9f7b587df5a896dc9f6d076f41a844db3d9761 (patch) | |
tree | 0375509ef49a71ea371f8d4ac519a40eea06cb5b /hw/pci-host/pam.c | |
parent | qemu-options.hx: fix a typo of chardev (diff) | |
download | qemu-ef9f7b587df5a896dc9f6d076f41a844db3d9761.tar.gz qemu-ef9f7b587df5a896dc9f6d076f41a844db3d9761.tar.xz qemu-ef9f7b587df5a896dc9f6d076f41a844db3d9761.zip |
pci-host: update obsolete reference about piix_pci.c
piix_pci.c has been renamed into piix.c at commit
c0907c9e6417cb959dfd9ef6873221536ec91351
update the obsolete reference.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/pci-host/pam.c')
-rw-r--r-- | hw/pci-host/pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/pam.c b/hw/pci-host/pam.c index e1e95aabcd..6abee4fd55 100644 --- a/hw/pci-host/pam.c +++ b/hw/pci-host/pam.c @@ -6,7 +6,7 @@ * VA Linux Systems Japan K.K. * Copyright (c) 2012 Jason Baron <jbaron@redhat.com> * - * Split out from piix_pci.c + * Split out from piix.c * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |