summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-13target-mips: add copyright notice for mips16 workNathan Froyd2-1/+1
2009-12-13gdbstub: add MIPS16 supportNathan Froyd1-3/+15
2009-12-13target-mips: add mips16 instruction decodingNathan Froyd1-9/+1063
2009-12-13target-mips: add enums for MIPS16 opcodesNathan Froyd1-0/+112
2009-12-13target-mips: split out delay slot handlingNathan Froyd1-55/+79
2009-12-13target-mips: add gen_base_offset_addrNathan Froyd1-24/+16
2009-12-13target-mips: make gen_compute_branch 16/32-bit-awareNathan Froyd1-7/+8
2009-12-13target-mips: move ROTR and ROTRV inside gen_shift_{imm, }Nathan Froyd1-139/+148
2009-12-13target-mips: change interrupt bits to be mips16-awareNathan Froyd2-24/+44
2009-12-13target-mips: add new HFLAGs for JALX and 16/32-bit delay slotsNathan Froyd1-19/+28
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko3-5/+4
2009-12-13s390: typo fixMichael S. Tsirkin1-1/+1
2009-12-13s390: fix build on 32 bit hostMichael S. Tsirkin1-1/+1
2009-12-13qemu-io: add 'const'Blue Swirl1-1/+1
2009-12-13Silence softfloat warnings on OpenSolarisAndreas Färber1-1/+1
2009-12-13tap: Compilation fix for SolarisAndreas Färber1-0/+1
2009-12-13fdc/sparc32: don't hang on detection under OBPArtyom Tarasenko1-0/+6
2009-12-13Sparc32: implement AFX for SS-5Artyom Tarasenko1-1/+41
2009-12-13scsi-disk: Inquiry with allocation length of CDB < 36 (v4)Artyom Tarasenko1-6/+15
2009-12-13microblaze: Handle wdc flush and clear.Edgar E. Iglesias1-0/+3
2009-12-13microblaze: Correct branch to registers.Paul Hartke1-1/+1
2009-12-12v2: properly save kvm system time msr registersGlauber Costa3-0/+20
2009-12-12VNC: Convert do_info_vnc() to QObjectLuiz Capitulino3-33/+166
2009-12-12PCI: Convert pci_device_hot_add() to QObjectLuiz Capitulino3-6/+40
2009-12-12char: Convert qemu_chr_info() to QObjectLuiz Capitulino3-4/+46
2009-12-12block: Convert bdrv_info_stats() to QObjectLuiz Capitulino3-14/+76
2009-12-12block: Convert bdrv_info() to QObjectLuiz Capitulino4-25/+111
2009-12-12migration: Convert do_info_migrate() to QObjectLuiz Capitulino3-17/+107
2009-12-12monitor: Convert do_info_mice() to QObjectLuiz Capitulino3-9/+59
2009-12-12monitor: Convert do_info_uuid() to QObjectLuiz Capitulino1-3/+23
2009-12-12monitor: Convert do_info_hpet() to QObjectLuiz Capitulino1-3/+21
2009-12-12monitor: Convert do_info_name() to QObjectLuiz Capitulino1-4/+28
2009-12-12monitor: Convert do_info_kvm() to QObjectLuiz Capitulino1-8/+33
2009-12-12monitor: Convert do_info_status() to QObjectLuiz Capitulino1-9/+35
2009-12-12monitor: do_info_version(): Use QDictLuiz Capitulino1-20/+22
2009-12-12monitor: do_info_cpus(): Use QBoolLuiz Capitulino1-13/+25
2009-12-12monitor: Fix do_info_commands() outputLuiz Capitulino1-3/+27
2009-12-12monitor: Fix do_info_balloon() outputLuiz Capitulino1-3/+16
2009-12-12QDict: Introduce qdict_get_qlist()Luiz Capitulino3-1/+16
2009-12-12QDict: Introduce qdict_get_qbool()Luiz Capitulino3-1/+17
2009-12-12Makefile: move QObject objs to their own entryLuiz Capitulino1-2/+7
2009-12-12Introduce qemu-objects.h header fileLuiz Capitulino1-0/+24
2009-12-12vnc: fix capslock tracking logic.Gerd Hoffmann1-3/+5
2009-12-12QemuOpts: allow larger option values.Gerd Hoffmann1-2/+2
2009-12-12scsi: fix drive hotplug.Gerd Hoffmann1-0/+1
2009-12-12pci: don't hw_error() when no slot is available.Gerd Hoffmann1-2/+9
2009-12-12pci: don't abort() when trying to hotplug with acpi off.Gerd Hoffmann1-1/+16
2009-12-12Set default console to virtio on S390xGerd Hoffmann3-1/+26
2009-12-12default devices: virtio consoles.Gerd Hoffmann1-30/+35
2009-12-12add -qmp convinience switchGerd Hoffmann2-5/+11