From 4bb3043bf5b8deaddf9cad53ca73b748993b787c Mon Sep 17 00:00:00 2001 From: espes Date: Sun, 14 Jun 2015 00:52:04 +1000 Subject: [PATCH] bah --- hw/xbox/xbox_pci.c | 1 - hw/xbox/xid.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xbox/xbox_pci.c b/hw/xbox/xbox_pci.c index bf86315b6e..52dc33e3e8 100644 --- a/hw/xbox/xbox_pci.c +++ b/hw/xbox/xbox_pci.c @@ -298,7 +298,6 @@ static int xbox_lpc_initfn(PCIDevice *d) QemuOpts *machine_opts = qemu_opts_find(qemu_find_opts("machine"), 0); if (machine_opts) { const char *bootrom_file = qemu_opt_get(machine_opts, "bootrom"); - if (!bootrom_file) bootrom_file = "mcpx.bin"; int rc, fd = -1; if (bootrom_file) { diff --git a/hw/xbox/xid.c b/hw/xbox/xid.c index e7badb773d..72ea693931 100644 --- a/hw/xbox/xid.c +++ b/hw/xbox/xid.c @@ -251,7 +251,7 @@ static void usb_xid_handle_control(USBDevice *dev, USBPacket *p, break; case InterfaceRequestVendor | XID_GET_CAPABILITIES: DPRINTF("xid XID_GET_CAPABILITIES %x\n", value); - assert(false); + // assert(false); break; default: p->status = USB_RET_STALL;