aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson
2013-09-02qtest: Fix FMT_timeval vs time_tRichard Henderson
2013-09-02tcg: Constant fold div, remRichard Henderson
2013-09-02tcg-ppc64: Implement muluh, mulshRichard Henderson
2013-09-02tcg-mips: Implement mulsh, muluhRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-09-02usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum
2013-09-02Revert "usb-hub: report status changes only once"Gerd Hoffmann
2013-09-02usb-hub: add tracepoint for status reportsGerd Hoffmann
2013-09-02usb: parallelize usb3 streamsGerd Hoffmann
2013-09-02uas: add property for request loggingGerd Hoffmann
2013-09-02xhci: reset port when disabling slotGerd Hoffmann
2013-09-02xhci: emulate intr endpoint intervals correctlyGerd Hoffmann
2013-09-02xhci: fix endpoint interval calculationGerd Hoffmann
2013-09-02xhci: add port to slot_address tracepointGerd Hoffmann
2013-09-02xhci: add tracepoint for endpoint state changesGerd Hoffmann
2013-09-02xhci: remove leftover debug printfGerd Hoffmann
2013-09-02qemu-iotests: Overlapping cluster allocationsMax Reitz
2013-09-02qcow2_check: Mark image consistentMax Reitz
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz
2013-09-02PPC: spapr: iommu: rework tracesAlexey Kardashevskiy
2013-09-02spapr: add "stop-self" RTAS call required to support hot CPU unplugAlexey Kardashevskiy
2013-09-02PPC: KVM: Compile fix for qemu_notify_eventAlexander Graf
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard
2013-09-02xics: move registration of global state to realize()Alexey Kardashevskiy
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy
2013-09-02target-ppc: Use #define instead of opencoding SLB valid bitAneesh Kumar K.V
2013-09-02spapr-pci: fix config space access to support bridgesAlexey Kardashevskiy
2013-09-02target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno
2013-09-02ppc405_boards: Don't enforce presence of firmware for qtestAndreas Färber
2013-09-02ppc405_uc: Disable debug outputAndreas Färber
2013-09-02ppc405_boards: Disable debug outputAndreas Färber
2013-09-02ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine.Efimov Vasily
2013-09-02disas/ppc.c: Fix little endian disassemblyAnton Blanchard
2013-09-02target-ppc: POWER7 supports the MSR_LE bitAnton Blanchard
2013-09-02target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard
2013-09-02pseries: Fix stalls on hypervisor virtual consoleAnton Blanchard
2013-09-02PPC: E500: Generate device tree on resetAlexander Graf
2013-09-01aio / timers: use g_usleep() not sleep()Alex Bligh
2013-09-01adlib: sort offsets in portio registrationHervé Poussineau
2013-09-01qmp: fix integer usage in examplesEric Blake
2013-09-01tci: Remove function tcg_out64 (fix broken build)Stefan Weil
2013-09-01target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil
2013-09-01pflash_cfi02.c: fix debug macroAntony Pavlov
2013-09-01configure: Remove unneeded redirections of stderr (pkg-config --exists)Stefan Weil
2013-09-01configure: Remove unneeded redirections of stderr (pkg-config --cflags, --libs)Stefan Weil
2013-09-01configure: Don't write .pyc files by default (python -B)Stefan Weil
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi
2013-09-01slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell