]> Git Repo - qemu.git/blobdiff - hw/pci/pci-stub.c
Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into staging
[qemu.git] / hw / pci / pci-stub.c
index f8f237e823bc0c0895e36ef58caaab1b1ed1ba88..36d2c430c5be25afc13ac220370197103b5dae04 100644 (file)
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "sysemu/sysemu.h"
 #include "monitor/monitor.h"
+#include "qapi/qmp/qerror.h"
 #include "hw/pci/pci.h"
 #include "qmp-commands.h"
 
 PciInfoList *qmp_query_pci(Error **errp)
 {
-    error_set(errp, QERR_UNSUPPORTED);
+    error_setg(errp, QERR_UNSUPPORTED);
     return NULL;
 }
 
This page took 0.023924 seconds and 4 git commands to generate.