aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-05tests: Add intel-hda qtestsAndreas Färber
2014-05-05tests: Add es1370 qtestAndreas Färber
2014-05-05tests: Add ac97 qtestAndreas Färber
2014-05-05qtest: Be paranoid about accept() addrlen argumentAndreas Färber
2014-05-05qtest: Add error reporting to socket_accept()Andreas Färber
2014-05-05qtest: Assure that init_socket()'s listen() does not failAndreas Färber
2014-05-05MAINTAINERS: Document QOMAndreas Färber
2014-05-05arm: Clean up fragile use of error_is_set() in realize() methodsMarkus Armbruster
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster
2014-05-05hw: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-05-05hw: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum
2014-05-05vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgsMarcel Apfelbaum
2014-05-05machine: Copy QEMUMachine's fields to MachineClassMarcel Apfelbaum
2014-05-05machine: Remove obsoleted field from QEMUMachineMarcel Apfelbaum
2014-05-05qdev: Fix crash by validating the object typeAmos Kong
2014-05-05linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic
2014-05-05virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin
2014-05-05virtio-net: fix buffer overflow on invalid state loadMichael S. Tsirkin
2014-05-05vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin
2014-05-05vmstate: add VMS_MUST_EXISTMichael S. Tsirkin
2014-05-05vmstate: reduce code duplicationMichael S. Tsirkin
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo
2014-05-05usb: mtp: reply INCOMPLETE_TRANSFER on read errorsGerd Hoffmann
2014-05-05usb: mtp: fix possible buffer overflowGerd Hoffmann
2014-05-05usb: mtp: drop data-out hexdumpGerd Hoffmann
2014-05-05usb: mtp: avoid empty description stringGerd Hoffmann
2014-05-05usb: mtp: fix error path memory leakGerd Hoffmann
2014-05-05usb: mtp: fix serial (must be exact 32 chars)Gerd Hoffmann
2014-05-05usb: mtp: fix version (is decimal not bcd)Gerd Hoffmann
2014-05-05usb: mtp: fix usb_mtp_add_u64Gerd Hoffmann
2014-05-05usb: mtp: replace debug printfs with trace pointsGerd Hoffmann
2014-05-05usb-ohci: Add vmstate descriptorAlexey Kardashevskiy
2014-05-05SMBIOS: Use bitmaps to prevent incompatible comand line optionsGabriel L. Somlo
2014-05-05SMBIOS: Use macro to set smbios defaultsGabriel L. Somlo
2014-05-05SMBIOS: Update header file definitionsGabriel L. Somlo
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo
2014-05-05E820: Add interface for accessing e820 tableGabriel L. Somlo
2014-05-05pc: add 2.1 machine typeMichael S. Tsirkin
2014-05-02target-alpha: Fix RDUSPRichard Henderson
2014-05-02linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell
2014-05-02linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32Peter Maydell
2014-05-02linux-user/elfload.c: Update ARM HWCAP bitsPeter Maydell
2014-05-02linux-user/elfload.c: Fix incorrect ARM HWCAP bitsPeter Maydell
2014-05-02linux-user: remove configure option for setting uname releaseRiku Voipio
2014-05-02linux-user: move uname functions to uname.cRiku Voipio
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio
2014-05-02linux-user/signal.c: Set fault address in AArch64 signal infoPeter Maydell
2014-05-02linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa