This commit is contained in:
espes 2015-06-14 00:52:04 +10:00
parent b3868ad7d1
commit 4bb3043bf5
2 changed files with 1 additions and 2 deletions

View File

@ -298,7 +298,6 @@ static int xbox_lpc_initfn(PCIDevice *d)
QemuOpts *machine_opts = qemu_opts_find(qemu_find_opts("machine"), 0); QemuOpts *machine_opts = qemu_opts_find(qemu_find_opts("machine"), 0);
if (machine_opts) { if (machine_opts) {
const char *bootrom_file = qemu_opt_get(machine_opts, "bootrom"); const char *bootrom_file = qemu_opt_get(machine_opts, "bootrom");
if (!bootrom_file) bootrom_file = "mcpx.bin";
int rc, fd = -1; int rc, fd = -1;
if (bootrom_file) { if (bootrom_file) {

View File

@ -251,7 +251,7 @@ static void usb_xid_handle_control(USBDevice *dev, USBPacket *p,
break; break;
case InterfaceRequestVendor | XID_GET_CAPABILITIES: case InterfaceRequestVendor | XID_GET_CAPABILITIES:
DPRINTF("xid XID_GET_CAPABILITIES %x\n", value); DPRINTF("xid XID_GET_CAPABILITIES %x\n", value);
assert(false); // assert(false);
break; break;
default: default:
p->status = USB_RET_STALL; p->status = USB_RET_STALL;