Sign in
qemu-android
/
qemu-android
/
a2950fb6e795e3e10fed35d347a7aa28a44be2ff
a2950fb
pseries: Add trace event for PCI irqs
by Alexey Kardashevskiy
· 13 years ago
9894c5d
pseries: Export find_phb() utility function for PCI code
by Alexey Kardashevskiy
· 13 years ago
f4b9523
pseries: added allocator for a block of IRQs
by Alexey Kardashevskiy
· 13 years ago
fa28f71
pseries: Separate PCI RTAS setup from common from emulation specific PCI setup
by Alexey Kardashevskiy
· 13 years ago
a307d59
pseries: Rework irq assignment to avoid carrying qemu_irqs around
by Alexey Kardashevskiy
· 13 years ago
c9f709d
pseries: Remove extraneous prints
by David Gibson
· 13 years ago
0333257
pseries: Update SLOF
by Benjamin Herrenschmidt
· 13 years ago
3fc5acd
PPC: spapr: Remove global variable
by Alexander Graf
· 13 years ago
8c57b86
PPC: spapr: Rework VGA select logic
by Alexander Graf
· 13 years ago
a5b7172
xbzrle: fix compilation on ppc32
by Alexander Graf
· 13 years ago
f28359d
spapr: Add support for -vga option
by zhlcindy@gmail.com
· 13 years ago
c1195d1
Add one new file vga-pci.h and cleanup on all platforms
by zhlcindy@gmail.com
· 13 years ago
7e99826
Revert "PPC: e500: Use new MPIC dt format"
by Alexander Graf
· 13 years ago
78e8fde
ppc: Fix bug in handling of PAPR hypercall exits
by David Gibson
· 13 years ago
4d5c29c
PPC: e500: add generic e500 platform
by Scott Wood
· 13 years ago
e6eaabe
PPC: e500: split mpc8544ds machine from generic e500 code
by Scott Wood
· 13 years ago
b330598
PPC: e500: change internal references away from mpc8544ds
by Scott Wood
· 13 years ago
4a18e7c
PPC: e500: rename mpc8544ds into generic file
by Scott Wood
· 13 years ago
e0fdbd7
pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt
by Alexey Kardashevskiy
· 13 years ago
231903b
pseries pci: removed redundant busdev
by Alexey Kardashevskiy
· 13 years ago
03834e2
Merge remote-tracking branch 'origin/master' into staging
by Anthony Liguori
· 13 years ago
873359d
Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm
by Blue Swirl
· 13 years ago
3a1363a
linux-user: ARM: Ignore immediate value for svc in thumb mode
by Alexander Graf
· 13 years ago
806d102
linux-user: Use init_guest_space when -R and -B are specified
by Meador Inge
· 13 years ago
dce1040
linux-user: Factor out guest space probing into a function
by Meador Inge
· 13 years ago
cd8e407
flatload: fix bss clearing
by Mike Frysinger
· 13 years ago
aebf5bc
linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
by Jing Huang
· 13 years ago
920394d
linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
by Jing Huang
· 13 years ago
ca61906
linux-user: pass sockaddr from host to target
by Jing Huang
· 13 years ago
92fc4b5
x86: switch to AREG0 free mode
by Blue Swirl
· 13 years ago
2999a0b
x86: avoid AREG0 in segmentation helpers
by Blue Swirl
· 13 years ago
4a7443b
x86: avoid AREG0 for misc helpers
by Blue Swirl
· 13 years ago
329e607
x86: use wrappers for memory access helpers
by Blue Swirl
· 13 years ago
608badf
x86: avoid AREG0 for SMM helpers
by Blue Swirl
· 13 years ago
052e80d
x86: avoid AREG0 for SVM helpers
by Blue Swirl
· 13 years ago
7923057
x86: avoid AREG0 for integer helpers
by Blue Swirl
· 13 years ago
f0967a1
x86: avoid AREG0 for condition code helpers
by Blue Swirl
· 13 years ago
d3eb5ea
x86: avoid AREG0 for FPU helpers
by Blue Swirl
· 13 years ago
28a9a00
Merge remote-tracking branch 'kraxel/seabios-5a02306' into staging
by Anthony Liguori
· 13 years ago
2f00463
MAINTAINERS: Update email address for Stefan Hajnoczi
by Stefan Hajnoczi
· 13 years ago
633decd
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 13 years ago
ac839cc
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
by Anthony Liguori
· 13 years ago
6a1f9d0
Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging
by Anthony Liguori
· 13 years ago
70b7660
target-ppc: add implementation of query-cpu-definitions (v2)
by Anthony Liguori
· 13 years ago
e396612
target-i386: add implementation of query-cpu-definitions (v2)
by Anthony Liguori
· 13 years ago
e4e31c6
qapi: add query-cpu-definitions command (v2)
by Anthony Liguori
· 13 years ago
6ee373a
compiler: add macro for GCC weak symbols
by Anthony Liguori
· 13 years ago
01d3c80
qapi: add query-machines command
by Anthony Liguori
· 13 years ago
5192082
qapi: mark QOM commands stable
by Anthony Liguori
· 13 years ago
1daa31b
qmp: introduce device-list-properties command
by Anthony Liguori
· 13 years ago
25df49f
qmp: add SUSPEND_DISK event
by Luiz Capitulino
· 13 years ago
67e3cf2
qmp: qmp-events.txt: add missing doc for the SUSPEND event
by Luiz Capitulino
· 13 years ago
cb8900f
qmp: qmp-events.txt: put events in alphabetical order
by Luiz Capitulino
· 13 years ago
17c8660
qmp: emit the WAKEUP event when the guest is put to run
by Luiz Capitulino
· 13 years ago
1405819
qmp: don't emit the RESET event on wakeup from S3
by Luiz Capitulino
· 13 years ago
08b76b9
scripts: qapi-commands.py: qmp-commands.h: include qdict.h
by Luiz Capitulino
· 13 years ago
adb2072
docs: writing-qmp-commands.txt: update error section
by Luiz Capitulino
· 13 years ago
6d3f0db
error, qerror: drop QDict member
by Luiz Capitulino
· 13 years ago
3647f5c
qerror: drop qerror_table and qerror_format()
by Luiz Capitulino
· 13 years ago
df1e608
error, qerror: pass desc string to error calls
by Luiz Capitulino
· 13 years ago
7795b16
error: drop error_get_qobject()/error_set_qobject()
by Luiz Capitulino
· 13 years ago
93b91c5
qemu-ga: switch to the new error format on the wire
by Luiz Capitulino
· 13 years ago
de253f1
qmp: switch to the new error format on the wire
by Luiz Capitulino
· 13 years ago
a8cb2d3
error: drop unused functions
by Luiz Capitulino
· 13 years ago
ab878dd
hmp: hmp_change(): use error_get_class()
by Luiz Capitulino
· 13 years ago
ea25fbc
error: add error_get_class()
by Luiz Capitulino
· 13 years ago
0f32cf6
qerror: add proper ErrorClass value for QERR_ macros
by Luiz Capitulino
· 13 years ago
13f59ae
error, qerror: add ErrorClass argument to error functions
by Luiz Capitulino
· 13 years ago
8546505
qerror: qerror_table: don't use C99 struct initializers
by Luiz Capitulino
· 13 years ago
dcafd32
qapi-schema: add ErrorClass enum
by Luiz Capitulino
· 13 years ago
ac4ff70
qapi: don't convert enum strings to lowercase
by Luiz Capitulino
· 13 years ago
f01f594
qapi: generate correct enum names for camel case enums
by Luiz Capitulino
· 13 years ago
b68a847
qapi: qapi-types.h: don't include qapi/qapi-types-core.h
by Luiz Capitulino
· 13 years ago
ff2f990
hmp: hmp.h: include qdict.h
by Luiz Capitulino
· 13 years ago
9aeaddf
block: block_int: include qerror.h
by Luiz Capitulino
· 13 years ago
75b81cf
qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESS
by Luiz Capitulino
· 13 years ago
540c79f
migration: don't rely on any QERR_SOCKET_*
by Luiz Capitulino
· 13 years ago
02a08fe
net: inet_connect(), inet_connect_opts(): add in_progress argument
by Luiz Capitulino
· 13 years ago
eef5ad1
hmp_change(): don't access DeviceEncrypted's data
by Luiz Capitulino
· 13 years ago
8b7f6fb
hmp: hmp_cont(): don't rely on QERR_DEVICE_ENCRYPTED
by Luiz Capitulino
· 13 years ago
c75a1a8
qmp: query-block: add 'encryption_key_missing' field
by Luiz Capitulino
· 13 years ago
dd7520f
error: don't delay error message construction
by Luiz Capitulino
· 13 years ago
18da7c0
qerror: don't delay error message construction
by Luiz Capitulino
· 13 years ago
2b38cf2
qerror: qerror_format(): return an allocated string
by Luiz Capitulino
· 13 years ago
5f0f0e1
qerror: QError: drop file, linenr, func
by Luiz Capitulino
· 13 years ago
f2dd1d6
qerror: avoid passing qerr pointer
by Luiz Capitulino
· 13 years ago
fbe0a83
qerror: drop qerror_abort()
by Luiz Capitulino
· 13 years ago
2a74440
qerror: reduce public exposure
by Luiz Capitulino
· 13 years ago
b5d90f0
qerror: QERR_DEVICE_ENCRYPTED: change error message
by Luiz Capitulino
· 13 years ago
484051b
qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
by Luiz Capitulino
· 13 years ago
74ee59a
monitor: drop unused monitor debug code
by Luiz Capitulino
· 13 years ago
58f9b98
arm: Move some ARM devices into libhw
by Andreas Färber
· 13 years ago
d517872
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 13 years ago
dd6e957
linux-user: Move target_to_host_errno_table[] setup out of ioctl loop
by Peter Maydell
· 13 years ago
5f72307
linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitions
by Peter Maydell
· 13 years ago
c8b0bf5
linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET
by Peter Maydell
· 13 years ago
b1c2654
ssd0323: abort() instead of exit(1) on error.
by Peter A. G. Crosthwaite
· 13 years ago
4e8f1be
hw/sd.c: make sd_wp_addr() return bool
by Mitsyanko Igor
· 13 years ago
879bf4a
hw/sd.c: make sd_dataready() return bool
by Mitsyanko Igor
· 13 years ago
bebd127
hw/sd.c: convert binary variables to bool
by Mitsyanko Igor
· 13 years ago
Next »