mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 05:50:37 +00:00
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
This commit is contained in:
commit
625f9e1f54
@ -229,7 +229,7 @@ in the schema. The following files are generated:
|
||||
$(prefix)qmp-marshal.c: command marshal/dispatch functions for each
|
||||
QMP command defined in the schema. Functions
|
||||
generated by qapi-visit.py are used to
|
||||
convert QObjects recieved from the wire into
|
||||
convert QObjects received from the wire into
|
||||
function parameters, and uses the same
|
||||
visitor functions to convert native C return
|
||||
values to QObjects from transmission back
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* PCI stubs for plathome that doesn't support pci bus.
|
||||
* PCI stubs for platforms that don't support pci bus.
|
||||
*
|
||||
* Copyright (c) 2010 Isaku Yamahata <yamahata at valinux co jp>
|
||||
* VA Linux Systems Japan K.K.
|
||||
|
@ -585,7 +585,7 @@ main(
|
||||
printf(" recv APDU: ");
|
||||
print_byte_array(pbSendBuffer, mhHeader.length);
|
||||
}
|
||||
/* Transmit recieved APDU */
|
||||
/* Transmit received APDU */
|
||||
dwSendLength = mhHeader.length;
|
||||
dwRecvLength = sizeof(pbRecvBuffer);
|
||||
reader = vreader_get_reader_by_id(mhHeader.reader_id);
|
||||
|
Loading…
Reference in New Issue
Block a user