sdk/emulator/qemu.git
2010-04-23 Blue SwirlFix OpenBSD build
2010-04-23 Blue Swirlm68k: fix if statement with empty body, spotted by...
2010-04-23 Blue Swirlm68k-dis: fix unused return value, spotted by clang
2010-04-23 Blue SwirlFix harmless if statement with empty body, spotted...
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Richard Hendersontarget-sparc: Fix address masking in ldqf and stqf.
2010-04-23 Stefan Hajnocziblock: Free iovec arrays allocated by multiwrite_merge()
2010-04-23 Stefan Hajnocziqcow2: Use QLIST_FOREACH_SAFE macro
2010-04-23 Stefan Hajnoczilinux-aio: Fix typo in read() EINTR check
2010-04-23 Stefan Hajnocziqemu-img: Fix BRDV_O_FLAGS typo
2010-04-23 Stefan Hajnocziqemu-img: Eliminate bdrv_new_open() code duplication
2010-04-23 Stefan Hajnocziblock: Convert first_drv to QLIST
2010-04-23 Kevin Wolfblock.h: bdrv_create2 doesn't exist any more
2010-04-23 Bruce RogersRemove un-needed code
2010-04-23 Stefan Hajnocziblock: Convert bdrv_first to QTAILQ
2010-04-23 Stefan Hajnocziblock: Do not export bdrv_first
2010-04-23 Christoph Hellwigcleanup block driver option handling in vl.c
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in l2_allocate
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l1_entry
2010-04-23 Kevin Wolfqcow2: Fix error return code in qcow2_alloc_cluster_link_l2
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l2_entries
2010-04-23 Christoph Hellwigblock: split raw_getlength
2010-04-23 Christoph Hellwigblock: get rid of the BDRV_O_FILE flag
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-23 Kevin Wolfqcow2: Fix creation of large images
2010-04-23 Kevin Wolfqcow2: Trigger blkdebug events
2010-04-23 Kevin Wolfblkdebug: Add events and rules
2010-04-23 Kevin WolfMake qemu-config available for tools
2010-04-23 Kevin Wolfblkdebug: Inject errors
2010-04-23 Kevin Wolfblkdebug: Basic request passthrough
2010-04-23 Kevin Wolfqemu-config: Make qemu_config_parse more generic
2010-04-23 Kevin Wolfqemu-config: qemu_read_config_file() reads the normal...
2010-04-22 Serge Ziryukinaudio/sdlaudio: remove unused variable
2010-04-22 Andrzej Zaborowskibt-sdp: Fix an excessive ; and assignment of the wrong...
2010-04-22 Blue Swirlbt-l2cap: fix if statement with empty body, spotted...
2010-04-21 malcaudio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup
2010-04-20 Isaku Yamahatapci: fix pci_find_bus().
2010-04-20 Juha Riihimäkislirp: fix structure initialization in tcp_listen()
2010-04-19 Blue SwirlCompile event_notifier only once
2010-04-19 Blue SwirlCompile vl.c once
2010-04-19 Paolo Bonziniprovide a stub version of kvm-all.c if !CONFIG_KVM
2010-04-19 Aurelien Jarnotcg/arm: don't try to load constants using pc
2010-04-19 Aurelien Jarnotcg/arm: optimize register allocation order
2010-04-19 Aurelien Jarnotcg/arm: fix argument alignment in qemu_st64
2010-04-19 Aurelien Jarnotcg/arm: remove useless register tests in qemu_ld/st
2010-04-19 Aurelien Jarnotcg/arm: bswap arguments in qemu_ld/st if needed
2010-04-19 Aurelien Jarnotcg/arm: use ext* ops in qemu_ld
2010-04-19 Aurelien Jarnotcg/arm: remove conditional argument for qemu_ld/st
2010-04-19 Aurelien Jarnotcg/arm: add bswap ops
2010-04-19 Aurelien Jarnotcg/arm: add ext16u op
2010-04-19 Aurelien Jarnotcg/arm: add rotation ops
2010-04-19 Aurelien Jarnotcg/arm: use the blx instruction when possible
2010-04-19 Aurelien Jarnotcg/arm: sxtb and sxth are available starting with...
2010-04-19 Aurelien Jarnotcg/arm: add variables to define the allowed instructio...
2010-04-19 Aurelien Jarnotcg/arm: align 64-bit arguments in function calls
2010-04-19 Aurelien Jarnotcg/arm: replace integer values by registers enum
2010-04-19 Aurelien Jarnotcg/arm: remove store signed functions
2010-04-19 Aurelien Jarnotcg/arm: explicitely list clobbered/reserved regs
2010-04-19 Aurelien Jarnotcg/arm: remove SAVE_LR code
2010-04-18 M. Mohan KumarCheck for invalid initrd file
2010-04-18 Luiz CapitulinoMonitor: Convert do_screen_dump() to QObject
2010-04-18 Luiz CapitulinoQMP: Improve RTC_CHANGE event description
2010-04-18 Kevin Wolfvirtio-blk: Fix use after free in error case
2010-04-18 Markus Armbrustermonitor: Convert do_set_link() to QObject, QError
2010-04-18 Markus Armbrustermonitor: Use argument type 'b' for set_link
2010-04-18 Markus Armbrustermonitor: New argument type 'b'
2010-04-18 Markus Armbrustermonitor: Rename argument type 'b' to 'f'
2010-04-18 Markus Armbrustermonitor: New commands netdev_add, netdev_del
2010-04-18 Markus Armbrustererror: New QERR_DEVICE_IN_USE
2010-04-18 Markus Armbrustererror: Convert net_client_init() to QError
2010-04-18 Markus Armbrustererror: Convert qemu_opts_validate() to QError
2010-04-18 Markus Armbrustererror: Use QERR_INVALID_PARAMETER_VALUE instead of...
2010-04-18 Markus Armbrustererror: Drop extra messages after qemu_opts_set() and...
2010-04-18 Markus Armbrustererror: Convert qemu_opts_set() to QError
2010-04-18 Markus Armbrustererror: New QERR_INVALID_PARAMETER_VALUE
2010-04-18 Markus Armbrustererror: Convert qemu_opts_create() to QError
2010-04-18 Markus Armbrustererror: New QERR_DUPLICATE_ID
2010-04-18 Markus Armbrustererror: Put error definitions back in alphabetical order
2010-04-18 Markus Armbrustermonitor: convert do_device_del() to QObject, QError
2010-04-18 Markus Armbrusterqdev: Convert qdev_unplug() to QError
2010-04-18 Ryan HarperAdd qerror message if the 'change' target filename...
2010-04-18 Blue Swirlslirp: fix unused return value, spotted by clang
2010-04-18 Blue Swirli386-dis: Fix unused return value, spotted by clang
2010-04-18 Blue SwirlPPC: avoid function pointer type mismatch, spotted...
2010-04-18 Blue Swirlkvm: avoid collision with dprintf macro in stdio.h...
2010-04-18 Blue SwirlFix harmless if statements with empty body, spotted...
2010-04-18 Artyom Tarasenkosparc32 use empty_slot for missing RAM v1
2010-04-18 Artyom Tarasenkocreate empty_slot device
2010-04-18 Blue SwirlFix harmless if statements with empty body, spotted...
2010-04-18 malctcg/ppc: Remove redundant comparison from brcond2
2010-04-17 Richard HendersonFix --enable-profiler compilation.
2010-04-17 Richard Hendersontarget-sparc: Free instruction temporaries.
2010-04-17 Richard Hendersontarget-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS.
2010-04-17 Blue SwirlSparc: fix PC/NPC during FPU traps
2010-04-17 malctcg: Add missing static qualifier
2010-04-17 malctcg/ppc: Fix signed versions of brcond2
2010-04-17 Arnaud LacombeFix format strings
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-13 Stefan Weilsparc: Fix compiler warning (fprintf format string)
2010-04-13 Stefan Weilsh4: Fix compiler warning (fprintf format string)
next